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. ...
... for
Select the Server Type and then click on "Download Zip File" button
Decompress the ZIP and find the CRT file
Return to your GoDaddy page and scroll down to "Web Hosting" then click ...
... function that can return the ebay URL of the image.
Done
High Level Overview
Create a REST API CRM function
Get Zoho CRM to create a Zoho Creator record by passing it the Inventory ID
Get ...
... was to recover the relevant product based on any given Product SKU. Making the above into a function as well as returning the inventory item ID and the product ID:
map API.fn_SearchShopifyBySKU( string ...
... / return response
return m_Output;
Click "Save" and Done!
Yields:
Additional Note(s):
If the user's profile is blank, the rule will not apply to them.
l_Disallowed = List();
l_Disallowed.add("Joel");
if(l_Disallowed.contains(""))
{
in ...
... expressions then separate each with parenthesis joined by "and" or "or". Nulls are not returned.
Set the "ModuleToSearch" to the API Name of the module you want to search.
Method #1: zoho.crm.searchRecords() ...
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 ...
... return
return ;
Save this and return to the list of functions
Hover over the function you just created, click on the 3 dots/ellipsis and select "REST API"
Switch on the API Key and copy the URL ...
What?
An article with a quick snippet of code which builds up the address from a Lead record to geocode into latitude and longitude coordinates to feed a third-party API which returns a timezone.
...
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.