This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Workflow Automatic State Transition by calculated date

Former Member
Former Member
Hi

I was wondering if it is possible to define a automatic state change on a workflow based on a date, that has been calculated using an object's date property.

Regards

Yaney
Parents
  • Thanks Brigth-ideas.dk, the last script I posted, works to control transitions if the interval is considered in hours, but does not work for minutes, the idea is to set escalations if the state transition have not been triggered in less of (by example) 20 minutes.

    but this one

    TypedValue.GetValueAsTimeStamp().UtcToLocalTime().GetValue()

    is a very useful tip to control the local time zone difference automatically.

    thanks a lot.
Reply
  • Thanks Brigth-ideas.dk, the last script I posted, works to control transitions if the interval is considered in hours, but does not work for minutes, the idea is to set escalations if the state transition have not been triggered in less of (by example) 20 minutes.

    but this one

    TypedValue.GetValueAsTimeStamp().UtcToLocalTime().GetValue()

    is a very useful tip to control the local time zone difference automatically.

    thanks a lot.
Children
No Data