Why OT_ESS.DATE is stated empty while calling DoSaveNow() althought it already has a value?
Here is the code in the submit button
[code]
Local Rowset &LocalRowOT;
&LocalRowOT = GetLevel0()(1).GetRowset(Scroll.OT_ESS);
For &i = ActiveRowCount(Scroll.OT_ESS) To 1 Step - 1
If All(&LocalRowOT(&i).OT_ESS.EMP_RMK.Value) Then
&LocalRowOT(&i).OT_ESS.STATUS.Value = "SUB";
End-If;
If All(&LocalRowOT(&i).OT_ESS.CODE.Value, &LocalRowOT(&i).OT_ESS.DATE.Value, &LocalRowOT(&i).OT_ESS.EMP_RMK.Value) Then
&LocalRowOT(&i).OT_ESS.DATE.Enabled = False;
| 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
18 hours 53 min ago
1 week 10 hours ago
1 week 18 hours ago
1 week 2 days ago
1 week 2 days ago
1 week 2 days ago
1 week 6 days ago
2 weeks 8 hours ago
2 weeks 8 hours ago
2 weeks 1 day ago