cancel
Showing results for 
Search instead for 
Did you mean: 

Impex upload

Former Member
0 Kudos

Hi All, I have two item in items.xml fitmentcodes and application. fitmentcodes not contains any unique attribute but application contains unique attribute.Many to many relation between application and fitmentcodes.I try to import impex in HAC, not able to import impex, getting error "unique =true" mendetory. Impex
INSERT_UPDATE fitmentCodes;application(code);bodyCodeList;text;

;$$C;$C$$$$;"All Chrysler" ;$$D;$D$$$$;"All Dodge"

please help.

regards Davendra

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

change the insert script and add unique attribute for application column INSERT_UPDATE fitmentCodes;application(code)[unique=true];bodyCodeList;text;

;$$C;$C$$$$;"All Chrysler" ;$$D;$D$$$$;"All Dodge"

Former Member
0 Kudos

Hi Amritha, Not want to put [unique=true] attribute in header.i want to use key generator for autoicrement id field.If any idea please help how can i implement that key generator and how can i associate generated if in a impex.

Regards Davendra