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...
by dev | Apr 21, 2018 | Book
RetrieveSalesforceObjects This function retrieves fields from a record in a Sales or Service Cloud standard or custom object. The function returns a row set of fields. Arguments RetrieveSalesforceObjects(1,2,3,4,5,[6a,6b,6c...]) Ordinal Type Required Description 1...
by dev | Apr 21, 2018 | Book
HTTPPost2 Similar to the HTTPPost function, this posts content to a defined, publicly accessible URL, but it also provides exception handling if an error is returned from the request. Arguments HTTPPost2(1,2,3,4,5,6,7,8,[9a,9b]...) Ordinal Type Required Description 1...
by dev | Apr 21, 2018 | Book
DescribeMSCRMEntities This function returns the logical and display names for all available Microsoft Dynamics CRM entities. Arguments DescribeMSCRMEntities() This function does not accept any arguments. Example %%[ var @i var @entities var @rowcount set @entities =...
by dev | Apr 21, 2018 | Book
UpdateSingleSalesforceObject This function updates a record in a Sales or Service Cloud standard or custom object. The function returns 1 if the record is updated successfully or 0if it fails. Arguments UpdateSingleSalesforceObject(1,2,3,4,[5a,5b]...) Ordinal Type...