Advanced Search

Here are a few examples of how you can use the search feature:

Entering this and that into the search form will return results containing both "this" and "that".

Entering this not that into the search form will return results containing "this" and not "that".

Entering this or that into the search form will return results containing either "this" or "that".

Search results can also be filtered using a variety of criteria. Select one or more filters below to get started.

Assuming headercolumns is required, the following 2 results were found.

  1. Zoho CRM & Zoho Books: Custom Related Lists Delugehttps://www.joellipman.com/articles/crm/zoho/zoho-books/zoho-crm-zoho-books-custom-related-lists-deluge.html

    v_ResponseCode = ifnull(r_SearchResults.get("code"),500).toLong(); if(v_ResponseCode == 3000) { l_HeaderColumns = List(); l_HeaderColumns.add({"key":"quote_name","value":"Name"}); l_HeaderColumns.add({"key":"valid_till","value":"Valid Till"});...

    • Type: Article
    • Author: Joel Lipman
    • Category: Zoho Books
    • Language: *
  2. ZohoAnalytics & ZohoBooks: Custom Related List from Analyticshttps://www.joellipman.com/articles/crm/zoho/zoho-books/zohoanalytics-zohobooks-custom-related-list-from-analytics.html

    // // parse response l_DataRows = ifnull(r_PurchaseOrders.get("data"),List()); // // build up related list header row l_HeaderColumns = List(); l_HeaderColumns.add({"key":"po_date","value":"Date"}); l_HeaderColumns.add({"key":"po_ref","value":"Ref"});...

    • Type: Article
    • Author: Joel Lipman
    • Category: Zoho Books
    • Language: *
Results 1 - 2 of 2