Conversation
| bool deactivateMissingProducts = false; | ||
| try | ||
| { | ||
| string defaultLanguage = Ecommerce.Services.Languages.GetDefaultLanguageId(); |
There was a problem hiding this comment.
I think we need to be careful with this - with this solution, if no languageid columnmapping exists, we create a hidden one for the job. I don't believe this is the intended behaviour, we'll need to discuss this with Rasmus.
There was a problem hiding this comment.
yes, the default languageId is needed in the mappings, so you can not import products without LanguageId, etc so for ages it worked like that, once there was no language id in the mapping it was auto added, a lot of existing jobs will fail if we remove that support, also the jobs @MatthiasSort is using for the BluePrints BC import may fail.
Usually ERP systems don't care what is the default language id in DW, so it is super incovenient to adjust manually the jobs
No description provided.