RetrieveSalesforceObjects

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...

HTTPPost2

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...

DescribeMSCRMEntities

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 =...

UpdateSingleSalesforceObject

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...

HTTPRequestHeader

HTTPRequestHeader This function returns a specified header from an HTTP request. This function is only available in landing pages, microsites and CloudPages. It cannot be used in other Marketing Cloud applications. Argument HTTPRequestHeader(1) Ordinal Type Required...

DescribeMSCRMEntityAttributes

DescribeMSCRMEntityAttributes This function returns the logical name, display name and type of the specified Microsoft Dynamics CRM entity. If the attribute is Boolean, status, a picklist or a state, the function returns a comma-separated list of option and display...