Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Infor / Lawson Platforms
S3 Security
Securing RQ10 - in LSF9
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Kyle
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5219
People Online:
Visitors:
377
Members:
0
Total:
377
Online Now:
New Topics
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3291
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1372
Roger French
1315
mark.cook
1244
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Search
Advanced Search
Topics
Posts
Prev
Next
Forums
Infor / Lawson Platforms
S3 Security
Securing RQ10 - in LSF9
Please
login
to post a reply.
1 Replies
0
Subscribed to this topic
15 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
jojo.serquina
Veteran Member
Posts: 63
1/11/2008 12:57 PM
I'm trying to secure form RQ10.1 to users based on a custom attribute called DepartmentControl (String 4) - Here's what I've got, but it keeps giving me security violation to users who have multiple values in DepartmentControl... (trim(form.RQH_REQ_LOCATION) == trim(user.getAttribute('DepartmentControl'))) || (trim(form.RQH_REQ_LOCATION) == trim(user.attributeContains('DepartmentControl',getDBField('REQUESTER','REQ_LOCATION',trim(user.getAttribute('DepartmentControl')))))) || (trim(form.RQH_REQ_LOCATION) == trim(user.attributeContains('DepartmentControl',getDBField('REQLINE','REQ_LOCATION',trim(user.getAttribute('DepartmentControl')))))) || (trim(form.RQH_REQ_LOCATION) == trim(user.attributeContains('DepartmentControl',getDBField('RQLOC','REQ_LOCATION',trim(user.getAttribute('DepartmentControl')))))) || (trim(form.RQH_REQ_LOCATION) == trim(user.attributeContains('DepartmentControl',getDBField('REQHEADER','REQ_LOCATION',trim(user.getAttribute('DepartmentControl')))))) Fire away any questions... Thank you!
jojo.serquina
Veteran Member
Posts: 63
1/15/2008 3:51 PM
I got it working. Thanks.
Please
login
to post a reply.