
Script to push from Zoho Creator to Zoho Books
- or -
Post a project like this1505
£15(approx. $20)
- Posted:
- Proposals: 4
- Remote
- #3356035
- Awarded
Description
Experience Level: Entry
Hi,
I am using Zoho Creator 5 to generate invoices which are automatically emailed to customers. I am also using Zoho Books for bookkeeping. I need a script that on the trigger described from Creator, creates an new invoice in Zoho books that I can then match against transactions. My customer list is in both platforms.
- Create and test script
- Allow me to test and suggest amendments if required.
- Modify and test again
-Project complete
Please note, I develop creator apps and write deluge, I just don't know how to write this particular script. I understand the ease of this task to please no overpriced bids. I have a sample but need help applying it;
organizationID = "xxxxxx";
itemList = List();
imap = Map();
imap.put("item_id","XXXXXX");
imap.put("quantity",1);
imap.put("rate",500);
itemList.add(imap);
info itemList;
params = Map();
params.put("customer_id","XXXXX");
params.put("line_items",itemList);
result = zoho.books.createRecord("Invoices", organizationID, params,"zbooks");
info result;
Regards,
Sean
I am using Zoho Creator 5 to generate invoices which are automatically emailed to customers. I am also using Zoho Books for bookkeeping. I need a script that on the trigger described from Creator, creates an new invoice in Zoho books that I can then match against transactions. My customer list is in both platforms.
- Create and test script
- Allow me to test and suggest amendments if required.
- Modify and test again
-Project complete
Please note, I develop creator apps and write deluge, I just don't know how to write this particular script. I understand the ease of this task to please no overpriced bids. I have a sample but need help applying it;
organizationID = "xxxxxx";
itemList = List();
imap = Map();
imap.put("item_id","XXXXXX");
imap.put("quantity",1);
imap.put("rate",500);
itemList.add(imap);
info itemList;
params = Map();
params.put("customer_id","XXXXX");
params.put("line_items",itemList);
result = zoho.books.createRecord("Invoices", organizationID, params,"zbooks");
info result;
Regards,
Sean

Sean M.
100% (2)Projects Completed
2
Freelancers worked with
1
Projects awarded
67%
Last project
13 Aug 2021
United Kingdom
New Proposal
Login to your account and send a proposal now to get this project.
Log inClarification Board Ask a Question
-
There are no clarification messages.
We collect cookies to enable the proper functioning and security of our website, and to enhance your experience. By clicking on 'Accept All Cookies', you consent to the use of these cookies. You can change your 'Cookies Settings' at any time. For more information, please read ourCookie Policy
Cookie Settings
Accept All Cookies