Hi,
I've set up the following.
1. Connected PRODKIT_CI through Excel to CI
2. Set Action as 'Update'
3. Filled all the data including MIN_COMP and MAX_COMP fields as 1 and 1 respectively
4. Staged for Data Submission
5. Submitted
But the row was not processed and the error thrown was taken from
PRODKIT_HEADER.PRODUCT_ID.SaveEdit
If PRODKIT_HEADER.MIN_COMP < 1 Then
Error (MsgGet(17830, 3812, "The Minimum Total Components must be greater than 0."));
End-If;
PRODKIT_HEADER is a Scroll Level 0 record of the component PRODKIT. Default Value (Record field property) of MIN_COMP and MAX_COMP is set to "0" respectively.
Kindly help me to figure out the problem.
Thanks in Advance.
[Updated on: Mon, 17 December 2012 08:57]
Report message to a moderator