Use the Format Message functoid to return a formatted and localized string. Only the first two parameters, code and lang, are required. The code is an identifier that is used to look up a string. The lang indicates the language. The application instance and application type are optional parameters which, if specified, are used in ID and value cross-referencing. The remaining parameters are strings used in argument substitution. Throws an exception if the code or lang is not valid.
Use the Date functoid to return the current date. This functoid does not require any input parameters. The output format ...
Use the Division functoid to divide one numeric input parameter by another numeric input parameter. This functoid requires ...
Use the Equal functoid to return the value "true" if the first input parameter is equal to the second input parameter. This ...
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, ...