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