CE-793 - Replace/rename savedFilter as savedView

This commit is contained in:
2024-01-29 19:34:00 -06:00
parent f6b2713639
commit c5c756d84f
10 changed files with 34 additions and 34 deletions

View File

@ -0,0 +1,21 @@
{
"values": {
"_qStepTimeoutMillis": "60000",
"savedViewList": [
{
"tableName": "savedView",
"values": {
"label": "Some People",
"id": 2,
"createDate": "2023-02-20T18:40:58Z",
"modifyDate": "2023-02-20T18:40:58Z",
"tableName": "person",
"filterJson": "{\"filter\":{\"criteria\":[{\"fieldName\":\"firstName\",\"operator\":\"STARTS_WITH\",\"values\":[\"D\"]}],\"orderBys\":[{\"fieldName\":\"id\",\"isAscending\":false}],\"booleanOperator\":\"AND\"}}",
"userId": "darin.kelkhoff@kingsrook.com"
}
}
],
"tableName": "person"
},
"processUUID": "4eaaea82-2d09-4254-90f8-e5b6948ef0b3"
}