CustomFieldDiscovery
Use this property to specify whether to merge customfields by name or create unique customfields by id to the Products table.
Possible Values
ByID, ByNameData Type
string
Default Value
"ByID"
Remarks
- ByID: Set this when you want to create a unique customfields name by comparing the Ids of the custom fields. There are different customfields added for the various products as the customfields Id is unique across products.
- ByName: Set this when you want to create customfields by name.