... The specific form was for "Leads" which contained a subform with a product line item list. If I run this code, I would get the error:
Expecting ZC_SUBFORM_250 expression found COLLECTION expression
Another ...
What? If you get something like the following error: Warning: call_user_func() [function.call-user-func]: First argument is expected to be a valid callback in /home/.../templates/rt_affinity/rt_sectionrows.php ...
... the document. I know this exists in ZohoSign already but we don't expect staff to go to another app to check on this and would rather see it directly in ZohoCRM on the relevant record.
So the more ...
... = User Acceptance Testing) to ensure this behaves as expected. So I found another function was being run when a contact record is created and I appended this snippet of code to the end of it. Note tha ...
... PDF renderer in ZohoCreator and want all the data to stay aligned. Using only DIV layers can cause a few unexpected layouts in ZohoCreator.
The Quick Answer: the page margins
Tackling the page ...
... Encountered
webhook: expected String to be a Hash In this invokeURL, set the parameters to a JSON string using .toString().
For those puzzled as to how you setup a webhook function in ZohoCRM: Create ...
... data that is expected to be in the rows (ZohoAnalytics may have issues loading a file with only headers)
Click on "Create" then "New Table/Import Data" > Select "Files" (the one with the Excel icon)
Give ...
... Possibly due to me trying to create and declare the subform before having specified any record to insert it into.
Expecting ZC_SUBFORM_109 expression found COLLECTION expression: I may have tried ...
... of code or screenshots below are made up.
the Attachments.csv
A data backup or export of the Attachments from ZohoCRM will return to you a CSV of attachments. View it to see what is expected of ...
... The expected outcome is the appending of a row to the subform based on the start date (first field in the subform) match in which case it should re-add the row with an "End Date" specified (blank or not). ...
... the function this worked as expected. Now put it on a workflow where the settings were:
When an invoice is "Created or Edited"
Execute the workflow when "When any field is updated"
Filter the triggers ...
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 ...
What?
A quick article to demonstrate code that creates a task in CRM based on the time logged against an Event/Meeting.
Why?
As developers, we're keep account of our time and we are currently ...
What?
This is an article to document how to schedule a call with a reminder in Zoho CRM using Zoho Deluge.
Why?
Because I find a need to document anything that takes longer than 30 minutes to ...
... "expected_data_type": "datetime",
"api_name": "Check_Date_Time"
},
"message": "invalid data",
"status": "error"
}
How?
We're going to parse the created date and time parts as well as the ...
... to parse the data in the appropriate columns was not working as expected.
How?
The quick answer is a regex that will replace any commas between two quotes with a custom string, to be exact:
v_FormattedData ...
What?
This is a quick article documenting how to update custom fields in a line items or product details section of a transactional module such as Quotes, Sales Orders or Invoices using code: Zoho Deluge. ...
What?
This is an article documenting how to send a Zoho Deluge Map request to an API which is expecting nested/2d/multi-dimensonal arrays. In the example below, we are posting to a PHP script for testing ...
... or
v_UnixSeconds = v_MyDate.unixEpoch();
info v_UnixSeconds;
Error: Argument type mismatch -Found 'TEXT' but Expected 'Long' // Solution: Convert your string into a date.
Source(s)
toTime() ...
What?
A quick article on how to debug some errors in Zoho.
Why?
I wanted a general note to list certain errors that we get when we do certain things in Zoho but didn't want to write a separate ...
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.