Trying to hide most menu options under Contract Manager and make the Contract Manager form fields read-only which works with the code below. Custom role and custom security class have been created. Adding to the LPL in the security class below.
Still shows ManageSuppliersAndSubcontractors MenuItem and ContractInterface MenuItem under Contract Manager even though labeled "not accessible".
What could be wrong with the script below? Thanks in advance for your help.
Jeff
CMContractManagerMenu_GCSH is a SecurityClass
description is "Access Contract Manager Role and Menus"
Access Rights
po Module
is accessible
for all actions
unconditionally
ContractManager WebApp
is accessible
for all inquiries
unconditionally
ManageContracts MenuItem for ContractManagerHome Menu
is accessible
for all actions
unconditionally
ManageSuppliersAndSubcontractors MenuItem for ContractManagerHome Menu
is not accessible
for all actions
unconditionally
ContractInterface MenuItem for ContractManagerHome Menu
is not accessible
for all actions
unconditionally