You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be the reason for so many 'Invalid Product' and 'Invalid Area' issues.
We uploaded a Product file with a Product that is exactly 75 characters long; the limit defined in the CCRS specifications; INSERT and UPDATE succeeded w/o issue.
Then we uploaded Inventory with the product name.
And we received the error 'Invalid Product'.
And in the error-response-file the record had the last character of the product name removed; that is Product Name was only 74 characters!
It appears the Product Name field is truncated.
This may be why the CCRS cannot accept this data.
The text was updated successfully, but these errors were encountered:
This may be the reason for so many 'Invalid Product' and 'Invalid Area' issues.
We uploaded a Product file with a Product that is exactly 75 characters long; the limit defined in the CCRS specifications; INSERT and UPDATE succeeded w/o issue.
Then we uploaded Inventory with the product name.
And we received the error 'Invalid Product'.
And in the error-response-file the record had the last character of the product name removed; that is Product Name was only 74 characters!
It appears the Product Name field is truncated.
This may be why the CCRS cannot accept this data.
The text was updated successfully, but these errors were encountered: