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)
Ordinal | Type | Description | |
---|---|---|---|
1 | string | Required | Name of Microsoft Dynamics CRM entity receiving the updated records |
2 | string | Required | Comma-separated list of record GUIDs to update |
3 | string | Required | Name of attribute to update on target records |
4 | string | Required | Value of attribute to update on target records |