Integration task templates # keywords
You can use # keywords in managing integration task templates to support the handling of string data or records that is used to filter the integration process.
This table shows the # keywords that are available in managing integration task templates:
# Keyword | Description |
---|---|
#GetCurrentDate | Used to get the system current date |
#GetUtcNow | Used to get the system current date in UTC format that is supported by Infor Fashion PLM |
#substr[<start_index>,<end_index>,<prop>] | Substring command that has the same function in most programming languages This command uses a either a part or the entire string data. The starting point is defined by <start_index> and the <end_index> determines the last index that retrieves the data. The data source field is defined by the <prop> string. |
#SplitStr[<delim>,<index>,<prop> | Split string command that is available in most programming languages This command splits the string, data, or word depending on the provided delimiter. This command only take a part of the text that you want to retrieve.
|
#NewGuid | Used to generate a new GUID string |
#TickCount | Used to create a unique string by using date and time stamp |
#String[<static_text>] | Used to place a static text in a field |
#Config[<key>] | Used to get the value from the application configuration file |
Note: Some of these # keywords are not supported in editing integration task templates in
Connector Toolbox. You can use integration.ict.xml to edit the unsupported # keywords.