Using Element Group for Two Purposes?

 0 Replies
 1 Subscribed to this topic
 15 Subscribed to this forum
Sort:
Author
Messages
Dave Amen
Veteran Member Send Private Message
Posts: 75
Veteran Member

To the S3 Security wizards out there!

Vic Bhagwandin and I are endeavoring to satisfy a new requirement: - some users need full-access to all of their screens, for companies 70 and 71 - they also need inquiry-access to companies 20 and 30

The Element Group rule below works - mostly!

It works exactly as needed for 70 and 71, and gives inquiry-access to screens for companies 20 and 30. But they need to run the 200s reports, such as GL293 and GL293, for companies 20 and 30.

Unfortunately, the inquiry-access rule prevents them from changing parameters on 200s reports!

Anyone have a suggestion?

Here's the Element Group rule that works (mostly - it won't allow parameter changes on 200s reports):

if(user.attributeContains('CompanyControl','TMRO')&&COMPANY>=70&&COMPANY<=71)

   'ALL_ACCESS,'

else

   if(user.attributeContains('CompanyControl','TMRO')&&COMPANY>=20&&COMPANY<=30)

   'ALL_INQUIRES,'

 

Thanks for your time!

Regards, Dave (303) 773-3535