Use the Get Common ID functoid to return a common identifier. This functoid requires 3 input string parameters: object type, application instance, and application identifier. If no entry exists, returns the empty string. Throws an exception if the object type or application instance is not valid.
Use the Error Return functoid to capture information about errors, such as database connection failures, that occur during ...
Use the Format Message functoid to return a formatted and localized string. Only the first two parameters, code and lang, ...
Use the Get Application ID functoid to return an application identifier. This functoid requires 3 input string parameters: ...
Use the Get Application Value functoid to return an application value. This functoid requires 3 input string parameters: ...
Use the Get Common ID functoid to return a common identifier. This functoid requires 3 input string parameters: object type, ...
Use the Get Common Value functoid to return a common value. This functoid requires 3 input string parameters: object type, ...
Use the Greater Than or Equal To functoid to return the value "true" if the first input parameter is greater than or equal ...
Use the Hexadecimal functoid to return a hexadecimal value when given a decimal number as input. This functoid requires one ...
Use the Index functoid to retrieve the value of a record or a field at specified indices in the source schema. The first ...