... the Stored Procedure and the SELECT at the same time; this meant the report would say the process failed but when I check the logs, it successfully ran the stored procedure (updating both tables).
...
... v_Iteration;
}
// yields an incremental count from 0 to 4999
Statement Execution Limit is 10000
If the below runs successfully, then the limit is at least 10'000:
//
v_Counter = 0;
l_Loop ...
... in the hopes that your browser will just begin downloading it (failing this it will open up in the browser and staff member will need to be instructed on how to 'File > Save As...'):
//
// if successful
if(r_Attachment.get("code") ...
... d Successfuly!!! ID: ";
info v_PaymentIntentID;
//
// Hand Off Payment Intent to Reader
v_ReaderHandOffEndpoint = "https://api.stripe.com/v1/terminal/readers/" + v_StripeTerminalID + "/process_payment_intent";
m_PaymentHandOffPara ...
... the name field. Create a sample record with just the name field (placed at top of request) and comment out the other fields from the rest of the request to test. Once you have successfully created a ...
... admin account)
Log in to https://accounts.zoho.com/developerconsole
Click on Add Client ID
Select "Self Client"
Provide the details and register your application
Upon successful authentication, ...
What?
An article to remind me how to install an SSL certificate with GoDaddy.
Why?
A quick reference for myself as I found that with GoDaddy, a purchased SSL certificate seems to require re-installing ...
... workflow which does the clever bit in Zoho Creator:
Go to Workflow > Form Workflows > New Workflow
Choose the form > Run when Created or Edited > Trigger on Successful form submission > and name it ...
... = ifnull(m_Webhook.get("record").get("Lead_Status"),"");
}
//
// if user profile is not allowed to make this change
m_Output.put("status","success");
if(v_LeadStatus != "")
{
if(l_DisallowedProfiles.contains(v_UserProfile) ...
... successful...:
For this strange fix, I'm going to list step by step but using the "Google Chrome" web browser:
Login to ZohoCRM > Setup > Templates > Inventory
Click on the name of the problematic ...
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 ...
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 ...
...
My use-case scenario here is that while I could upload the link from Creator to eBay's Picture Services successfully, Shopify would not accept any links I gave it. Why not use the links that eBay returns? ...
... if successful then read the response
if(r_ResponseXML.contains("Success"))
{
//
// init
l_JSONItems = List();
//
// parse the data
v_MainNode = "ActiveList";
x_MainNode ...
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.