Common Content for Data Integration 
			
			- Common Content for Data Integration 10.5.6
- 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 
				   Eventsview. Use the nameproperty 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. 
				   param1is named is_optionaland has only one property, enabled. enabledhas the following options: 
 | 
| param2 
				 | Defines an EDI data type. 
				   param2is named input_typeand has only one property, value. valueis a hard-keyed string or a data holder. | 
| param3 
				 | Defines a range of integers. 
				   param3is named minmax_limitsand has only one property, value. valueis a hard-keyed string or a data holder that specifies two integers separated by a hyphen. | 
| param4 
				 | Defines a list of values. 
				   param4is named enumerationsand has only one property, value. valueis 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 |