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...
by dev | Apr 21, 2018 | Book
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...
by dev | Apr 21, 2018 | Book
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...
by dev | Apr 21, 2018 | Book
Row This function returns a specific row from a row set. Arguments Row(1,2) Ordinal Type Required Description 1 String Y Row set from which to return the row 2 Number Y Position of element to retrieve from the row set Example Data Extension: LoyaltyMembers Name Data...
by dev | Apr 21, 2018 | Book
RatingStars This function generates a rating star image, based on a rating attribute of the recommended product. Arguments RatingStars(1,2,3) Ordinal Type Required Description 1 Number True The highest ranking to display 2 String True Star color as html hex code or...
by dev | Apr 21, 2018 | Book
RowCount This function returns the number of rows in a row set. Argument RowCount(1) Ordinal Type Required Description 1 String Y Row set from which to return the count Example Data Extension: LoyaltyMembers Name Data Type Length Primary Key Nullable Default Value...