by dev | Apr 21, 2018 | Book
RedirectTo This function is required when using the HTML hyperlink tag in emails when the hypertext reference (href) attribute is either an attribute or a variable and the hyperlink is a tracked email link. If link tracking in an email is not enabled when the email is...
by dev | Apr 21, 2018 | Book
RetrieveMSCRMRecordsFetchXML This function accepts a Fetch XML string and returns the specified Microsoft Dynamics CRM entity attributes. Argument RetrieveMSCRMRecordsFetchXML(1) Ordinal Type Required Description 1 String True Fetch XML string Example %%[ var @i var...
by dev | Apr 21, 2018 | Book
AuthenticatedEmployeeNotificationAddress This function returns the notification email address 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...
by dev | Apr 21, 2018 | Book
UrlEncode This function returns a string in which all non-alphanumeric characters except -, _ and . have been replaced with a percent sign (%) followed by the equivalent hex value. Spaces are encoded as plus (+) signs. The string is encoded in the same way that the...
by dev | Apr 21, 2018 | Book
SetStateMSCRMRecord This function sets the state and status of the specified Microsoft Dynamics CRM entity. It does not return a value. Arguments SetStateMSCRMRecord(1,2,3,4) Ordinal Type Required Description 1 String True GUID of the record for which the state and...
by dev | Apr 21, 2018 | Book
WrapLongURL This function shortens URLs longer than 975 characters to mitigate broken email hyperlinks in Microsoft Outlook, where lengths of URL hyperlinks are limited to the following number of characters: Outlook 2007: 975 characters Outlook 2010: 1033 characters...