Function #52: Automatically associate Price Lists to customers based on currency
Hello everyone, and welcome back to our series! Businesses operating globally often need to invoice in different currencies based on the customer's location. In such cases, maintaining item rates in multiple currencies becomes essential. This is where
Zoho API CORS
Hello, I'm trying to use Zoho books API. I have registered "Client-based application" and set my JS domain to http://127.0.0.1:4200, but when making requests to API I get CORS error. Am I doing something wrong? Maybe problem is with using ip/port d
Zoho and Avalara - Marketplace Order Handling
Hi, we currently utilize the Zoho Books and Avalara connector to extract transactions and track taxes in AvaTax (Avalara). As it currently stands, our marketplaces, (Etsy, Amazon, Walmart), are directly integrated with Zoho for order fulfillment. Somehow
Line Item Description - Line Breaks | Deluge
Hi, I'm trying to update a line item's description and cant figure out how to add line breaks. If I get an existing line item's description with line breaks, I can see that they are set as the regular "\n" (As this is a JSON). But, when I try to insert
Change Status of Approved Purchase Order to Issued after via Work flow
I have created to issue or send approved purchase order via a workflow, work flow is working fine but now i need to update the status of Purchase Order from approved to Issued once this work flow is initiated. Please let me know how can i do this using
Function #36: Mail item list to customers using Custom button
Hello everyone, and welcome back to our series! In response to ever-changing market conditions, inflation, and cost fluctuations, businesses often find it necessary to revise item rates to sustain profitability. Following the changes, it also becomes
automation taxe new troubleshooting
i have selected the new automation taxe the error message says 11 659 clients don't have the address correct. It is cause when we create a client, we don't put the province. then the automatic taxe selected is the one just for canada. how to skip to have
One Sale Order to Many Purchase Orders
Hi ! We are exploring Zoho Inventory (+ CRM Plus) and cannot find the following feature We are selling packages to our customers, these packages usually contains : - Software we buy from Supplier A - Hosting we buy from Supplier B - Configuration that in done at our place by a technician When we sell this package to customer (in one Sale Order), we would like to create the corresponding Purchase Orders (one purchase order for each of the product, to the corresponding supplier) Does Zoho CRM + Inventory
Script error
Is there any reason why this isn't working as we are getting this error message. https://www.zohoapis.com.au/books/v3/salesorders/XXXXXXXXXXXX?print=true&accept=pdf&organization_id=XXXXXXXXXX might be having issues, or it may have moved permanently to
API or Deluge script for Zoho Books Attachment Custom Field
I have created a Custom Field with field type as Attachment (Not the default Attachments) for Contact module in Zoho Books. This field should be populated whenever a record is created or the Image (Attachment field) shall be updated from external system
Get Sales Order Template (PDF) and send to printer via Custom Button
Hi, I'm trying to click a custom button which sends a specific PDF template to a printer but I'm stuck! The API documentation says it's possible but I'm unsure how to implement. Any help appreciated ----------- Code I have for the PDF after I've set the
You are not authorized to perform this operation
I am trying to create an invoice from postman by following steps mentioned in postman collection. But I got struck with the following message { "code": 57, "message": "You are not authorized to perform this operation" } I have entered organization
Can I merge 2 bank accounts?
The bank downloads were not working, so we had to create new bank account name (for the same account) and new link. How to I get transactions for the "old" account into the "new" account?
In-App Notification When an Item is Removed/Reduced from an Invoice
Hi! I want to create an in-app notification for when any item is removed from an invoice after it has been created. However, when I try to do this through Custom Workflow, I do not see an option for "Item" under the Workflow Trigger Options. Is there
Where to find the new zohoapis details for API calls?
We recently got an email about an upcoming change of your Zohobooks API URLs, to be done before April. But why on earth have you not published it anywhere? Will it be a simple matter of URL changes only for our OpenCart Zohobooks Integration software?
Apply Vendor Credits On Bill Zoho Books
Hello Team, Several developers are encountering difficulties when applying credits to bills. If you refer to the Zoho Books API documentation, there is a body error, and the data we need to pass is not very clear. In this article, I am providing the correct
Function #45: Automatically convert billable expense to invoice
Hello everyone, and welcome back to our series! Zoho Books allows you to easily charge your customers for expenses that you have incurred on their behalf. You can achieve this by marking the relevant expense as billable and then manually converting it
Late fee custom script in Zoho Books
Hi New to Zoho and trying to set everything up. I want to add a late fee on my invoices. I found this script: https://www.accountexnetwork.com/blog/2016/08/zoho-books-continues-automate-custom-functions/ //create a variable to get invoice total and add a 5% discount
latefee = invoice.get("total").toDecimal() * 0.05;
//display the value stored in the latefee variable
info latefee ;
//add late fee and adjustment and store the total amount in the variable 'adjustment'
adjustment = invoice.get("adjustment").toDecimal()+
How to create a journal with Deluge?
Im trying to create a journal with a custom button from a custom module. Some of the info on the code looks like this: LineItem1 = Map(); LineItem1.put("account_id",CuentaCredito); LineItem1.put("amount",ImporteDepreciado2); LineItem1.put("debit_or_credit","credit");
using zoho books API for retainer invoice in zapier
hello, I have to create a retainer invoice when a estimate is accepted and i got everything set up but I cant seem to figure out what the good format for the api request is for the line items, I dont see what im doing wrong can someone help me with this
Zoho Books TimeSheet API Date Filter Format
I didn't see this documented anywhere and it took me an hour to figure out. In order to filter the time sheet list using: zohoapis.com/books/v3/projects/timeentries? You must also send the following parameters in this example: filter_by = Date.CustomDate
How to pull in custom fields in a Zoho Books Related List (invoice module)
I have custom fields for Zoho Invoices. How do I reference them into columns within my related list? I tried using their API name but it doesn't seem to work. I'm not sure if it matters but they are date fields.
Get more records from Zoho Books
Hello There, I have 200 above records in Zoho Books.I want to get those records and push to Creator .we need sample syntax for this.
Make an Invoice out of an Recurring-Invoice via the API?
Hello, i need to activate the Books intergrated Function to make an Invoice out of an Recurring-Invoice via the API. I have several Recurring-Invoices in Books and i am building a function, that read Zoho Desk Tickets and they Timeentrys to generate Books Item in Invoices, but if i only have an Recurring-Invoice i must generate the Invoice of it. Here is the Button in Books on an Recurring-Invoice, upper right corner, the button in the Middle (Create Invoice) :D Thanks for every help.
Idea for Function Series - create a related list that shows the dates of when an invoice changed statuses
I would like to add an Zoho Books - Invoice related list that has two columns: Date and Status. The related list would show each time the status of the invoice changed. For example: On 3/1 I create the invoice and save it in "Draft". On 3/2 I send it
Function #44: Notify admin users when expense accounts exceed the safe limit
Hello everyone, and welcome back to our series! Are you finding yourself consistently overspending in certain areas? Do you need a system to keep track of your expenses and receive alerts when specific accounts go over their limit? Today, we bring you
Creating vendor contact via API
We are trying to create vendor contact via API, it is showing error "to enable vendor portal for organisation". Can you please help on this, as we are just trying to add contact as vendor, for which why it is required to get vendor portal for organi
Can I create the Validation Rule using Custom Function in Zoho Books
Hello There, we need to restrict the submission of sales orders in confirm status.when the SO is Confirm Status.by using Validation rule in the SO. rules depends upon SO status.but how we restrict the submit action regarding another field values that
Function #7: Fetch a value from Deal in Zoho CRM to the related Estimate in Zoho Books
We're here with another function for those using the integration with Zoho CRM. You know that potentials can be linked to transactions in Zoho Books. But if you're including additional details about a Deal (potential) in Zoho CRM and you want to inherit
Add Item Rate and Item Quantity to Custom Function
Hi Team - I have a custom function that fetches a product from an invoice and displays it in a related list in the Accounts module. We need to get the item rate and item quantity of the product for that invoice. I tried to do it myself but I am note getting it. Here is the code. Can you tell me what line of code to add to fetch the item rate and item quantity? Thanks in advance for any assistance. invoiceID = invoice.get("invoice_id"); customerid = invoice.get("customer_id"); customername = invoice.get("customer_name");
Create Credit Note via Api with a Shipping Charge
Hi, An Invoice has been created with a shipping charge value via the "shipping_charge" property of the Invoice object. On trying to raise a Credit Note to reverse the Invoice value, the Api for Credit Notes https://www.zoho.com/books/api/v3/credit-notes/#create-a-credit-note
Syncing Zoho Projects and Zoho CRM with Zoho Books
I've set up the integrations with Zoho CRM and Zoho Projects, however it's creating clones of the accounts/customers - if I set both integrations to Overwrite, what happens ? What details are overwritten and is anything deleted ?
how to refund a deposit to a client's credit card using a stripe?
At the moment I see this way: To partially refund an invoice in Zoho Books, I need to create a credit note for the amount you want to refund and apply it to the invoice. Then, I need to go to the Stripe dashboard and find the payment I want to refund.
Function #43: Auto-enable Customer portal
Hello everyone, and welcome back to our series! The Customer Portal in Zoho Books serves as a platform for your customers from where they can accept quotes, view sales orders, monitor shipment statuses, make invoice payments, and manage other related
How to update Contact without Delete
Hi Team, I'm trying to update existing contacts in Zoho without deleting the contact person or address. However, the Zoho documentation states that updating a contact requires removing the contact person from the contact_persons list. When I attempt this
WordPress To Zoho Books Integration
Hi there I'm not sure if this is the correct place to discuss this, but I wanted to find if anyone is interested in a WordPress Plugin that connects your contact page into Zoho Books? What it does in a Nutshell is takes the contact fields from Contact 7 and injects them into a new customer record in Zoho Invoice. but before that it also checks if it's SPAM by testing the phone number, message text and the email address validity and if it passes all those tests then it creates a new record. That's
Getting customer_custom_fields when getting a creditnote (they are available for invoices)
we are working on a Zoho Books integration. When getting a single invoice via the API under https://www.zohoapis.com/books/v3/invoices/:invoiceId, the response includes custom fields added to the customer under the key "customer_custom_fields". However,
Using an API how do I associate an existing project with a recurring invoice?
Using an API how do I associate an existing project with a recurring invoice? Can it be done by adding the project ID to a list item?
Using API "Email multiple estimates" does not create a public link for signing estimates
Hello, I have a workflow associating zoho and integromat (make). I need to create three estimates to send to my clients. -First estimate is sent through the create estimate in integromat. There is an option to directly send the estimate. -Second and third
On User Input like action of Creator/Deluge in Zoho Books
Hi, Do we have any facility available now to update a field by means of adding/multiplying two exisitng fields and populate in the 3rd field in UI? Example: If I have fields size, qty and defaultVal, I want to populate size*qty to defaultVal field upon
Next Page