Securing RSS...

 4 Replies
 0 Subscribed to this topic
 16 Subscribed to this forum
Sort:
Author
Messages
klive
Veteran Member Send Private Message
Posts: 40
Veteran Member

Haven't seen much on this and I have tried several things thought someone here might be able to help...I want to be able to setup security for RSS to not allow requesters to approve their own requests...My thought was to attack this from the Approvers perspective...but since RSS doesn't give me forms and fields its a little difficult to determine where and what rules to write.  Any assistance would be greatly appreciated...

John Henley
Send Private Message
Posts: 3351
Are you running LSF9 security?
Thanks for using the LawsonGuru.com forums!
John
klive
Veteran Member Send Private Message
Posts: 40
Veteran Member

Yes, Have been since November 2006...but didn't go-live with RSS until maybe a year ago and recently got Landmark up and running...

John Henley
Send Private Message
Posts: 3351
I think you'd want to secure RQ12 to only allow inquire if the requestor on the requisition is the same as the logged-in user...

if(form.RQH_REQUESTER==user.getRequesterId())
'I,N,P,'
else
'ALL_ACCESS,'
Thanks for using the LawsonGuru.com forums!
John
klive
Veteran Member Send Private Message
Posts: 40
Veteran Member

Thanks John I will try it and let you know what Iget...