diPropScopesFilter
constraint diPropScopesFilter string "scopeName"
Description
Creates a subset of the available scopes for the current profile. The value is a comma-separated list of scopes. Only the scopes listed are visible on the Create Design Intent Form and Edit Design Intent Form
Used in situations where a group of users only want some of the available scopes to be visible for a profile.
GUI Equivalent
Example
envGetVal("constraint" "diPropScopesFilter")
envSetVal("constraint" "diPropScopesFilter" 'string "Scope1,Scope3")
Related topics
Defining Scopes for Profile Properties
Return to top