Zoho Creator to zoho Books Integration
Hi,
I am doing integration from Zoho Creator to Zoho Books. I am able to add records to Zoho Books - Items module when a record is created in Zoho Creator. However, I am not able to search the records from item module. I want to fetch the records using item name and get the id of that item and then in next step update the item details like price and unit. Below is the deluge script i have used but, I am not getting the correct output.
Products is a lookup in the stock form. I have used below script on success of stock form.
response = zoho.books.getRecords("items","703843116","name=" + input.Product.Product_name);