Trim

Trim This function removes the leading and trailing spaces from the specified string. Argument Trim(1) Ordinal Type Required Description 1 String True String value to trim Example 1 %%[ var @firstName var @firstNameTrimmed set @firstName = AttributeValue("FirstName")...

GetSocialPublishURL

GetSocialPublishURL This function returns HTML for sharing a predefined region of content using the social network code found in the table below. When a recipient clicks on a social link defined by this function, they are directed to the social network. The default...

Uppercase

Uppercase This function converts all lowercase letters in the specified string to uppercase. Argument Uppercase(1) Ordinal Type Required Description 1 String True String to convert into uppercase Example %%[ var @locale, @localeUpper set @locale =...

IsCHTMLBrowser

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

RetrieveMSCRMRecords

RetrieveMSCRMRecords This function retrieves rows from the specified Microsoft Dynamics CRM entity. Arguments RetrieveMSCRMRecords(1,2,3,4,5) Ordinal Type Required Description 1 String True The entity from which to retrieve attributes 2 String True Comma-separated...

AuthenticatedEmployeeID

AuthenticatedEmployeeID This function returns the numeric identifier of the authenticated Marketing Cloud account user who is accessing the page. This is useful when creating customized pages for child Business Units (a feature available in earlier Enterprise 2.0...