104 questions
0
votes
0
answers
37
views
I wrote a function for Deluge but there is an error
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&...
0
votes
0
answers
46
views
Copying all Keys and Values from a JSON response to a MAP in Zoho Deluge
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 ...
0
votes
0
answers
79
views
Zoho CRM Workflow Function Not Receiving Field Data – All Values NULL
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 ...
0
votes
0
answers
325
views
Zoho Deluge Script Error: Variable Not Defined for Custom Function
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 ...
1
vote
1
answer
150
views
Why do I get {"status":"failure"} when using an info statement after getting a record from a custom module?
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 ...
1
vote
0
answers
127
views
How to update or add fields to a sublist item (array?)
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 ...
0
votes
2
answers
96
views
How to get Sales order , Quotation , Invoice details in custom function for customers module?
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.
...
0
votes
1
answer
181
views
oauth 2 parameters can only have a single value: scope
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 ...
1
vote
1
answer
289
views
Zoho Deluge - Creating a new note for a new lead (Zoho CRM)
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(&...
0
votes
1
answer
211
views
How to insert multiple selected records from a report into subform of a form in zoho creator?
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: ...
0
votes
1
answer
122
views
Adding Subform fields to approval summary in zoho creator
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 ...
0
votes
1
answer
127
views
Auto populating a sub form based on purchase order id in zoho creator
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 ...
0
votes
1
answer
37
views
Filters in Microsoft GraphAPI not wroking as expected and giving strange results
The Query below applies filter that timeOff entries'
sharedTimeOff/startDateTime >= formattedTodayDateTime and
sharedTimeOff/endDateTime <= formattedRequiredEndDateTime
which translates to ...
0
votes
1
answer
86
views
GraphQl function in zoho flow
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 ...
0
votes
1
answer
420
views
Persistent Syntax error in Zoho Deluge Script
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 (...