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
LAUA security to custom table
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
John Bonin
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5270
People Online:
Visitors:
391
Members:
0
Total:
391
Online Now:
New Topics
Lawson S3 Procurement
Tolerance Settings
3/31/2025 2:01 PM
I've been trying to set a tolerance for some t
Dealing with Lawson / Infor
Printing Solutions other than MHC
3/27/2025 1:00 PM
What are others using for printing solutions besid
Lawson S3 Procurement
Green check marks in Lawson 9.0.1
3/20/2025 4:55 PM
Hi, How to remove green check mark on items when o
Lawson S3 HR/Payroll/Benefits
Pay Rate History to Show All Positions
2/26/2025 3:34 PM
Does anyone know how to modify payratehistory.htm
Infor CloudSuite
How to build a Pre-Prod tenant
2/7/2025 1:28 AM
After we finished our implementation and ended our
Lawson S3 Procurement
Browser issue with RQC Shopping
1/28/2025 5:49 PM
Since the recent Chrome/Edge updates, our RQC shop
Lawson S3 Procurement
S3-Procurement New Company
1/22/2025 10:38 PM
My Accounting Department has created a new Company
S3 Customization/Development
JUSTIFIED RIGHT
1/15/2025 7:41 PM
Is there a way in Lawson COBOL to make a character
S3 Systems Administration
ADFS certificate - new cert
12/3/2024 9:38 PM
The certificates on the windows boxes expired and
Lawson S3 HR/Payroll/Benefits
Post Tax Benefit Plan Table
11/14/2024 9:16 PM
Hi, totally new to Laswon. I have a repor
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
1375
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
LAUA security to custom table
Please
login
to post a reply.
6 Replies
0
Subscribed to this topic
16 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
ISO Dan
Basic Member
Posts: 18
11/18/2011 8:39 PM
I have created a custom table which has cost center as a field. I want to create a security class so that only people assigned to the cost center can view their data.
For example I have a header table with a field called Cost_Center. I have created a security class called CC123, when I use record level security I have Coster_Center = "123" however when I view the data I can still see everyones' data.
Does anyone know how to set this up or is there something that I am missing?
Thank you,
ISO Dan
Basic Member
Posts: 18
11/18/2011 9:13 PM
Split
What I have also tried to do is use an element security and that does not seem to work. In my dbdef my cost center has the associated element "acct unit" so in laua I set the element "acct unit" to "123" and it still does not seem to work.
SP
Veteran Member
Posts: 122
11/18/2011 9:27 PM
Split
I presume since you have created a custom table, you also have some custom
4GL form that users use to access the data in your custom table.?.??
If this is true, are you certain your code is making calls to the Lawson
security api's and handling the data correctly?
What do you mean by the phrase "header table?" Header to what?"
Have you thought about just using the built-in element for acct-unit in
your table then use the from-process-level-to-process-level security in the
system code where you have defined your custom table?
On Fri, Nov 18, 2011 at 3:46 PM,
wrote:
> [image: LawsonGuru.com Logo] <
https://www.lawsonguru.com/
> S3 Security
> Forum Notification A message was posted to a thread you are tracking. *LAUA
> security to custom table* Posted by: *ISO Dan*
> 11/18/2011 03:39 PM I have created a custom table which has cost
> center as a field. I want to create a security class so that only people
> assigned to the cost center can view their data.
>
> For example I have a header table with a field called Cost_Center. I have
> created a security class called CC123, when I use record level security I
> have Coster_Center = "123" however when I view the data I can still see
> everyones' data.
>
> Does anyone know how to set this up or is there something that I am
> missing?
>
> Thank you,
> ------------------------------
>
> To view the complete thread and reply via your browser, please visit:
>
>
https://www.lawsonguru.co...ity-to-custom-table/
>
> You were sent this email because you opted to receive email notifications
> when someone posted and/or responded to a message on this forum.
> To unsubscribe to this thread please visit your user profile page and
> change your subscription options.
>
> Thank you,
> LawsonGuru.com
>
SP
Veteran Member
Posts: 122
11/18/2011 9:36 PM
Split
Have you tried using the field name "acct-unit" in your custom table then
set data security for the from-to company and process-levels within the
system code where your table is defined.
Also, verify using a standard lawson form (GL40) that your security is
working at all.
Run the command "lawsec" at the command line and verify security is on.
On Fri, Nov 18, 2011 at 4:16 PM,
wrote:
> [image: LawsonGuru.com Logo] <
https://www.lawsonguru.com/
> S3 Security
> Forum Notification A message was posted to a thread you are tracking. *RE:
> LAUA security to custom table* Posted by: *ISO Dan*
> 11/18/2011 04:13 PM What I have also tried to do is use an element
> security and that does not seem to work. In my dbdef my cost center has the
> associated element "acct unit" so in laua I set the element "acct unit" to
> "123" and it still does not seem to work.
> ------------------------------
>
> To view the complete thread and reply via your browser, please visit:
>
>
https://www.lawsonguru.co...ity-to-custom-table/
>
> You were sent this email because you opted to receive email notifications
> when someone posted and/or responded to a message on this forum.
> To unsubscribe to this thread please visit your user profile page and
> change your subscription options.
>
> Thank you,
> LawsonGuru.com
>
Kwane McNeal
Veteran Member
Posts: 479
11/18/2011 9:39 PM
Split
Also, ensure that you added the element name to the $LAWDIR/system/security.cfg file.
Lawson does NOT know to treat your element with C+P security if you don't tell it to.
ISO Dan
Basic Member
Posts: 18
11/21/2011 12:48 PM
Split
I will try to answer all the questions:
1. I have created a custom table and custom 4GL screen, it mirrors PO20 data but we have it customized because our users wanted additional validation checks prior to loading into PO20
2. I am not sure it is making calls to the Lawson security API, I don't even know what that those are.
3. As defined above my header and detail table mirror PO20's header and detail information
4. I current am using the built-in element for acct-unit, it does not seem to be workingly properly and have defined my cost center in the "Element Security" section of laua
5. My security is turned on
6. I have not tried using a standard form, I will try that next.
I appreciate the comments and help.
Have you thought about just using the built-in element for acct-unit in
your table then use the from-process-level-to-process-level security in the
system code where you have defined your custom table?
ISO Dan
Basic Member
Posts: 18
11/21/2011 1:27 PM
Split
1. I have tried add the process level, but I am not sure I did it correctly, I looked at the GL20 and formated the process level according to the level structure I saw for the acct-unit.
2. In my element security made it act-unit = 301
3. Looked at GL40 and still saw a line item with 301 in it.
4. In my custom 4GL program, I cannot access any records
Please
login
to post a reply.