What?
This is the function to get the line item order/transaction from eBay if you give it the eBay Item ID as a parameter.
Why?
Mostly for debugging but here's the code that will quickly get the ...
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 ...
...
Here's an overview of how we achieve this:
Set up a Zoho CRM function to receive the webhook.
Setup a webhook in Xero.
[Optional for Method #2] Setup a PHP script on a server that will validate the ...
... function below with the parameter "p_CallID" being the Calls - Call ID value.
//
r_CallDetails = zoho.crm.getRecordById("Calls",p_CallID);
//
// using the account SID you obtained in the steps above
v_Account_SID ...
... record; use Zoho's GeoCode function to convert this into a latitude and longitude, then we're going to use a free TimeZone API (one that returns a timezone given a lat/lng). The added feature is that we ...
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 ...
... and remind us that we need to phone this Lead.
How?
It sounds straightforward: schedule a call using the GUI then write a test function to check the JSON that is being returned for API names... ...
What?
Just a quick article if you get the above error and what to look for.
Why?
I was writing a function with perhaps too many for each loops within a for loop.
How?
The following is 1 ...
... few days which needs to dynamically change. I am aware of the function .addBusinessDay() but that excludes Saturdays which my client still works on.
How?
We're going to get today's date, then use ...
... v_Css + "div[name='Note_Title']";
v_Css = v_Css + "";
input.Note_CSS = v_Css;
Functionality
Great! And to add some functionality, in other words, have tabs show/hide when a radio option is clicked ...
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.