B2B Data Transformation
- B2B Data Transformation 10.5
- All Products
Property
| Description
|
---|---|
disabled
| Determines whether the Script ignores the component and all of the child components. Use this property to test, debug, and modify a Script. You can choose one of the following options:
|
errors_found
| Defines a data holder that counts the number of validation rule violations in the input.
|
errors_output
| Defines a data holder where the action stores the XML validation error report. If the data holder has the type
xs:string , the output is a string containing XML tags. If the data holder has the type
cde:validationErrors , the output is a structure containing nested data holders.
|
input
| Defines the input data holder that the action analyzes for conformity with the Validation Rules.
|
name
| A descriptive label for the component. This label appears in the log file and the
Events view. Use the
name property to identify the component that caused the event.
|
optional
| Determines whether a component failure causes the parent component to fail. You can choose one of the following options:
|
phase
| Determines when the Script processes the component. You can choose one of the following options:
For more information, see
How a Parser Searches for Anchors.
|
remark
| A user-defined comment that describes the purpose or action of the component.
|