Substitution Variables For Dynamics CRM 4.x
Substitution variables are replaced with the selected value in an XML message. For example, if you use %ObjectTypeName, and the value for the attribute in the XML message is "account," wherever %ObjectTypeName appears in the message, that variable is replaced with "account".
The variables are:
- %Operation — Operation(s) performed on this entity, such as, Insert, Update, or Delete.
- %ObjectTypeCode — Type code of the object.
- %ObjectTypeName — Name of the entity or object.