By: CreatorScripts | September 26, 2019
Category: Zoho Creator
Tags: ringcentral, send Fax, Faxes
By: CreatorScripts | May 22, 2019
Its important to highlight that this post assumes you are already familiar with proper subform creation in Zoho Creator. If you are not please check out our Master Zoho Creator Subforms course in the url below before implementing this custom function.
https://www.udemy.com/master-zoho-creator-subforms/
That being said let´s jump on to the process in question. We are using a Gym App for testing and the goal is to add Classes to a New Member dinamically so user does not have to add classes everytime.
First, you need to call ( get ) the Member record you are going to be working with. Second, you want to create a Form with the records you want to add. In this case our Main Courses is a predetermined number of classes a member can take. You can up...
Category: Zoho Creator
Tags: Subforms
By: CreatorScripts | January 17, 2019
Zoho Creator is a powerful tool when it comes to building applications online. However, when you start building complex scenarios and require the use of Html pages to convey different information based on user criteria you may stumble upon CSS challenges the app is not yet ready to handle.
The most common CSS error is related to views embedded on your Html page. When you click on the record to view the summary template build you get a fraction of the information displayed. See image below.
Category: Zoho Creator
By: CreatorScripts | October 19, 2018
Shopify is one of the best ecommerce platforms that has everything you need to sell online, on social media, or in person. If you are already tracking product inventory in Zoho why not push products to your Shopify account with the click of a button. right?
Create Products, push product images, update description strings, add product categories and update inventory values are just a few features the full integration entails.
Category: Zoho Creator
Tags: Shopify
By: CreatorScripts | August 15, 2018
Zoho Creator does have an automatic weekly and monthly backups of all database details, but there is no way to create a daily backup. A solution is to leverage Dropbox API to send a copy of all records in a view to dropbox on a daily basis.
Category: Zoho Creator
Tags: API, Data Backup, Dropbox