by dev | Apr 21, 2018 | Book
Base64Encode This function Base64 encodes a string. Arguments Base64Encode(1,2) Ordinal Type Required Description 1 String True String value to encode 2 String False Optional .NET character-encoding type to utilize in encoding. Valid values are ASCII, UTF-7, UTF-8,...
by dev | Apr 21, 2018 | Book
UpsertData This function adds or updates the Data Extension row referenced in the column and value arguments. Values updated are specified with column name and value pairs. If no record matches the values specified, a new row is added. It returns the number of rows...
by dev | Apr 21, 2018 | Book
DecryptSymmetric This function decrypts a string with the specified algorithm and qualifiers. Arguments DecryptSymmetric(1,2,3,4,5,6,7,8) Ordinal Type Required Description 1 String True String to decrypt 2 String True Algorithm used to decrypt the string. Valid values...
by dev | Apr 21, 2018 | Book
UpsertDE This function adds or updates the Data Extension row referenced in the column and value arguments. Values updated are specified with column name and value pairs. If no record matches the values specified, a new row is added. This function does not return a...
by dev | Apr 21, 2018 | Book
EncryptSymmetric This function encrypts a string with the specified algorithm and qualifiers. Outputs a Base64 encoded value. Arguments EncryptSymmetric(1,2,3,4,5,6,7,8) Ordinal Type Required Description 1 String True String to encrypt 2 String True Algorithm used to...
by dev | Apr 21, 2018 | Book
Overview The date and time AMPscript functions are used to return, convert and adjust date and time values. For functions with date-input arguments, those arguments must take one of the following forms: Includes a date only Includes both a date and time Includes a...