As the topic suggest I am looking for a way to query status_list
field value permissions.
In my script I want information if a specific user is allowed to set ‘from’ or ‘to’ a particular field as is available in the ‘Configure Field’ dialog for a field of type status
. For reference please see who can edit this field
the following image.
I would like this information to replicate status list behaviour of the web UI in a custom interface from within the DCC.
Can this information be queried from the python api? OR on a broader note how can I query contents of PermissionRuleSet(s)
?