Use the Remove Application Identifier functoid to remove a particular application identifier. This functoid requires three input string parameters: object type, application instance, and application identifier. Returns a string value "true" if the application identifier is successfully removed. Throws an exception if the object type or application instance is not valid.
Use the Nil Value functoid to output a nil value to a destination element. This functoid takes zero or one input parameter. ...
Use the Not Equal functoid to return the value "true" if the first input parameter is not equal to the second input parameter. ...
Use the Octal functoid to return an octal value when given a decimal number as input. This functoid requires one input parameter. ...
Use the Record Count functoid to generate the value of how many times a record or field element occurs in a message instance. ...
Use the Remove Application Identifier functoid to remove a particular application identifier. This functoid requires three ...
Use the Round functoid to round a numeric input parameter to a whole number or to a specified number of decimal places. This ...
Use the Scripting functoid to use custom inline script or to call into an external .NET assembly for creating the target ...
Use the Set Common ID functoid to set and return a common identifier. This functoid requires three or four input string parameters: ...
Use the Sine functoid to return the sine of a number. This functoid requires one input parameter whose value is in radians. ...