Different operators used with workflow

By | October 14, 2011

There are six different operators used in e workflow.

1. Set to: This operator is used to set value of the field of any data type.

2. Append with: This operator can only be used with text field. It will append specified field’s value or the default value to the existing value. This operator has introduced in CRM 5.

3. Clear: This operator can be used with all data types. This will clear the field’s value.

4. Increment by: This operator can only be used with decimal fields. This will increment the existing value with the specified field’s value or default value.
5. Decrement by: This operator can only be used with decimal fields. This will decrement the existing value with the specified field’s value or default value.
6. Multiply by: This operator can only be used with decimal fields. This will multiply the existing value with the specified field’s value or default value.

Bulk or Mass edit is the great feature in CRM that allows us to edit multiple records at a time. But it will only allows us to set the value, we cannot perform above operations in bulk edit. With the help of workflows, we can perform above operations on multiple records.