Questions tagged [zohobooks]

Zoho Books is online accounting software that manages your finances, keeps you tax compliant, automates business workflows, and helps you work collectively across departments

Zoho Books is online accounting software that manages your finances, keeps you tax compliant, automates business workflows, and helps you work collectively across departments

56 questions
1
vote
0 answers

Call recordings and Call Logs on Zoho CRM mobile app

Hi I how do I use the Zoho CRM mobile app to record call logs and call recordings and be able to download them via the app. I would also like to know how to add another number that will be on another mobile device that does the call logs recording…
agega
  • 157
  • 3
  • 13
1
vote
0 answers

Combine 4 SQL sub-query into Single query (ZOHO Analytics)

ZOHO Analytics is a database which supports SQL syntax of MySQL, SQL server, Oracle, PostgreSQL, etc... I'm using syntax of MySQL. I am able to construct the whole SQL, it consists of 4 levels of sub-query, but here's the problem. ZOHO Analytics…
mjb
  • 7,649
  • 8
  • 44
  • 60
1
vote
1 answer

How to fetch data from Zoho Books to Zoho Creator? 200+ records

I need to fetch Data from Zoho Books to Zoho Creator. How to get Invoice, Estimate, Customer data? How to fetch 200+ records? Through single API call we will get only 200 records.
Chandan P
  • 41
  • 5
1
vote
2 answers

Zoho creator + zoho books integration

So been given this recent task, create a form for new customers and integrate it with zoho books. I know almost nothing about Deluge or zoho platform. anyway this is what i have achieved so far: 1-Create the form ✅ 2-On form submission->create new…
1
vote
2 answers

Zoho creator integration with zoho books

So i recently started working with the Zoho platform so im quite new to it, ive been assigned the following task: Build a Customer form on zoho creator with various different fields (name, company name, billing address and some extra custom…
1
vote
1 answer

How to export data from Zoho Expense site to Power BI desktop using the Zoho Creator (Beta) app

I need to export data from Zoho Expense site to Power BI desktop using the Zoho Creator (Beta) app Is that possible? Please let know Also, how can I find the domain, the workspace name, the Application link name and the Report name link as you can…
Newbie SQL
  • 122
  • 13
1
vote
0 answers

Integrate Zoho rest API's

I am trying to integrate Zoho rest API's to achieve below list of tasks. Task List: a) To get Project List b) To get Projects's Users list c) To get List of Task for the projects d) To Create new task I have successfully generated access token by…
Justin
  • 855
  • 2
  • 11
  • 30
1
vote
1 answer

Domain in Many2one Odoo 11

I have three models class ZohoTags(models.Model): _name = 'zoho.tags' name = fields.Char(string="Tags") tag_id = fields.Char(string="Tag Id") class TagsLine(models.Model): _name = 'zoho.tags.line' x_zoho_tags =…
Alqebaiti
  • 101
  • 1
  • 11
1
vote
2 answers

Send invoice by email through Zoho Books API

My Code is as follows... The email functions public function zoho_email($array){ $data = json_decode($array,true); $url = '/invoices/'.$data['invoice']['invoice_id'].'/email'; $recivers[] = …
GYaN
  • 2,327
  • 4
  • 19
  • 39
0
votes
0 answers

Create Contact with Zoho Books API and PHP+Curl+Post Method

I am trying to create a contact through create a contact api. I have entered orgainzation id & oauth token. Api only generating one contact. Below are steps : Generating code by using self client in zoho api console After getting code from the…
swati
  • 1
0
votes
2 answers

Make a custom function fail in Zoho Flow

I'm writing a custom function in Zoho Flow to perform some writes to Zoho Books from a web hook request. I want the custom function to FAIL if something goes wrong (for example, if an item cannot be found). I cannot figure out how I can make this…
Dave New
  • 38,496
  • 59
  • 215
  • 394
0
votes
0 answers

Adding a lookup field in zoho books that is a custom field in zoho CRM

I am using zoho books and zoho CRM where I have a custom module in zoho CRM which I want to add as a lookup field in a zoho books module. A direction for the deluge script required or an inbuilt way (if there is any) to add it in zoho books.
0
votes
1 answer

Zoho Oauth flow returning invalid client

I am trying to build a Oauth flow using python Django. The goal is to get the access token for zoho and save it to DB. but at the step where we exchange access token by sending authorization_code, I am getting invalid-client error. I couldn't…
0
votes
1 answer

Error connecting Zoho books API with Bubble.io

I am facing authentication error while connecting Zoho books API with Bubble.io. Here is my setup: https://i.stack.imgur.com/8lKQs.jpg Error message: https://i.stack.imgur.com/93pKO.jpg Will appreciate any help.
Sakin
  • 53
  • 7
0
votes
1 answer

Why My API Request always return unauthorized message

I'm always getting the error code 57 Method GET API https://books.zoho.com/api/v3/organizations this is my setting Headers Authorization Zoho-oauthtoken 1000.f494xxxxxxxxxxxxxxxxx Return { "code": 57, "message": "You are not authorized to…
Michael Halim
  • 262
  • 2
  • 20