Hi - I am relatively new to PeopleSoft / PeopleCode but have an extensive background in other systems.
I am building a bolt-on module to our PeopleSoft system that will handle Car Allowance claims.
The page I am currently having issues with has a grid where employees will enter their claim details. They will be allowed to enter the months details whenever. Entering a few details, saving (using a 'SAVE' button), then coming back a day or so later and entering more, etc. These details are saved to a 'CA_Details' table.
To describe the page:
across the top: EMPLID - MONTH - YEAR
grid:
DAY - LICENSE - ODMTR_ST - ODOMETER_END - KILOMETERS
bottom of page:
KMs at rate A ____ X RateA = amntA
KMs at rate B ____ X RateB = amntB
Kms at rate C ____ X RateC = amntC
total amnt = amntA + amntB + amntC
SAVE_BUTTON - SUBMIT_BUTTON
When they are totally done entering details they will hit the 'SUBMIT' button which will save the remaining details to the CA_Details table, as well as submitting the final calculated numbers to the CA_Claim table.
Problem is that I've no idea how to accomplish this.
In short - Help!!
Title | Under | Posted on |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
you have to write the login on Buttons on what action to perform.
Page design seems to be simple