LTM security - secured on list not form

 5 Replies
 0 Subscribed to this topic
 45 Subscribed to this forum
Sort:
Author
Messages
MC
Advanced Member Send Private Message
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
Send Private Message
Posts: 3351
Moved to LTM forum
Thanks for using the LawsonGuru.com forums!
John
Woozy
Veteran Member Send Private Message
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 Send Private Message
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 Send Private Message
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 Send Private Message
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)"