sid
2 years agoNew Contributor II
How to restrict write access to PLP register using Data cell access security.
Hi OS Community, We have custom business rule to manage Data cell access security (Slice security). We have created new row category(DHRStat_Fcst)select group and it should have Read access only to ...
- 2 years ago
Hi sid , I would try itemAccess.Category.XFEqualsIgnoreCase("DHRStat_Fcst")
Use the compare function OS provides it may give you the desired result. To be fair I'm not 100% certain that each and every data cell in the Register is evaluated for slice security in the ancillary table XFW_PLP_Registe. If you do a LogMessage write and include the itemAccess.Category.Name in the error log, is it really checking each every Category?
How is the performance on Refresh?
Hope this helps,