Article Read Time:

2 Min

Search

Subcribe :

Train Your Team:

Our Extensions:

Join For FREE:

The CRM Zen Show Episode 206 – Me Gusta QESo

Zoho News

Implementation of the Week

  • Zoho Books/Inventory Sales Order Cycle Management via API
    • Zoho Books/Inventory recently added a new system for automating Package/Invoice generation via Sales Order actions
    • By default, these automated actions can only trigger via manual creation of an order
    • In this implementation, we invoke the API to trigger these actions when creating an order programmatically
    • While using the new Sales Order Cycle tool is not as flexible as custom building the automation in Deluge, it does allow for easier management of the workflow by users that do not use Deluge

Code Share of the Week

  • Null Checks: .isNull() vs .isEmpty() vs .isBlank()
    • In a previous post, we wrote about Null Checks and more specifically how the .isNull() function works.
    • In the case of lists, deluge may not consider null what we might consider to be null. We tend to think of null as being an empty value. There’s nothing there. But for deluge, a list counts as something even if there’s nothing in it.
    • That’s why deluge has the .isEmpty() function. On an empty list (often denoted by two curly bracets, {} ):

This Weeks Read

New On Zenatta

Application / Plug-In of the Week

  • Awesome Screenshot and Screen Recorder
    • We also love Loom, but for those of you that don’t, we stumbled across this extension.  Which after doing some testing is an excellent alternative.

Tips and Tricks