-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi there
Occasionally, custom information is required to be saved on the product fields, think about: notes, custom descriptions, etc. In our case we would like to save an external field name that corresponds with the product field name, a mapping if you like.
Is it possible to add custom columns in de EcomProductField table?
- A custom defined label and input field in the general tab or a new custom tab
- So we can save custom information on specific fields.
Is this something to consider?
The case in more detail:
The client has an export to EZ-base, here we export PIM data to a CSV/Excel file with logic behind it. Since EZ-base has different fieldnames than the ones defined in Dynamicweb, we require a mapping of some sorts. If its possible to define the 'EZ-base' field name on the productfield in Dynamicweb as a custom field, that would solve our challenge.
Any alternatives for this specific situation:
- Using the TemplateTag to define the mapping field name, but the TemplateTag replaces spaces with underscores
- Using an XML file to define the mapping. (DW name -> EZ-base name)