UpdateMscrmRecords

Updates one or more records in a Microsoft Dynamics CRM entity. Also returns the number of succesfully updated records. Include multiple name and value pairs for attributes to update on the target records as necessary.

UpdateMscrmRecords(1, 2, 3, 4)

OrdinalTypeDescription
1stringRequiredName of Microsoft Dynamics CRM entity receiving the updated records
2stringRequiredComma-separated list of record GUIDs to update
3stringRequiredName of attribute to update on target records
4stringRequiredValue of attribute to update on target records