Additional custom workflow activities for dealing with numeric values in Dynamics CRM 2011, 2013, and 2015.
CRM 2015 organizations look for the v2.0.0.0 release while CRM 2011 and 2013 uses the v1.0.0.0 release.
Download it from CodePlex:
https://crmnumericworkflowutilities.codeplex.com/
- Add – Adds 2 numbers
- Average – Averages 2 numbers
- Divide – Divides 2 numbers
- Max – Finds the greater of 2 numbers
- Min – Finds the lesser of 2 numbers
- Random Number – Generates a random number
- Round – Rounds to a specified number of decimals
- Subtract – Subtracts 2 numbers
- ToDecimal – Converts text to a decimal
- ToInteger – Converts text to an integer
- Truncate – Truncates to a specified number of decimal places without rounding
CRM 2015 organizations look for the v2.0.0.0 release while CRM 2011 and 2013 uses the v1.0.0.0 release.
Download it from CodePlex:
https://crmnumericworkflowutilities.codeplex.com/