Popular Articles
Delay function In Deluge Script.
Main objective of using this delay function is when different module records is creating at the same time and we create that records in other application or if we performing any action on that records that time we can use this. ...
Vendor Bank Verification for Zoho Books
Prerequisites You must have Zoho Books Super Admin access. You need Zoho Books Professional Edition or higher is required. It validates the details of banks in India. 1. Introduction This extension enhances financial accuracy and security by ...
SAP and Zoho Integration for Seamless Data Management
SAP and Zoho Integration for Seamless Data Management Objective The objective of integrating SAP with Zoho is to streamline business processes by enabling seamless data flow between the two platforms. This integration aims to enhance operational ...
Fetch Books Record In Creator Based On Criteria !!
// Our objective is to obtain items by their respective item names. mp = Map(); mp.put("name","Laptop"); itemDetails = invokeurl [ url :"https://www.zohoapis.com/books/v3/items?organization_id=695695519" type :GET parameters:mp ...
Upload Files Zoho CRM to Creator.
getFranchiseData = zoho.crm.getRecordById("Vendors",FranID); //=======================get file PAN ============================================ file_Id2 = getFranchiseData.get("PAN_Attachment").get(0).get("file_Id"); info "file_Id : " + file_Id2; // ...