Hi,
I am facing issue in opening of component.
It is able to search data. when i click on any row..it is getting sign from people soft.
This is happening becos on one page in component. if i remove that page it is working fine.
I took trace too.but nothing is coming there..
Please help.
Nitin
Hi,
i've written peoplecode on fieldchange event where there's a field amount which should not exceed $1000.
Peoplecode
If All(LOAN_TRK.AMT) Then
If LOAN_TRK.AMT.Value > 1000 Then
Error ("Loan amount cannot exceed $1000");
End-If;
End-If;
the error message is shhoting but on save the page is storing the amount in excess of 1000.
Do i need to use DoCancel() exactly after the Error message so the the page sould not get saved with amount more then $1000 ?
| 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 |
Recent comments
5 days 22 hours ago
6 days 5 hours ago
1 week 22 hours ago
1 week 23 hours ago
1 week 23 hours ago
1 week 5 days ago
1 week 5 days ago
1 week 5 days ago
1 week 6 days ago
2 weeks 1 hour ago