[Vtigercrm-developers] Fwd: Import invoices with merged fields
Alan Lord
alanslists at gmail.com
Wed Dec 2 07:49:39 GMT 2020
On 01/12/2020 21:43, Patrick Allen Zulueta wrote:
> Thank you Alan. Can you give me a clue?.
You can write a simple script to read in the contents of a csv file,
then use the vtiger Server APIs to create, update or revise your
Inventory Records:
https://community.vtiger.com/help/vtigercrm/developers/server-apis.html
The Server APIs are basically just "local" versions of the REST APIs in
that you do not need to connect over https and handle the login/session
management. There have been discussions on this list recently about
populating Inventory records with LineItems using this method.
HTH
Al
More information about the vtigercrm-developers
mailing list