LSF9, RSS and Templates (Shopping)

 2 Replies
 0 Subscribed to this topic
 16 Subscribed to this forum
Sort:
Author
Messages
Elizabeth Ardito
Advanced Member Send Private Message
Posts: 34
Advanced Member

We have a shopping list that is company wide with basic items.  Is it possible to lock down PO15.1, based on the name of the template and if it is a specific user and give everyone else inquiry only access?

Any assistance would be greatly appreciated.

Elizabeth Ardito

Systems Analyst

Middlesex Health System

klive
Veteran Member Send Private Message
Posts: 40
Veteran Member
you could possibly use the rule below to accomplish your task at hand...

if(user.getRequesterId()=='username')
'ALL_ACCESS,'
else
'+,-,I,N,P,'
Elizabeth Ardito
Advanced Member Send Private Message
Posts: 34
Advanced Member

I am still having issues getting this to work.  What I have tried so far is  (form.POP_TEMPLATE_REF == 'OFFICE SUPPLIES') && ((user.getRequesterId() == 'E2770') || (user.getRequesterId() == 'E2469')).

I have even modified the condition to only check the user and it still will not limit who can make changes.

Any assistance is greatly appreciated.

Thanks!