B2B Data Transformation
- B2B Data Transformation 10.4.0
- 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:
|
enabled
| Determines the setting for
param1 .
|
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:
|
param1
| Determines whether the input is optional.
param1 is named
is_optional and has only one property,
enabled .
enabled has the following options:
|
param2
| Defines an EDI data type.
param2 is named
input_type and has only one property,
value .
value is a hard-keyed string or a data holder.
|
param3
| Defines a range of integers.
param3 is named
minmax_limits and has only one property,
value .
value is a hard-keyed string or a data holder that specifies two integers separated by a hyphen.
|
param4
| Defines a list of values.
param4 is named
enumerations and has only one property,
value .
value is a hard-keyed string or a data holder that specifies a comma-separated list of strings or integers.
|
remark
| A user-defined comment that describes the purpose or action of the component.
|
value
| Defines a value for
param1 ,
param2 , or
param3
|