Product: Mapping Manager
Article Link:
Whenever you're working within Mapping Manager to modify your integrations layer, you may come across a scenario where you need to modify, or reference a specific piece of data that you may not be apparent - here is a list of special tokens you can insert directly into your functions
[T:SPECIAL_TOKEN_COMMA] | Inserts a comma (,) - used since functions use commas to separate parameters - allowing an inserted comma into code without breaking the function |
[T:SPECIAL_TOKEN_CR_LF] | Inserts a CR LF break |
[T:SPECIAL_TOKEN_CURRENT_DATE] | Current Date |
[T:SPECIAL_TOKEN_CURRENT_TIME] | Current Time |
Current Date - SPECIAL_TOKEN_CURRENT_DATE
rev 6/1/2023