This commit is contained in:
2019-05-20 21:44:34 +00:00
parent ad43cc2f2d
commit 7d9f0e1424
4 changed files with 13 additions and 15 deletions

View File

@@ -15,7 +15,7 @@ and also lists all the fields filterable, their type and the locale key to displ
- List key
Certain types have extended abilities, for example dates have the classic floating AyaNova date ranges pre-defined or specific dates
Filters are saved to the database:
- Filter: Name, OwnerId, Public, ListKey, Filter (Json string)
- Filter: Name, UserId, Public, ListKey, Filter (Json string)
- ListKey is always lower case to match biz object list key name
- Filter format:
- Array [{fld:"fieldname",op:"See filtercomparisonoperator class",value:"compareValue"},...] these are all AND in sql, no OR