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
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ Models contain the name of the driving table and the list of fields/columns pres
141
141
| lovColumn | Column name (in the lovTable) for field value (only for fields of type "lov"). |
142
142
| lovIcon | Set to True to include icon with LOV items (only for fields of type "lov"). |
143
143
| object | Model id for the object to link to (only for fields of type "lov"). |
144
-
| 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> |
144
+
| 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>list (multiselect)</li><li>money</li><li>text</li><li>textmultiline</li><li>time</li><li>url</li></ul> |
145
145
| required | Determines if the field is required for saving. |
146
146
| readOnly | Display field as readOnly (not editable). |
147
147
| inMany | Determines if the field is present (by default) in lists of records. |
@@ -533,7 +533,7 @@ Fields of type "lov" (List of values) are represented as 2 fields for Id and val
533
533
complete
534
534
}
535
535
# List - contacts w/ firstname starts w/"A" and search for"ab"
0 commit comments