on ‎2020 Sep 16 6:16 PM
Hi ,
When I try to Run this impex it works perfectly fine:
UPDATE configuration;code[unique=true];filterBarEnabled
;usMarketConfiguration;true
but when I execute the same Impex in batch Mode it starts failing:
$targetType= configuration
UPDATE $targetType[batchmode=true];itemtype(code)[unique=true];filterBarEnabled[default=True]
;$targetType
Error:
error finding existing item : column='itemtype' value='Configuration', | column 1: cannot resolve value 'Configuration' for attribute 'itemtype';Configuration
Does anyone have any idea for such behaviour?
Thank you in Advance!!
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hello,
I think that the default appended cause the error. try with this
$targetType= configuration
UPDATE$targetType[batchmode=true];itemtype(code)[unique=true];filterBarEnabled;$targetType;true;$targetType
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.