In a Zoho Creator application, an HTML table is a helpful way to display a list, such as appointments, inventory, or contacts to external users. Clickable links and buttons can be included in the table rows to add navigation functionality, like clicking the email link to open an email client, or an ...
Blog tagged as Coding
Create an HTML Table in Zoho Creator Using Deluge and Notes
11/30/2023 09:19 PM - Comment(s)
Automatically create a project when deal is won (Zoho Projects and CRM)
11/30/2023 03:31 PM - Comment(s)
Pre-requisites
1. The deals layout has to be ready, with all fields matching the ones in Zoho Projects.
2. The project layout has to be ready as well, matching Zoho CRM fields.
3. A template in Zoho Projects has to be created.
Part 1: Adding a new connectio...
Pre-requisites
1. The deals layout has to be ready, with all fields matching the ones in Zoho Projects.
2. The project layout has to be ready as well, matching Zoho CRM fields.
3. A template in Zoho Projects has to be created.
Part 1: Adding a new connectio...
Updating record(s) in Zoho Creator via API without triggering Workflows and/or Schedules
11/30/2023 03:21 PM - Comment(s)
- head = Map();
- head.put("environment","development");
- skiList = List();
- skiList.add("all");
- mapp = Map();
- mapp.put("Single_Line","check");
- datta = Map();
- datta.put("data",mapp);
- datta.put("skip_workflow",{"all"});
- var = invokeurl
- [
- ...
Categories
- Uncategorized
(0)
- Zoho Creator
(10)
- Zoho CRM
(4)
- Zoho Projects
(0)
- Zoho Books
(0)
- Zoho Cliq
(0)