Cannot add dependent enumerations for Restricted Access field
When I select Restricted Access field for Value Sets> Dependent Enumeration>Source field I do not see the drop down options (access groups are what would show in front end) to associate to the dependent field drop down. It says "No configuration UI available. You may want to edit the configuration on the Process Configuration Source tab"
One answer
Access groups are not enumerations.
Comments
So there is no way to achieve a scenario where selecting a particular access group will set specific field to a particular value?
Not with a dependent enumeration, if restricted access is not an enumeration or otherwise supported type for that value set provider.
Attribute Customization – Java Based Value Providers, Conditions and Validators would be a possible approach. If you can read the restricted access attribute and make sense of the content (which might not be possible) in JavaScript, that might help as well. Just off of the top of my head. I haven't thought this through or attempted it.