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 ...
... changes to the data. This where transactions are useful. We can run the queries, then check if some
conditions are met before committing the
changes in the data:
$mysqli->begin_transaction();
$mysqli->query ...
... = l_LoopInner.toList();
// 3 actions so far
//
for each index v_Iteration in l_Loop
{
info v_Iteration;
}
// yields an incremental count from 0 to 4997
But the following counts as 1 statement ...
... create task:
Create a workflow that runs on lead create (record action) and the criteria can be where "Lead Conversion Time" is less than 4 (4 days not 4 business days?). Though I've removed this condition ...
... */
//
// set your own REST API endpoints for the webhooks here (we are only checking order update or inventory level update)
v_CrmOrderUpdateWebhook = "https://www.zohoapis.com/crm/v2/functions/fn_shopify_webhook_orderupdate/actions/execute?auth_type=apikey&zapikey=1003.aaaabbbbccccddddeeeeffff00001111.22223333444455556666777788889999";
v_CrmInventoryLevelWebhook ...
... true which will automatically send it and mark it as sent. As the function I use before this to generate the invoice, also updates an invoice, I wanted to keep the action of sending separate so that staff ...
... "Tickets" under "Module"
for the Rule Name, I called mine "Tickets - On Create or Edit"
Execute On: Create, Edit, Customer Reply
No Criteria
Under 4. Actions, I click on "All Actions" and select "Custom ...
... I've called it "zcrm".
Standard Call for Module Record Count:
v_PerPage = 200;
v_Endpoint = "https://www.zohoapis.com/crm/v5/Quotes/actions/count";
r_MaximumCount = invokeurl
[
url :v_Endpoint
type ...
... the "Lead Conversion Mapping" page, mapping it, and then testing by converting a lead to a deal.
Actions
Login to ZohoCRM > Setup > Modules and Fields
Click on the "Deals" module (or whichever module ...
What?
Following on from my article: ZohoCRM: Get All eBay Active Listings, this is how to get all the orders from a client's eBay.
Why?
Our use-case is a data migration from eBay to a fresh instance ...
...
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. ...
What?
An article on how I can query all the orders for yesterday without using the eBay GUI Selling website. I've included the code to parse out the information as well.
Why?
Because I need this ...
... dof
f/1.8
f/1.4
f/2.0
f/2.8
Style of Art/Film
Same image again but let's try some of these keywords out:
Abstract
Action Painting
Alien
Art Nouveau
Baroque
Bokeh
Clip Art
Collagraph
Comic
Conceptual
Cubism
Cyberpunk
Dazzle
Dream-like
Engraving
Etching
Fantasy
Fauvism
Film ...
... of field "Deal_Ref" from the ZohoSign Document Request
v_DealRef = "";
if(!isnull(r_RequestDetails.get("requests")))
{
if(!isnull(r_RequestDetails.get("requests").get("actions")))
{
l_Actions ...
... when Status is "Paid"
Just once or every time is "Everytime"
Actions is a custom function called "fn_invoice_updatepaymentmethod"
But this wouldn't work despite being as per the documentation (see ...
... Another REST API CRM function which generates an eBay Access Token for me
r_Response = getUrl("https://www.zohoapis.eu/crm/v2/functions/fn_ebay_getaccesstoken/actions/execute?auth_type=apikey&zapikey=1003.");
if(!isnull(r_Response.toMap().get("details")))
{
if(!isnull(r_Response.toMap().get("details").get("output")))
{
v_AccessToke ...
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.