... value
v_HexValue = v_HexGiven.replaceAll("#", "").toUpperCase();
//
// using a regular expression: split into pairs of characters or if short hex given, then split into 3 characters
l_HexParts = v_HexValue.replaceAll("(?)",",",false).toList().subList(1,4);
if(v_HexGiven.toString().len()>4)
{
l_HexParts ...
... e complete the following Credit Application Form or forward to the person within your company responsible for completing this.");
m_Actions.put("recipient_phonenumber","");
m_Actions.put("recipient_countrycode","");
m_Actions.put("verify_recipient",false);
m_Actions.put("recipient_name",v_RecipientFullName);
m_Actions.put("recipient_email",v_RecipientEmail);
l_Actions.add(m_Actions);
...
... k = false;
}
//
// my app is the only one using the inventory_levels/update webhook topic/trigger
if(m_ThisWebhook.get("topic").equalsIgnoreCase("inventory_levels/update"))
{
b_RestoreInventoryLevelWebho ...
... catch (e) {
// return error (don't display it, just show it in the logs)
console.log(e);
//ZDK.Client.showMessage("Client Script error");
}
// unfreeze the GUI
ZDK.UI.freeze(false);
...
What?
This is a not-so-quick article that queries an eBay order and creates the relevant ZohoInventory item, contact, sales order, package slip, shipment order, invoice, payment records...
Why? ...
...
Alternative get request:
r_ShipmentDetails = getUrl(v_Endpoint, m_Header, false);
Not done yet!
Of course, it would help if when something was delivered, that was conveyed back to the system ...
...
// update the record (note the API name being used here)
r_Create = zoho.recruit.addRecord("CustomModule6",m_Create,0,false,"my_connection");
//info r_Create;
}
}
}
}
Fo ...
... }
} catch (e) {
// return error (don't display it, just show it in the logs)
log(e);
//ZDK.Client.showMessage("Client Script error");
}
// unfreeze the GUI
ZDK.UI.freeze(false);
// ...
What?
Well known by most but this serves as a quick reminder to myself and anyone else on how to embed a form or a report into a Zoho Creator page.
Why?
Cos
How?
The below is a template ...
... day meeting
m_ScheduleMeeting.put("All_day",false);
//
// meeting owner/host ID (can see any record related to this meeting)
m_ScheduleMeeting.put("Owner",123456789012345678);
//
// related to what ...
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.