You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| id | Unique key for the field (can be the same as column but doesn't have to be). |
112
112
| column | Database column name for the field. |
113
-
| lovTable | Table to join to for field value (only for fields of type "lov"). |
114
-
| lovColumn | Column name (in the lovTable) for field value (only for fields of type "lov"). |
113
+
| lovTable | Table to join to for field value (only for fields of type "lov"). |
114
+
| lovColumn | Column name (in the lovTable) for field value (only for fields of type "lov"). |
115
115
| lovIcon | Set to True to include icon with LOV items (only for fields of type "lov"). |
116
116
| object | Model id for the object to link to (only for fields of type "lov"). |
117
117
| type | Field type is not a database column type but more a UI field type. Possible field types: <ul><li>boolean</li><li>date</li><li>datetime</li><li>decimal</li><li>document</li><li>email</li><li>image</li><li>integer</li><li>lov (list of values)</li><li>money</li><li>text</li><li>textmultiline</li><li>time</li><li>url</li></ul> |
118
118
| required | Determines if the field is required for saving. |
119
-
|readonly|Prevents field modification. |
120
-
| inMany | Determines if the field is present (by default) in lists of records. |
121
-
| max, min | Maximum/Minimum value allowed (only applies to numeric fields). |
122
-
| maxLength, minLength | Maximum/Minimum length allowed (only applies to text fields).|
119
+
|readOnly|Display field as readOnly (not editable).|
120
+
| inMany | Determines if the field is present (by default) in lists of records. |
121
+
| max, min | Maximum/Minimum value allowed (only applies to numeric fields). |
122
+
| maxLength, minLength | Maximum/Minimum length allowed (only applies to text fields).|
123
123
| unique | Values must be unique (not implemented yet). |
124
124
| noCharts | Forbids charts on the field. |
125
125
| deleteTrigger | Deleting records in the lovTable will trigger a cascade delete (this property is only used while creating the database). |
@@ -133,7 +133,7 @@ Multiple Master-Details can be specified with collections.
0 commit comments