Blog by Jesus Sosa
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:
- ...
Style based URLs for Embedded Forms & Reports Zoho Creator
08/21/2024 11:32 AM - Comment(s)
In this topic we list out the parameters used in customizing the look and feel of Zoho Creator forms and reports. These parameters can be applied to the Forms and Reports embedded in your Pages.
Form Properties
Description | Parameter/Value |
Display form without form header | zc_Header=false |
Form background co... |
Categories
- Uncategorized
(0)
- Zoho Creator
(10)
- Zoho CRM
(5)
- Zoho Projects
(0)
- Zoho Books
(0)
- Zoho Cliq
(0)