This commit is contained in:
2021-09-22 17:23:05 +00:00
parent b93da911de
commit 8b456ea609
3 changed files with 5 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
export default {
NoType: 0,
Global: 1,
FormSetting: 2,
FormUserOptions: 2,
//corebizobject
User: 3,
ServerState: 4,

View File

@@ -109,7 +109,7 @@ export default {
ServerMetrics: { Change: 16384, ReadFullRecord: 24576, Select: 0 },
Translation: { Change: 2, ReadFullRecord: 1, Select: 131071 },
DataListSavedFilter: { Change: 2, ReadFullRecord: 131071, Select: 0 },
FormSetting: { Change: 131071, ReadFullRecord: 131071, Select: 0 },
FormUserOptions: { Change: 131071, ReadFullRecord: 131071, Select: 0 },
FormCustom: { Change: 2, ReadFullRecord: 131071, Select: 0 },
PickListTemplate: { Change: 2, ReadFullRecord: 131071, Select: 0 },
BizMetrics: { Change: 2, ReadFullRecord: 98369, Select: 0 },