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...
by dev | Apr 21, 2018 | Book
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...
by dev | Apr 21, 2018 | Book
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...
by dev | Apr 21, 2018 | Book
Overview AMPscript includes several functions for working with website or ‘site-based’ content in Marketing Cloud. See the table below for a few different options for creating site-based content in Marketing Cloud: Application Feature Description Email...
by dev | Apr 21, 2018 | Book
IsCHTMLBrowser This function checks whether a given user agent value is a C-HTML browser. C-HTML, or Compact HTML, is a subset of the HTML markup language that was developed for small information devices, such as first-generation smart phones and PDAs. The language...