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:
|
key
| Defines the XPath predicate representation of the key. For example, if you have defined
Hobbies/Hobby/@name as a
Key , select
Hobbies/Hobby[@name=$1] . This property is required.
|
optional
| Determines whether a component failure causes the parent component to fail. You can choose one of the following options:
|
params
| Defines the values of the parameters in the XPath predicate. Each value has a dollar sign ($) and an integer that represents the position of the parameter in the list of parameters. This property is required.
|
remark
| A user-defined comment that describes the purpose or action of the component.
|