The Issue
You have a PHP page which generates a HTML form. When the user submits the form, you want the same PHP page to process the data.
Solution
I've seen a lot of people write CGI requests but ...
... so when clicked, it loads up a page in a browser (redirect from a zoho page)
if(b_ValidResponse)
{
//
// generate HTML page when clicked (please amend the following variables)
v_CompanyName ...
... to complete the radio options
This is the code when loading the form: Created or Edited > Load of the Form
//
// I like defaulting variables
v_DefaultColor = "#000000";
//
// a color palette
l_ColorPalette ...
What?
A quick article to document a Zoho Deluge function converting a hexadecimal color reference to a Red Green Blue value (RGB).
Why?
It's likely that Zoho will avail their color picker at some ...
... a function with a string parameter called "crmAPIRequest". It has to have this name. It is a reserved variable and will contain all the webhook payload data. When a webhook is pointed at it, the crmAPIRequest ...
... parts but otherwise it is intended to be all in the same function as there are references to some variables in earlier snippets of code on this page.
Error(s):
2945: UPLOAD_RULE_NOT_CONFIGURED Was ...
What?
A quick article with the code to download image attachments from a Zoho Ticket and then to upload the attachment to Zoho Analytics.
Why?
First of all, we couldn't find how to sync attachments ...
... do as it did work if the criteria were encoded...
The criteria is in the same syntax format as the one used in the Search API call. Code-wise using the same criteria variable for both calls might offer ...
... of ZohoBooks for the same organization, a separate call would need to be made with a different variable org ID.
/* *******************************************************************************
Function: ...
... each index v_Increment in l_AddPages
{
l_Pages.add(v_Increment + 1);
}
v_TotalNumberOfPages = l_Pages.size();
//
// declare variables to store order details in a JSON or ZohoDeluge Map format
m_Response ...
... " and it should popup with ...things you can ask me... with one being "Ask ChatGPT"
Click on it and then ask away:...
Keeping a Conversation
So annoyingly, the variable broadcast was unreliab ...
... ", ",").toList();
for each index v_Increment in l_AddPages
{
l_Pages.add(v_StartingPageIndex + v_Increment);
}
v_TotalNumberOfPages = l_Pages.size();
//
// declare variables to store order details ...
... a split for any multi-line item orders:
//
// declare variables to store order details in a JSON or ZohoDeluge Map format
m_Response = Map();
l_JsonOrders = List();
//
// loop through orders in ...
... quick parsing instruction to get the eBay photos; this snippet stores the URL of each picture in a list variable:
l_Pictures = x_MainNode.executeXPath("//Item/PictureDetails/PictureURL/text()").toXmlList();
/ ...
What?
This is an article documenting how to parse the notification from eBay and using it to create an order in Shopify.
Why?
Previously, we would receive an eBay notification and create an ...
...
The Solution/Cause
So quite simply, I'm using 2 for each loops and this is one of those scenarios where you need to store the loops into different variable names:
// select a bunch of creator records ...
... another row (declare as many rows as required)
= .();
// assigning values for various subform fields in the row
. = ;
. = ;
// declare a variable to hold the collection of rows
= Collection();
.insert( ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.