CreateSalesforceObject

CreateSalesforceObject This function creates a new record in a Salesforce object. The Salesforce 18-digit object identifier is returned by the function. Arguments CreateSalesforceObject(1,2,3,4,[5a,5b...]) Ordinal Type Required Description 1 String True API name of...

Microsoft Dynamics CRM Functions

Overview The Marketing Cloud Connector for Microsoft Dynamics CRM enables the following: Sends to contacts, leads, accounts, marketing lists, and campaigns Sends to Dynamics CRM Custom Entities Email tracking and performance for individual sends and campaigns...

LongSFID

LongSFID Sales and Service Cloud objects use a case-sensitive 15-digit character as a record identifier. Marketing Cloud Subscriber and Contact records require a case-insensitive identifier. This function converts 15-digit identifiers into 18-digit case-insensitive...

AddMSCRMListMember

AddMSCRMListMember This function adds a member to the specified Microsoft Dynamics CRM list. It does not return a value. Arguments AddMSCRMListMember(1,2) Ordinal Type Required Description 1 String True The GUID of the member to add 2 String True The GUID of the list...

RetrieveSalesforceJobSources

RetrieveSalesforceJobSources This function returns details of a Marketing Cloud send job to a Salesforce audience. It returns a row set containing the following fields: Field Description SourceID ID of the data source in Sales Cloud SourceType Type of source in Sales...

CreateMSCRMRecord

CreateMSCRMRecord This function creates a record in the specified Microsoft Dynamics CRM entity. It returns the GUID of the record created. Arguments CreateMSCRMRecord(1,2,3,4,[5a,5b]) Ordinal Type Required Description 1 String True Name of the MSCRM entity 2 String...