Blog tagged as Coding
CRM COQL fetch for up to 100K records
07/28/2025 12:21 PM - Comment(s)
Pre-populating a subform with Client Script in CRM
09/27/2024 04:58 PM - Comment(s)
This code below is an example to to use client scrip to auto pre-populate a Subform with rows fill dynamically within CRM using Client Scrips
/**
* log("sample logging statement") --> can be used to print any data in&...
Send Secure Transactional Emails via API from Zoho ZeptoMail
09/05/2024 01:22 PM - Comment(s)
remision_url = "https://www.zohoapis.com/books/v3/invoices/"+invoice_ID+"?accept=pdf&organization_id="+Org_ID;
download_file = invokeurl
[
url :remision_url
type :GET
connection:"books_all"
];
encryptedFile = zoho.encryption.base64Encode(download_file);
// Create the "...
Creator Page Auto Refresh and sends and received data internally or externally with RealTime Updates
08/21/2024 12:49 PM - Comment(s)
Steps to Simply Auto Refresh a Page:
- Use the following meta tag in the <head> section of your html page snippet in Creator where your Forms, Reports, Views, Dashboards, and anything is located:
<meta http-equiv="refresh" content="5" >
- Apply the following configurations:
- ...
Zoho Creator URL Patterns and Custom
04/29/2024 12:04 PM - Comment(s)
Overview
This document lists the urls of various Zoho Creator application components like forms, views, PDF report etc. The knowledge about the url of the applications will help in providing quick access to the application and its forms, views and report formats.
Terminologies
application link name...
Categories
- Uncategorized
(0)
- Zoho Creator
(10)
- Zoho CRM
(5)
- Zoho Projects
(0)
- Zoho Books
(0)
- Zoho Cliq
(0)