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
Hide/show on Form
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Alanna
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5294
People Online:
Visitors:
209
Members:
0
Total:
209
Online Now:
New Topics
Lawson Portal
Lawson ESS customization
6/23/2025 10:28 AM
I want to add new links and customize the ESS (sel
S3 Security
Securing forms and programs that use Company Group
6/17/2025 5:41 PM
Is there a way to write a rule, that looks up a co
S3 Customization/Development
Self-Serve Customization and Modification of home page
6/17/2025 3:40 PM
Hi, I want to add new links and customize the E
S3 Customization/Development
Data / List view on Lawson Portal
5/21/2025 2:37 AM
Client is on S3 V10. All delivered and custom form
Lawson S3 Financials
Applying credits to open AP invoices
4/28/2025 1:26 PM
Hello, I am new to the Lawson system and after ru
Lawson S3 Financials
Lawson APIA
4/28/2025 1:22 PM
Has anybody recently installed Lawson's APIA m
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
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
1377
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
Hide/show on Form
Please
login
to post a reply.
8 Replies
3
Subscribed to this topic
16 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
PV Rajan
Basic Member
Posts: 12
8/18/2006 3:37 PM
Hi:
Is it possible to show/hide a field on Lawson Portal based on the RD30 Record ? . E.g I want to hide the field 'Process Level' on AP20 form to some ids while it shall be displayed for others. If yes, how to do this?. Thanks in advance!
John Henley
Posts: 3355
8/18/2006 5:14 PM
Split
You can hide it via Design Studio, using Javascript to access the username and hide/show the field.
Mark F. Hardy
Veteran Member
Posts: 45
11/21/2014 5:20 PM
Split
This was from a post 8 years ago.
Has this changed? Are there any other ways to do this in 2014?
We have Lawson Security 9; can this be done with LSA somehow?
JimY
Veteran Member
Posts: 510
11/22/2014 1:14 AM
Split
LSA is just used for security. I believe it is still the same. You would have to use Design Studio.
Mark F. Hardy
Veteran Member
Posts: 45
11/24/2014 1:49 PM
Split
Thanks for the quick reply, JimY.
Kwane McNeal
Veteran Member
Posts: 479
11/24/2014 2:19 PM
Split
Mark,
JimY's answer isn't the complete picture.
So ultimately it depends on exactly what you're trying to remove, and from what...
If the form is a DS mod AND the element you need to remove is being manipulated with DS, then most likely it's going to require DS. (there are cases LS can work)
If the form is a DS mod AND the element is part of the base form (not being manipulated with DS), then it may be possible to remove with LS depending on the type of element
...and, of course, if the from is pure COBOL/4GL, then removing fields and tabs can be done with either DS or LS
In the example posited in this post originally (Removing ProcLevel from AP20), it is possible to do just that with LS, with a caveat...
Since ProcLevel is usually a key field, it isn't allowed to be blank (SPACES or null). In that case, what LS can NOT do is default the field to a certain value.
You'd need DS for that, AND there may be challenges with it.
Now, if you're wanting to GLOBALLY remove a label, then that would be far simpler using DS.
Kwane
Mark F. Hardy
Veteran Member
Posts: 45
11/24/2014 3:19 PM
Split
Thanks, Kwane.
We want to suppress TAXID on AP10 so some users cannot view the number.
It is an alpha field. But it looks like the only options LSA allows is GRANT ALL, or DENY ALL.
There doesn't seem to be a conditional option whereby we could deny only certain security classes.
We are on an Iseries and the code seems to be RPG.
Al
Basic Member
Posts: 17
11/24/2014 3:32 PM
Split
Seems you'd want to create separate security classes for those who should see it and those who should not.
I've done this on AP10 and related file APVENMAST,TAX-ID.
Grant access on the security class for users who should see it and deny access on the security class for those who should not see it.
Works perfectly for me. I've done this banking information fields as well.
Mark F. Hardy
Veteran Member
Posts: 45
11/24/2014 3:41 PM
Split
Thanks, Al.
Please
login
to post a reply.