View Categories

Work area validation for mobile users

< 1 min read

Settings > Mobile App > Work area validation.

The above-mentioned setting will restrict mobile users from posting or adding activities until they have checked in or out. The method is outlined in the JSON body below.


image

 

{
  “workAreaValidationMethods”: [
    {
      “method”: “Checkin”,
    }
  ]
}

 


Scroll to Top