LSF9, RSS and Templates (Shopping)

Sort:
You are not authorized to post a reply.
Author
Messages
Elizabeth Ardito
Advanced Member
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
    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
      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!

        You are not authorized to post a reply.