How to Set values in variables of catalog Item through transform map script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2024 07:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2024 09:12 AM
Have you found the solution ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2024 01:59 PM
No, Even I forgot for what I wanted to know this 😄
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-29-2024 10:13 PM
Well basically, each time you submit a catalog item, the variables of that catalog item will be stored in table sc_item_option. So the problem is when you do transform map from a attachment contains the variable's values, you can't not make a coalesce field on those variables because those are not fixed variables, they're created everytime you submit a catalog item, therefore they will always get inserted, not updated to the target field of variables that you want them to be updated.