Hi, I need to know how to create custom fields for contract matching while importing a CSV file?
Hi
I do not use the import functionality, but I do have my own fields and I use the API to add thirdparties, members and sales orders.
In the module setup of all those I added some Complementary Attributes. And for sales orders I also added some Complementary Attributes to the lines which is a separate tab. To get invoices right I would also add the sales order fields to the invoice module.
Then I used Dolibarr normally and added some thirdparties, members and sales orders with unique strings and values in the various fields, and used the API to fetch the json, and from there I would understand how to create my own json for inserting values.
It is my expectation that you could use the same method to first export some Contacts, and then you should be able to figure out how to create a CSV good enough for importing, such that you get it as you want it.