What?
This is an article to hopefully resolve for you quicker than it took me, why a zoho.crm.searchRecords() returns some of the records but omits others.
Why?
The use-case was that we were creating ...
...
Why?
My use case scenario is that I was trying to build a related list in Zoho CRM with a view on to related records in Zoho Creator. For some reason, only some random fields were being returned, ...
What?
A quick article on how to replace the return key on a soft keyboard (software based) on a touch-device.
Why?
I have an editText where a user can enter any text value but if they typed a ...
Applies To:
MS SQL Server 2008 R2
MS Windows 7 Enterprise (Client)
MS Excel 2010
What?
A really quick note on how to insert a carriage return or new line into the column name/alias (the header). ...
Why?
We have a stored procedure which contains two select queries. The first query will retrieve a student ID number where the input parameter is the student's username. The second query will return ...
... OR REPLACE PROCEDURE sp_get_studentdetails_from_ad (
p_STUDENT_ADNAME IN varchar2,
l_CURSOR OUT sys_refcursor
)
IS
BEGIN
-- going to declare variables that are to be returned in SSRS ...
... local report processing.
An error has occurred during report processing.
The Group expression used in grouping 'table1_month' returned a data type that is not valid.
My DataSet Query was as follows:
SELECT
CONCAT(MONTHNAME(t1.Date), ...
If you are in the administration panel and you are editing your weblinks and you come across this error:
"404 - An error has occurred.
Joomla! was unable to locate the stated resource." ...
Thought I'd put a note about this as I spent ages rewriting an entire system. The HTTP_REFERER environment variable can be changed by the user anyway but I was using it as an additional validation check. ...
...
The deluge function
So this function will return the word "delivered" or whatever other statuses there are for a package:
/*
Function: String fn_DHL_CheckShipmentStatus(string p_TrackingNumber)
...
...
There are several steps, so first we will set up the ZIA action "Ask ChatGPT" using the GUI, then we will capture the question using Deluge code and query the OpenAI ChatGPT API to return a response. ...
... and respond with the responses I programmed it to answer with. Any variations of the questions it did not understand, it would return a response similar to Siri or Ask Google where it includes the keywords ...
... default as you experiment and become more familiar with the tool would be better as changes to your settings may limit your discovery of the variations and styles.
Type /settings then enter/return twice ...
... 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 ...
... // accommodate for timezone offset
v_LocalStartDate.setMinutes(v_LocalStartDate.getMinutes() - v_LocalStartDate.getTimezoneOffset());
// return in yyyy-mm-dd format (on save this will display ...
... = zoho.crm.searchRecords("Accounts","Account_Name:equals:" + v_SchoolName,1,10,m_Blank,"zcrm");
for each r_School in l_SchoolSearch
{
// check no search error and valid records are returned
if(!isnull(r_School.get("id")))
{
// ...
... on the ZohoSign document and searches for the relevant Deal record in CRM.
Why?
A client wants that when this field is entered and the document signed and returned, it attached the signed document ...
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.