You are viewing this site as a guest. You can still ask questions and help others! Join our Dev2Dev IT Community to receive your own blog, share your knowledge, and much more.

Component interface error

2 replies [Last post]
Guest's picture
Guest

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

rahulkhandelw's picture
User offline. Last seen 39 weeks 1 hour ago. Offline
Joined: 10/16/2009
Posts: 34
Re: Component interface error

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.

Guest's picture
Guest (not verified)
Re: Component interface error

Did you get solution. I am getting same error when I am trying to insert new checklist code in person checklist.

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
The question below is to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.