What?
This is a quick note on one reason you may get the above error in a Joomla CMS environment.
Call to a member function mark() on a non-object in /public_html/index.php
How?
Not really ...
... OBJECT_ID ( '[Common].[usp_MyStoredProcedure]', 'P' ) IS NOT NULL
DROP PROCEDURE [Common].[usp_MyStoredProcedure];
GO
-- drop a view if it exists
IF OBJECT_ID ( '[Common].[uvw_MyView]', 'V' ) ...
...
Who_Id (JSON Object or Int): ID of the contact or lead the task is related to.
What_Id (JSON Object or Int): ID of the account the contact is associated with. Specify this only when the Who_Id is a ...
What?
This is an article to show how to setup a scheduled function that checks and restores a missing webhook as well as the snippets when receiving the webhooks and storing them.
Why?
We found ...
What?
This is a quick article on generating a file with the Zoho Deluge function .toFile() and uploading it to a file upload field within Zoho Creator.
Why?
The use-case here is that we want a ...
What?
A quick article on my adaptation of some code posted by Poorvik Palanikumar on the Zoho Community Forums to connect a ZohoCliq to the OpenAI API and ChatGPT... Note that I have another article ...
... var json_Row = new Array();
var json_Arg = new Object();
// get some values beforehand which allows us to compare to the rows already present in the subform
// first column to add ...
... = invokeurl
[
url :v_Endpoint
type :POST
parameters: m_GraphQl.toString()
headers:m_Header
];
info r_GetProduct;
Awesome!
Now for the primary objective of this task, which ...
... via Webhook
Zoho Creator: Receive JSON via a Shopify Webhook
This time, the objective is to have an eBay notification be sent to Zoho CRM (can receive webhooks) which forwards it to Zoho Creator, ...
... up a SQL query, or more specifically, a COQL - CRM Object Query Language
Try using distinct on a single-line text field
Adapt the query for unique values in a lookup field
I won't demonstrate ...
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. ...
...
Select namespace (if following this example, it will be "Default")
Select function (note that only functions that can receive a list/form object are listed here)
The argument name should be disabled/read-only, ...
... I have found to work each time is using the CRM Object Query Language or Zoho's COQL. Similar to SQL but subject to similar issues of escaping special characters...
1. Setup a CRM Connection to Search ...
What?
A sorta quick article to note how I can generate refresh tokens and access tokens using Zoho Deluge code (so within Zoho Creator, CRM or Books) without XML calls.
Why?
I find myself using ...
... Requests, Qualifications and some others.
How?
The aim/objective is the following:
Store what was already selected in the lookups
Clear the lookups list
Restore what was originally selected ...
... really random, it involves getting the milliseconds from a time object.
v_Uid = zoho.currenttime.toLong();
// returns something like 1557400230165
Method #1: 5 Randomly Selected Letters ...
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.