I was wrong, the label for the data that is saved has to be 'id' and not 'value' for a staticmap: "columns": [ { "label": "id", "name": "name" ...
Hi, is there a way to work with environment specific hardcoded mappings? For example if you have a NetSuite location in your mapping, and in Sandbox it points to internalId 12. after deploying code...
This is what I do for a static map with netsuite lookup: "locationMap": { "id": "locationMap", "keyLabel": "SFCC Location", "keyName": "sfccLocation", "label": "Location map...
There is an extra type "exportSelect" that allows you to do a virtual export, and choose one of the results for your custom setting: Make sure that your virtual export returns 'label' and 'value' ...
There is an extra inputType "staticMap" that allows you to do make a mapping table based on data that is sourced live from the source&target systems. There is an excellent example by Tyler in the ...