I want to propose the following feature request:
- add properties (key / value pairs) to users and groups
- retrieve these properties from within a report, which will give the ability to adapt the report based on the property key / value pair
Example:
- I add the property editable = true to a specific user or group
- in a report I retrieve the logged in user via inLogin and retrieve a list of properties
- code in the report makes some fields editable when the editable property is set to true for this user