| Title | Under | Posted on |
|---|---|---|
| MD5 - SHA checksum of a file. | PeopleSoft Technical | 02/07/2012 - 5:29am |
| nVision Tabular Report through PIA with prompts | PeopleSoft Technical | 02/02/2012 - 10:07pm |
| Can we create an AE to mass update Position - Jobcode data? | PeopleSoft Technical | 01/18/2012 - 3:11am |
| Pay Components on job data can be defaulted and setup based on the rules? | PeopleSoft Functional | 01/05/2012 - 4:58am |
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
Post new comment