Pergunta

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!

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top