Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dynamics CRM current date placeholder in workflows

I've workflow attached to an entity which has expiration date and time, so what is the appropriate placeholder which indicates the current time some sort of {{CURRENT_TIME}} ).

Sultan

like image 490
sultan Avatar asked May 27 '11 11:05

sultan


1 Answers

Your question is a little vague but if you are talking about Dynamics CRM workflows via the editor, the time that the workflow is running at would be the execution time.

To get this, do the following steps -

  • Within a workflow on a create or update step, click in a date/time field on the form.
  • In the form assistant on the right side, let the Look for dropdown to "Process"
  • Set the sub-dropdown to "Execution Time"
  • Click Add
  • Click OK

This will put the current time the workflow is executing into the form field. Screenshot below -

CRM Workflow

like image 52
cchamberlain Avatar answered Sep 23 '22 14:09

cchamberlain