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 ...
... 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 ...
...
I'm going to show you the code first of how to parse the eBay Transaction data and then the code to create a Shopify Order:
Parse an eBay Transaction Notification (XML)
x_ResponseBody = input.Payload.getJSON("body");
v_MainNodeName ...
... Reminder 1 Hr Before"
When is "On a Date/Time" based on "Call Start Time" with execution date "On" the date and execution time "1 hour before".
Condition 1: rule is applied to all calls
Action is the ...
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 ...
... workflow Load of the form
Name the workflow, I'm calling mine OnLoad
Add New Action > Deluge Script:
And I add the following to my deluge script, to remove the label "Tabs":
v_Css = "";
v_Css ...
... API...
Why?
A follow on from my article Zoho Creator: Push to eBay Listings. I have a Creator app that needs to receive the orders from an eBay account as soon as the order or transaction is made ...
... have this selectable for users in their transactional modules (quotes, sales orders, invoices, purchase orders), you need to modify each product record (can be done with "Mass Update") to give them the ...
... m_Record.toString();
}
Without a regex solution and the replacement back to commas then the above outputs:
Actions
Do you want to get rid of the annoying escaped double-quotes ...
What?
This is a quick article documenting how to update custom fields in a line items or product details section of a transactional module such as Quotes, Sales Orders or Invoices using code: Zoho Deluge. ...
... = v_DatePart + " " + v_TimePart;
l_SortingKeys.add(v_SqlDateTime);
m_UnsortedRecords.put(v_SqlDateTime, r_Record);
}
}
//
// now sort list in descending order and action each record
l_SortedKeysDesc ...
... + v_LineItemTotalVat;
v_Total = v_Total + v_LineItemTotal;
}
//
// other actions you want to do after all quotes looped through
//
}
Save your function and click on "Done" ...
... on the action using values from the form invoking it but for generic messages you could get the "Notify" page to read from a form/report:
Click on the plus icon to create a new form
Select a blank form, ...
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.