... OnSubmit > click on Create Workflow
Select you want to run some Deluge Script and plug in the following code
if(!isnull(input.Zoho_Inventory_ID))
{
//
// specify your own Inventory/Books organization ...
... expressions then separate each with parenthesis joined by "and" or "or". Nulls are not returned.
Set the "ModuleToSearch" to the API Name of the module you want to search.
Method #1: zoho.crm.searchRecords() ...
... but you can call it whatever you like):
string DataCleansing.fn_DecodeHtmlEntities( string p_StringToDecode )
{
// initialize
v_StringToDecode = ifnull(p_StringToDecode,"");
//
// map string ...
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 ...
... = "ABCDEFabcdef0123456789ABCDEFabcdef";
//
// set this to the authtoken value obtained earlier
v_Auth_Token = "1234567890aaaabbbbccccddddeeeeff";
//
// get lead details
v_Type = "Leads";
if(!isnull(r_CallDetails.get("$se_module")))
{
v_Type ...
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.