Pipelet: CustomObject CreateCustomObject
Pipelet CreateCustomObject
Creates a CustomObject with the ID specified by the value of Key. The objects type is determined by the value of the CustomObjectType configuration. The pipelet takes the ERROR exit if there already exist a custom object with the same ID as given by 'Key'.
Group:
CustomObject
Flags:
Error Connector
Transaction Required
Configuration Properties
CustomObjectType : String Required
The custom objec type for which an object should be created.
Input Parameters
Key : Object Required
The primary key value for the custom object, which maybe either a String or an Integer number.
Output Parameters
CustomObject : CustomObject : Required
The newly created object.