Hello
I am using component interface to bulk upload the data(History Person). Running through Process Schedular showing the staus as Success. but in the Log file It show an error for name field.
Here is the Error.
++ Error : Error formatting field. {C1_BL_HISPER.NAME} (91,33)
checking error code
++ Error Saving Record :
I have Checked the validation code for the name.
&SplitPosition = Find(" ", &REC2.NAME_DISPLAY.Value);
&FirstName = Substring(&REC2.NAME_DISPLAY.Value, 1, &SplitPosition - 1);
&Name = &FirstName | ", " | Substring(&REC2.NAME_DISPLAY.Value, &SplitPosition, Len(&REC2.NAME_DISPLAY.Value));
&C1_HIS.NAME = &Name;
Please help if you have faced similar issue. Suggestion are appreciated
Thanks
| 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 |
Hi Dude,
are u getting this error for all the records or a few are having this problem..
?? Please provide me details ..I may have some answer 4 u.
Did you get solution. I am getting same error when I am trying to insert new checklist code in person checklist.
Post new comment