Show Hide Zoho Creator subform Fields
It seems like ZOHO has recently launched a new feature that allows users to hide/show Subform row fields, which was highly anticipated. Previously, users were using the disable/enable feature for this purpose.
Reference Code:-
- if(row.College_Name.isEmpty() = false)
- {
- hide row.Course_Name;
- }
- else if(row.College_Name.isEmpty() = true)
- {
- show row.Course_Name;
- }
Thanks & Regards
Piyush Goyal
Zoho Developer || 3+ years Experience
+91-8619164837