How to hide Inactive HR87.7 Grievance and Disciplinary Action category

 1 Replies
 0 Subscribed to this topic
 68 Subscribed to this forum
Sort:
Author
Messages
Sarah
Advanced Member Send Private Message
Posts: 33
Advanced Member

We have several action categories that are now Inactive but they still appear in the list.  Is there a way to make these not display for the end user?

TIA,

S
Greg Moeller
Veteran Member Send Private Message
Posts: 1498
Veteran Member
You could do something like this, if you are using LS security.
On the CODE field of the PCODES table write a conditional rule that says:
if(table.ACTIVE_FLAG!='A')
then
'NO_ACCESS'
else
'ALL_ACCESS'