<domain>/file/account_name/applinkname/reportlinkname/record_id/subform.Field_Link_name/image-download/privatelink?filepath=<value> Corrected format: for each ele in input.Images { if(ele.Image != null) { filename = ...
The Challenge When embedding buttons on a Zoho Creator page using HTML, you might want to open a form in a popup window when the button is clicked. Simply using an <a> tag with zc-popup attributes doesn't always produce the expected popup behavior. ...
When multiple users access the same lead page there could be slowness. change the equal to (==) operator to equalsIgnoreCase in the fetch statements using a string field which will increase the loading performance level. Example.- Current: ...
It´s 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 ...