...
Field | Required | Description |
---|---|---|
Active | Yes | Whether this FlexField is active or not. Defaults to No. |
Column Name | Yes | The name of the FlexField column. Read-only field. |
Code | Yes | User-defined code that would identify identifies this FlexField. |
Display Name | Yes | Display name, which is used in deployment request form, reports etc. |
Description | No | Provide description Description for the FlexField . This which will be displayed in on the Deployment Request Form. |
Datatype | Yes | The FlexField's data type. Default is String. |
Rows | No | Display attribute that defines the number of rows in the input field in on the Deployment Request Form. |
Columns | No | Display attribute that defines the number of columns in the input field in on the Deployment Request Form. |
List Data CSV | No | Allows the user to define a comma-separated list of values that will be displayed in the Workflow Request page. If given, a Dropdown component will be displayed on the Deployment Request Form. |
Required | Yes | Whether the FlexField is required or not. Defaults to No. |
Length | No | For String data type, this controls length of value being entered. |
Min Value | No | User can control the minimum value for data types such as Integer, Float, Double and Long. |
Max Value | No | User can control the maximum value for data types such as Integer, Float, Double and Long. |
Default Value Groovy Script | No | Enter Groovy script to define default values for the FlexField. |
Validation Groovy Script | No | Enter Groovy script to define validation for the FlexField. Script should return true or false to indicate validation success or failure. Groovy script can use variables like EnvironmentCode, Value. (See Figure 17.35)
|
Updated By | N/A | The user who last updated the FlexField (read-only). |
Updated On | N/A | The date/time in which the FlexField was last updated (read-only). |
...