General
How to Use PAN Number Verification API
Verify the PAN number. Objective: This document explains how to integrate and use the PAN Number Verification API to verify PAN details. Prerequisites: API Access: Ensure you have access to the PAN Number Verification API by obtaining the API key and ...
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 ...
PAN and Aadhaar Verification for Zoho Recruit
PAN and Aadhaar Verification for Zoho Recruit Contents Prerequisites. Key Features of PAN and Aadhaar Verification. How to install the PAN and Aadhaar Verification. Create OAuth Authorization. New Fields have been added to the Candidates module. How ...
Aadhaar Verifier
Aadhaar Verification for Zoho Recruit Contents Prerequisites Key Features of the Aadhaar Verification How to install the Aadhaar Verifier extension New fields have been added to the candidate's module How to verify the Aadhaar card details in the ...
Create a custom connection for payroll in zoho people
Registering Client in API console to get client ID and client secret 1) Go to https://api-console.zoho.com or https://api-console.zoho.in based upon the domain in which your zoho account is registered. 2) Click on Add Client 3) Under Server-based ...
Add validation on date field in blueprint.
Main objective of applying this criteria is Next follow up date is accepting past date but follow-up date is future date that's why this criteria applied. After adding field in during click on validation and select Starting tomorrow and enter a ...
Zoho Creator - Auto increment in subform.
Costing is a subform - Add this code on Addition of row. d = 0; for each rec in input.Costing { if(rec.Day != null) { d = rec.Day; } else { row.Day=1; } } row.Day=d + 1;
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; // ...
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 ...
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. ...