Dynamics CRM current date placeholder in workflows

两盒软妹~` 提交于 2019-12-12 10:55:58

问题


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


回答1:


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 -



来源:https://stackoverflow.com/questions/6151949/dynamics-crm-current-date-placeholder-in-workflows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!