Customizing Policies for Project Space

If you create a new policy for "Project Space" its permissions for user roles will need to be added to DomainAccess.xml.

  1. Open DomainAccess.xml.
  2. Update the logic in this method to exclude any objects.

    <policy>Project Space, Project Space Hold Cancel , NEW POLICY NAME
    <logicalMappings>
    <logical physical="read,show,checkout,execute" inheritedLogicalNames="">Project Member</logical>
    <logical physical="read,show,checkout,execute,modify">Project Lead</logical>
    <logical physical="read,show,demote,promote,execute,modify,override">Project Owner</logical>
    <logical physical="read,show,checkout,viewform,execute">Project Assessor</logical>
    <logical physical="read,show,checkout,modifyform,execute">Financial Reviewer</logical>
    </logicalMappings>
    <accessMasksInheritanceLimit></accessMasksInheritanceLimit>
    </policy>

  3. Reload the cache or re-start the server.