Did the W4 location change?

Author
Messages
Wade-T
Veteran Member
Posts: 54
Veteran Member
    In the past I have opened the xhrnet\w4\w4.htm file and commented out the line that contained "+ uiButton(getSeaPhrase("UPDATE","ESS")".

    The latest version 09.00.01.03 00 of ESS we installed now has an if/else statement around that are and it have made changes to the w4.htm file and have not been able to view them.  I have even renamed the w4.htm file yet I can still access and update the W4 through the Lawson portal.  Did the underlying file move?
    Nick
    Veteran Member
    Posts: 50
    Veteran Member
      For the Federal W-4, to remove the ability to update I had to modify the W4.htm file (in the same path as you described) to comment out the line that contained "Continue" under the "UpdateFedEmdedmastr" function:
      + uiButton(getSeaPhrase("CONTINUE","ESS"),"parent.VerifyUpdate(this.form," + n + ");return false")

      ---