... of this page.
Go go go
Note that in the following examples, I'm checking under the [Common] schema, this might be [dbo] for you or a more specific one.
-- drop a stored procedure if it exists
IF ...
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 ...
... Transfer Protocol on a Port number of your choosing:
Set for new imports to append, replace, or check if exists then insert/replace:
Schedule to repeat: Every X Hours, Every Day, Weekly, Monthly:
...
... > Form Workflows > Select your form
Click on New Workflow
Choose form (the one your radio tabs group exists on)
(Record Event) Run when a record is Created or Edited
(Form Event) When to trigger ...
... Zoho Creator says that public link exists. Let's say I have a field called Main_Photo and this is in a form called Portal_Listing with a report/view called Portal_Listing_Report and I have a publish key ...
... Reactivate any workflows you deactivated in step 1.
Sample Code
Consider the following standalone function which loops through every contact and deletes the duplicate lead (if a lead exists with ...
... Billing_Address.country=v_AddressCountry
Line_Items=c_LineItems
];
From the documentation
Additional
Note that any bidirectional relation field that exists will be prepopulated ...
... a list of records by their date in descending order. Yes this functionality exists in reports but I want to do it in code so as to display it in a HTML table.
What I have:
id name date
---------------------------------------------
46498 ...
... GUI and display what it will name them. The app needs to rename files but append an incremented count if the name of a file already exists. The original file needs to keep its original name.
What ...
... to work on the CRM record:
// assuming I have a creator form called "myForm"
// that the ID of the record is the value of the variable "myRecordID"
// that a subform exists in the form called "Attachments"
// ...
... to check if element exists on "removeElement"
Zoho OAuth Connector
Just in case you don't know how to setup a Zoho OAuth Connector, here's how you do it in CRM:
Login to Zoho CRM as an administrator ...
... If you use POST then this adds/creates a record and if it already exists you will get a . Documentation advises that the payload is empty which is not true in my case. This is my invokeUrl:
v_DataEndpoint ...
... sake of search-engine friendliness. There are no silver bullets here but I want to block any character that isn't a letter, a number or an underscore.
How?
Suppose the following exists as a MySQL ...
... until it is about to expire. Firstly, we need to check how many minutes are remaining since the access token file was last modified:
// check minutes remaining
$api['jwt']['token']['minutes']=0;
if(file_exists($api['jwt']['token']['file'])){
...
What?
This is an article documenting how to access ZohoCRM with API v2 using PHP and cURL. The first few functions are to manage OAuth v2 and generate the refresh and access tokens. The second snippet ...
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.