Hierarchy

The hierarchy of the <property/> elements is significant, i.e., if a child <property/> element gives the user type access to a button/menu selection, the child’s parent <property/> element must also be enabled (by setting its state attribute to “1”). For example, see the following excerpt from the userAccessProfiles.xml file. If the user type is given access to open work items (name=”Open”), it must also be given access to view the work items (name=”WorkItem”).

Likewise, if you give the user type access to “ForwardAnyQueue”, you must also give access to “Forward”, since “ForwardAnyQueue” is a child of “Forward”.