by dev | Apr 21, 2018 | Book
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...
by dev | Apr 21, 2018 | Book
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...
by dev | Apr 21, 2018 | Book
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...
by dev | Apr 21, 2018 | Book
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...
by dev | Apr 21, 2018 | Book
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...
by dev | Apr 21, 2018 | Book
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...