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: Display more than 12 months of paychecks
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Starr
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5327
People Online:
Visitors:
481
Members:
0
Total:
481
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: Display more than 12 months of paychecks
Please
login
to post a reply.
9 Replies
0
Subscribed to this topic
68 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
Mary Porter
Veteran Member
Posts: 337
6/11/2013 10:10 PM
I did dig around first and didn't see this answered - is it possible to set up the ESS Pay/Pay Checks history to display more than 12 months of paychecks
without making them go to the Year to Date and selecting the year? I'm thinking I'll just reconfigure the bookmarks and the instructions if the 12 months can't
be reprogrammed so they can get to paycheck history a little easier.
And if it can't be reprogrammed then it gives us more ammo for getting MHC installed.
Tim Cochrane
Veteran Member
Posts: 154
6/12/2013 11:34 AM
Split
Mary,
Checkout E-Stub (https:www.onlinewagestatements.com). We've been using them since 2009. Our "ESS>Pay" bookmark links directly to their site. My statement history goes back to 2009 to when we went live with them. They also maintain our W2's, so I can grab W2's back to 2009 also.
E-Stub gives you another option besides MHC.
PamH
Basic Member
Posts: 6
6/12/2013 11:55 AM
Split
MHC is our answer, currently have over 3 years of paystubs available to over 28,000 employees. We also use the Electronic W2 for all of our employees. Lawson's standard paystub did not have enought details for our employees, that is what drove us to MHC. Hope that helps.
Mary Porter
Veteran Member
Posts: 337
6/18/2013 8:21 PM
Split
Thank you both for your input. We've already seen MHC's demos but I'll look at E-Stub too.
Shane Jones
Veteran Member
Posts: 460
6/18/2013 11:46 PM
Split
We changed the html / js to pull more than a year. Worked fine with minimal custom coding. Depending on your environment version you should be able to change the code - I will look at the lines we changed.
Mary Porter
Veteran Member
Posts: 337
6/19/2013 12:10 AM
Split
Thanks Shane. We're on Windows 9.1.7 right now but we are in the process of migrating to Unix 9.1.11 - so I probably would need to wait until the migration is over
to implement. But I think that EMSS might be ready for us to start testing now, so if you could find the lines that you changed I would be able to check it out. I figured
it must be possible.
Shane Jones
Veteran Member
Posts: 460
6/19/2013 1:50 PM
Split
Let me start by saying this is what we did and it is NOT supported by Lawson or me. Make sure you test this and only have changes like this done by a qaulified developer. So ... with that out of the way - here is what we did…
Created a copy of paychecks.htm and called it paychecks1.htm and created a copy of paytyear.htm and called it paytyear1.htm (probably could have used better naming. Also, if you want this to be the only paycheck version you could just modify the existing paytyear.htm. We wanted to leave Lawson delivered coding untouched.) Remember that the lines numbers will be different in your version so I am just getting you close...
paycheck1.htm:
Modifed code around line 37 that says
-- self.main.location.replace("/lawson/xhrnet/paytyear.htm?from=main");
Used this instead:
-- self.main.location.replace("/lawson/xhrnet/paytyear1.htm?from=main");
paytyear1.htm
Modified code around line 32 – Set this variable:
var YYYYMMDD1 = "20000101";
This means it looks back to 1/1/2000 (our go live date with Lawson)
Modified code around line 120 – commented out this variable:
YYYYMMDD1 = ThisRange.lastYr;
Modified code around line 190 – commented out this variable: (appears to be set again)
YYYYMMDD1 = ThisRange.lastYr;
Then you would change the "Pay Checks" bookmark to open the new bookmark link of "paychecks1.htm"... Good luck
Mary Porter
Veteran Member
Posts: 337
6/24/2013 10:51 PM
Split
Thanks Shane! we're going to try it with our new Unix system.
Ashby Judy
Basic Member
Posts: 9
7/1/2013 4:45 PM
Split
We have the Year to Date bookmark turned on. We can pull up payments from 2005 forward simply by clicking on the year and then clicking on Payment details. All of the checks for that year will then display. No customization- straight out of the box.
Mary Porter
Veteran Member
Posts: 337
7/5/2013 11:35 PM
Split
Ashby we saw that we could do that but it's not really all that intuitive at least for our employees, so we wanted to make the modifications to the Pay checks instead
so that employees could find them easily without having to call anyone to ask how to get them. I'm still waiting to try Shane's suggestions.
Please
login
to post a reply.