Skip to main content
0 votes
0 answers
37 views

I wrote a function string standalone.oz_coql_query(string selectQuery) { // COQL endpoint (EU pod). Change domain if your org uses another pod. url = "https://www.zohoapis.eu/crm/v3/coql&...
web user's user avatar
  • 137
0 votes
0 answers
46 views

I am using an API to update our edited Zoho CRM invoices through to our finance software. What I want to do is to update the LineItems only and use the information I get back in the response for the ...
JennyM's user avatar
  • 1
0 votes
0 answers
79 views

I am trying to do an automation using functions and workflow. One of our clients has a request that they want to get an update about all of their sales orders on their application when the status of ...
Nooh_Noah's user avatar
0 votes
0 answers
325 views

I'm working on a custom function in Zoho CRM to calculate the total price of an order when a new record is created in a custom module called Orders. The function is triggered via a workflow rule. The ...
Ahmad Alattal's user avatar
1 vote
1 answer
150 views

I started creating a script to perform certain automation inside a CRM. The record I want to pull is within a user created "Policies" module. whenever I use the get function and info the ...
Henro's user avatar
  • 11
1 vote
0 answers
127 views

When we create a Quote in Zoho Books, we use Stripe as our payment gateway. When the customer Accepts the Quote, they are re-directed to a page for payment. Stripe is the only one we use. We need to ...
Basil1105's user avatar
0 votes
2 answers
96 views

I am pretty new to zoho books. Here, I am trying to create a custom function in zoho books. Right now, I just want to know whether a particular customer has invoice or quotation or sales order. ...
Darshana Mohanan's user avatar
0 votes
1 answer
181 views

I'm trying as a practical exercise connect Zoho apps with Google API, in this case I'm trying to connect with Google Sheets API. I'm connecting with OAuth2.0 Auth but when I connect the applications ...
Alonso's user avatar
  • 1
1 vote
1 answer
289 views

I created a function that the email handler uses. Works fine without the note part. Problem is that I can't get the ParentID because it is a new lead. What am I missing? newNote = map(); newNote.put(&...
user1822824's user avatar
  • 2,508
0 votes
1 answer
211 views

I am developing a simple site inventory application in zoho creator. There are 2 forms in this case. Form A: Material request .This form has a subform with fields for product and quantity ,Form B: ...
Darshana Mohanan's user avatar
0 votes
1 answer
122 views

I am creating an e-procurement application on zoho creator.When a material request is submitted.It should be directed to manager for approval. In the approval summary, I am not able to see the product ...
Darshana Mohanan's user avatar
0 votes
1 answer
127 views

I am new to Creator and building an e-procurement application. I have two forms - one for Purchase Order and a second one for Goods received. On the Goods received form, I have a sub form with fields ...
Darshana Mohanan's user avatar
0 votes
1 answer
37 views

The Query below applies filter that timeOff entries' sharedTimeOff/startDateTime >= formattedTodayDateTime and sharedTimeOff/endDateTime <= formattedRequiredEndDateTime which translates to ...
Jigyansu Nanda's user avatar
0 votes
1 answer
86 views

I am trying to make a function to make a call in graphql to my shopify site via zoho flow with a deluge function my code works but I have the impression that the deluge poses certain problems in my ...
Lucas Montier's user avatar
0 votes
1 answer
420 views

We are trying to create a Zoho Custom Function using Deluge script in Zoho Inventory. The script is as follows: // Initialize pagination variables page = 1; has_more_records = true; while (...
Swami Moksha's user avatar

15 30 50 per page
1
2 3 4 5
7