by dev | Apr 21, 2018 | Book
FormatDate This function formats a date/time string in the specified format pattern and locale. Arguments FormatDate(1,2,3,4) Ordinal Type Required Description 1 String True The date string to format 2 String True The output date format pattern (see table below for...
by dev | Apr 21, 2018 | Book
HTTPGet This function retrieves, or ‘gets’ content from a defined publicly accessible URL. Arguments HTTPGet(1,2,3,4) Ordinal Type Required Description 1 String True URL used to retrieve content 2 String False Whether the process continues on an error. A...
by dev | Apr 21, 2018 | Book
LookupOrderedRows This function returns a set of ordered rows from a Data Extension. Arguments LookupOrderedRows(1,2,3,4,5,[6a,6b]...) Ordinal Type Required Description 1 String True Name of the Data Extension from which to return rows 2 Number True Number of rows to...
by dev | Apr 21, 2018 | Book
LocalDateToSystemDate This function converts the specified date/time into system time. The date and time returned is Central Standard Time (CST) without any adjustments for daylight savings. Argument LocalDateToSystemDate(1) Ordinal Type Required Description 1 String...
by dev | Apr 21, 2018 | Book
HTTPPost This function posts content to a defined, publicly accessible URL. Arguments HTTPPost(1,2,3,4,5,6,[7a,7b]...) Ordinal Type Required Description 1 String True URL endpoint used to post content 2 String True Content-Type header value 3 String True Content to...
by dev | Apr 21, 2018 | Book
LookupOrderedRowsCS This function returns a set of ordered rows from a Data Extension. This variation of the LookupOrderedRows function treats selection values as case-sensitive. Arguments LookupOrderedRowsCS(1,2,3,4,5,[6a,6b]...) Ordinal Type Required Description 1...