Hi , I have 10 form pages in one application of CV in zoho , i want to export all these form data in one pdf document with well formatting(resume) , how can i do that ?...
i'v created a zoho creator application for take a picture and rename it by phone. Now i need to send Each renamed pictures to my ftp or to specific folder on google drive...th...
Hi, Is it possible to sort the report on the record template by the date field and not the default Added Time. Please check the example bellow: The records are sorting by the ...
Hello All Question:- How we can send the Zoho creator email template using the send email by the workflow or using the Function? by the Workflow sendmail [ from: zoho.adminuse...
For anyone out there looking for help with Zoho Creator's confusing Deluge, I highly recommend hiring NON ZOHO PARTNERS on Fiverr. I've had much better experiences with those ...
I am creating Youtube videos and shorts and then uploading them to our Channel so others can view and approve. Once approved I would like to just schedule them over the next f...
I want to disable all the fields on the form when it loads. I know there is a way to do this by listing all the fields as follows: disable Name; disable Address; disable City...
I am creating a Meeting Tracker and using the pre-template Conference Room Booking. I want to display a timeline chart that only shows weekdays and operational hours. Currentl...
Hi folks, In this month's tip, we're going to talk about how to use widgets to create custom forms and reports in your Creator application. But, before that, let's cover a few...
Hi, I would like to check if a string contains a \ character (backslash) I try this: if ((input.invoer).indexOf("\") > 0) { found = true; } But the I get...
Are they just that much more computationally expensive for Zoho to run than normal workflows? I thought they were this magic bullet for having a snappy portal experience for m...
Here's a custom action you can use to make a popup window using google maps void GPS(int zID) { query_address = MASTER_FORM[ID == input.zID].ADDRESS_for_GPS; query_add...
Another fetch question... I have 2 forms, one is CUSTOMET form, the other is a SUBSCRIPTION form. I use an openurl script to open the SUBSCRIPTION form when the form CUSTOMER ...
Create an auto number field called TRASH Add the following line of script to your form's Form -> On Edit -> Actions On Success: delete from Your_Form_Name_Here [ TRASH > 0 ];...
I have a Creator application with several forms. I developed a record template for one of the reports/forms but want to use most of it for another of the form/report combinat...
With the introduction of randomNumber() fetching a random record is as easy as: //fetch records myRecord = My_Form[ID != 0]; //check if records exist if myRecord.count() > 0 {...