Hi,
Currently VendCatalog Import happens with xml.
And I need to upload it as excel.
This means I need to convert the standard composite entity to a single entity in a way because excel isn't supported by composite. Correct?
And then I need to duplicate standard classes and create new methods right?
After that, how can I upload it to the new entity.. because the standard method has a code for xml
preProcessCatalogMaintenanceRequestXML
What should I do here?