LTM security - secured on list not form

Sort:
You are not authorized to post a reply.
Author
Messages
MC
Advanced Member
Posts: 41
Advanced Member
    LTM 10 - I have secured the  OfferDeadlineDate  on the JobApplication BC.  It is not appearing in Lists for the TAHiringManager Role, but it is still appearing on the  Define Offer (OfferParameter Form).  How do I prevent the HiringManager (only) from being able to update this.  I need to have the Recruiter Role still update this field.

    I don't want the Hiring Manger to see the field, but do want want the Recruiter to do this.

    Thanks
    John Henley
    Senior Member
    Posts: 3348
    Senior Member
      Moved to LTM forum
      Thanks for using the LawsonGuru.com forums!
      John
      Woozy
      Veteran Member
      Posts: 709
      Veteran Member
        Hi MC,

        By "secured", do you mean you have hidden it for the TAHiringManager role?  I'm not positive, but I think you will have to apply your logic to each form where that field exists.

        Kelly
        Kelly Meade
        J. R. Simplot Company
        Boise, ID
        MC
        Advanced Member
        Posts: 41
        Advanced Member
          In the JobApplication Business Class, the  OfferDeadlineDate was change to not accessable  for the TAHiringMgrAccess Security Class.  This secured the List.  But Since we want to secure for HiringMgr role, and not other roles.  It appears that we are going to have to change every form that this appears on to not show for the HiringMgr ?    can we add a condition for that Role ?  How would that be done ?

          Thanks
          Woozy
          Veteran Member
          Posts: 709
          Veteran Member
            I've only fiddled with it a little bit in our TM10 Sandbox, but from talking with our folks who have been working with this, I think you will have to do it on every form where that field exists.  I think you should be able to do it for a role, but I'm not positive what that looks like.  Probably a question for Global Support. 

            Sorry I can't help more!  Hopefully someone else will pipe in with their thoughts.

            Kelly
            Kelly Meade
            J. R. Simplot Company
            Boise, ID
            Peter O
            Veteran Member
            Posts: 69
            Veteran Member
              You'd need to update the form/field with something like this:

              "
              is accessible
                  for all actions
                  when (JobRequisition.IsNotHiringManager)
              "
              same thing to remove visibility:

              "visible when (JobRequisition.IsNotHiringManager)"
              You are not authorized to post a reply.