Welcome to Portal

?Unknown\pull-down

Welcome to Zoho Cares

Bienvenido a Soporte de Zoho

Search our knowledge base, ask the community or submit a request.
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 ?...
2
Maybe later
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...
1
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 ...
0
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...
1
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 ...
0
Has anyone coded a Universal Unique Identifier (UUID) generator in Deluge?
2
Please Use this sample Code This_Day_Date = zoho.currentdate.toString("dd"); value1 = "th"; if(This_Day_Date.right(1) ="1" && This_Day_Date != "11") { This_Day_Date = This_Day...
0
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...
1
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...
5
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...
1
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...
3
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...
2
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...
1
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...
2
  • discussion
  • 2 replies
  • last reply by
  • 4 months ago
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 ...
1
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 ];...
1
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...
5
is it possible to make an input field read only?
1
  • question
  • 2 replies
  • last reply by
  • 5 months ago
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 {...
9
  • discussion
  • 3 replies
  • last reply by
  • 6 months ago