Skip to main content

Business direction

Business direction#

Business direction is element of orgstructure for grouping users


AttributeTypeDescriptionNullable
idIntegerIdentifierfalse
nameStringBusiness direction namefalse
createTaskBooleanCan business direction create taskfalse
geoCheckFinishEnum of stringignore,decline,acceptfalse
geoCheckStartEnum of stringignore,decline,acceptfalse
observeMyShopTaskIntegerUser with business direction can see the tasks of their storesfalse
systemBooleanFlag is system business direction(can't be deleted)false
activeBooleanBusiness direction availability for usersfalse
Example:
{
"id": 1001,
"name": "Operation",
"createTask": true,
"system": true,
"geoCheckStart": "accept",
"geoCheckFinish": "accept",
"observeMyShopTask": true,
"active": true
}
Usages:

Business direction dependency#

Settings for Business direction


AttributeTypeDescriptionNullable
forChecklistsList of integersids of the business directions for which tasks can be assignedfalse
forTasksList of integersids of business directions for which inspections can be plannedfalse
Example:
{
"forTasks": [
1003
],
"forChecklists": [
1001,
1003
]
}
Usages: