Skip to content

Insight Configurations

A configuration defines permissions, layout, data model and actions for one specific use case/ scenario (e.g. stocktaking, work planning or work confirmation).

  1. Create new Configuration (via UI or file) for example locations

    locations.json
    
  2. Fill name property in the top level section of the created locations.json

    {
    "name": "locations",
    }
    

name must match the filename and is used internally. For technical reasons the name must not contain uppercase letters.