문제

Trying to find a way using a Dynamics CRM 2013 Online Workflow to update a record and store the current month (or better yet the month number) in a field. Is this possible?

For example, I'd like the workflow to update a record and change a "month" field to "January" or even better the number 1 (as a number).

Anyone know how to do this?

Thanks!

도움이 되었습니까?

해결책

You can use a Custom Workflow Activity like this one:

http://wfdatetimeutilities.codeplex.com/

or you can create a new one by yourself, more information here:

http://msdn.microsoft.com/en-us/library/gg328515.aspx

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top