Skip to main content

field

Permissions for Field in Worksheet

{
"_id":"ObjectID", //(Primary key)
"appId": "string", // Application ID
"sheetId":"string", // Worksheet ID
"fieldId":"string", // Field ID
"notRead":"bool", // Whether the field is not visible
"notEdit":"bool", // Whether the field is not editable (when modifying)
"notAdd":"bool", // Whether the field is not editable (when creating)
}