Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Human Capital Management
Lawson S3 HR/Payroll/Benefits
ESS Hiding Supplemental Address Tab
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
JoseME
Past 24 Hours:
1
Prev. 24 Hours:
0
Overall:
5329
People Online:
Visitors:
248
Members:
0
Total:
248
Online Now:
New Topics
S3 Systems Administration
Lawson Security Admin (LSA) - Securing Print Manager to self only
10/24/2025 6:27 PM
Looking for someone who would be willing to share
Lawson Add-Ins for Microsoft Office
Lawson Add-in
9/30/2025 6:51 PM
I am looking for a Lawson Add-ins query to add new
Lawson S3 Procurement
Anyone getting PO 0000 not found for company error in PO23?
9/30/2025 2:45 AM
Anyone getting PO 0000 not found for company error
Lawson Add-Ins for Microsoft Office
PO20 - Cancel PO via Add-in
9/25/2025 8:03 PM
Is it possible to cancel PO's using add-ins? I
S3 Systems Administration
S3 Payroll - PayStubs
9/18/2025 6:58 PM
Looking for a reliable solution to streamline the
S3 Systems Administration
Quick Access report
8/25/2025 7:17 PM
Looking for a good way to see who has access Lawso
S3 Customization/Development
LP01 hiding a PTO plan from the list
8/13/2025 4:44 PM
Hi all. is there a way to hide a specific PTO&n
Lawson Business Intelligence/Reporting/Crystal
GLTrans - PO Line/MAInvdtl
8/6/2025 6:13 PM
Hello, we have an existing tabular model for fina
IPA/ProcessFlow
Retrieving GUID from InforOS
7/25/2025 2:22 AM
Hello everyone, I was wondering if there is a way
IPA/ProcessFlow
IPA for forwarding cost messages (MA64/MA66.3)
7/23/2025 6:07 PM
When a buyer has an invoice cost message where the
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
JonA
3293
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
Human Capital Management
Lawson S3 HR/Payroll/Benefits
ESS Hiding Supplemental Address Tab
Please
login
to post a reply.
7 Replies
0
Subscribed to this topic
68 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
KJBULLS
Basic Member
Posts: 4
4/17/2013 3:59 PM
Hello,
I am trying to hide "Supplemental" address tab in ESS under "Personal Changes". I went to modify empaddress.htm and tried to hide the code wherever "Supplemental" was referenced. It hides it, but then the "Home Address" change submission doesn't work. It seems like I am not commenting out the right code. Has anyone ever done this? I thought it should not be that hard to hide a tab. Any ideas?
Thanks,
KJ
Deleted User
New Member
Posts: 0
4/17/2013 4:23 PM
Split
It's not hard to hide a tab in EMSS, or fields, however it does become a problem if the fields are used to update a form/table. You'd have to pass the right values to the supplemental address update since they are no longer coming from EMSS.
KJBULLS
Basic Member
Posts: 4
4/17/2013 4:30 PM
Split
Can we not pass Blanks to supplemental address if the tab is hidden? Sorry am very new to modifying ESS pages.
Margie Gyurisin
Veteran Member
Posts: 538
4/17/2013 4:30 PM
Split
This is what we did.....
Supplemental Address
%webdir%\lawson\xhrnet\empaddress.htm
Add paragraph with message about not being able to edit supplemental address information and add visibility:hidden to supplemental address form
// Supplemental address tab
var tab1Html = ''
+ '
You cannot edit supplemental address information.
'
+ '
name="supplementalform" style="padding-top:10px; visibility:hidden">
'
Deleted User
New Member
Posts: 0
4/17/2013 4:41 PM
Split
In answer to the question about passing blanks to the supplemental fields: It is my understanding that the normal HR11 (or HR511) address update process will put the Home address fields into the Supplemental address fields unless entries are made to the Supplemental address fields to override that process. ESS will need to match that update process, and I don't think blanks would work.
KJBULLS
Basic Member
Posts: 4
4/17/2013 5:56 PM
Split
Thanks Margie. I tried your code and now in ESS, I still see the "Supplemental" tab , but it displays the message 'You cannot edit supplemental address information'. However, I still see the "Update" button and when I test to Home Address tab and change the address and hit Update, it throws me errors like "saddrform.suppphonenbr" is null or not an object.
Do I need to hide anything else? What supplemental address information does it pass on HR11 if you have hidden the form? Thanks for your help
KJBULLS
Basic Member
Posts: 4
4/17/2013 6:38 PM
Split
Hi Margie,
I am able to hide my "Supplemental" tab! Thank you so much for your help. I also made the word "Supplemental" disappear so that the users are not able to see the tab at all by modifying getSeaPhrase("SUPPLEMENTAL","ESS") to getSeaPhrase(" ","ESS"). Now in HR11 the same values get passed from "Home Address" tab. Thanks so much! I works great!
Margie Gyurisin
Veteran Member
Posts: 538
4/18/2013 11:35 AM
Split
Glad I could help. I am going to pass on your additional step to our IT dept to see if we can do this as well.
Thank you for sharing your solution.
Please
login
to post a reply.