CreateMscrmRecord

Creates a single Dynamics CRM record in the target entity. Returns the GUID of the created record. Include multiple name and value pairs as necessary.

CreateMscrmRecord(1, 2, 3, 4)

OrdinalTypeDescription
1stringRequiredName of Dynamics CRM entity for record to create
2stringRequiredNumber of name and value pairs of fields to populate on created record
3stringRequiredName of attribute to populate on created record
4stringRequiredValue of attribute to populate on created record