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 billid is required, the following 2 results were found.

  1. Zoho Books: Generate Bank Text File for Downloadhttps://www.joellipman.com/articles/crm/zoho/zoho-books/zoho-books-generate-bank-text-file-for-download.html

    but as a custom function within ZohoBooks, we know this is just 1 bill record, still... for each r_Bill in bills { v_BillID = r_Bill.get("bill_id"); } // // send attachment request r_Attachment = invokeurl [ url:...

    • Type: Article
    • Author: Joel Lipman
    • Category: Zoho Books
    • Language: *
  2. Zoho Books: Attach a document to a bill using Deluge / REST APIhttps://www.joellipman.com/articles/crm/zoho/zoho-books/zoho-books-attach-a-document-to-a-bill-using-deluge-rest-api.html

    Scope(s) required: ZohoBooks.bill.CREATE, ZohoBooks.documents.READ */ v_OrgID = organization.get("organization_id"); v_BillID = bill.get("bill_id"); v_DocumentID = document.get("document_id"); // // 1. Download the document as a file f_DocumentFile =...

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