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 |
Think you have written Peoplecode at an event
PC Stmt 1
PC Stmt 2
PC Stmt 3
Dosave() / Dovenow()
PC Stmt 4
PC Stmt 5
PC Stmt 6
In case of Dosave() PC Stmt 1 to PC Stmt 6 will execute then save processing will trigger
And in cas eof DosaveNow() PC Stmt 1 to PC Stmt 3 will execute then save processing will trigger and rest PC Stmt 4 to PC Stmt 6 will execute after save
--
Simrose
Thank you very much for clarifying on this with example.
Thans for clarifying on this with example,it is very clear now
Thank you so much for givng clarity with example
Do savenow()-->save the current field/component immediately..
Example: in the main page having some fields
1. emplid
2. emplname
3. deptid
4.jobcode
...etc
ur enter first field value as 001 and immedate tabout of that field, 001 value saved in database. when ur writing dosavenow() function in field edit event. ok
do save()---> save the current component..just like clicking on save button...
Example:
enter all field values in the page finally click on save button, that time only those values saved in database..
ok
is it posible??
It's not working kum
please let me know the reason..
Thanks and Regards,
naveen
This is very clear. Thanks.