UPLOAD JOB FROM ZOHO CREATOR
HI GUYS I HAVE ONE FORM IN ZOHO CREATOR NAMED AS JOB UPLOADING. I WANT TO KNOW IF THERE IS ANY METHOD FROM ZOHO CREAOTR TO UPLOAD JOB DIRECTLY TO WEBSITE , WITHOUT USING RECRUIT ? AS I AM NEW TO ZOHO NEED SOME HELP
Zoho Creator: Using Forms in "Detail View"
I'm having an issue with the sizing of a form opened within detail view. Can someone take a look at this short clip and maybe point me in the right direction? Thanks! https://www.loom.com/share/513860387b084153a844ddc84d513ecc
rebranding more than one logo
Hi, I have developed two applications for use with two sections of my company, with two different logos. I have found that the logo currently is universal, i.e., appears on all apps under my user account. Could you work out a way so that we can rebrand app specific logos? Thanks!
Concat more than two values
I want to concat more than 2 elements. For example --------------------- variable = 5; Message = concat("you have", variable, "days left"); --------------------- The above code doesn't work. Any advice? Sorry for this noob question.
Zoho Creator | Upcoming Updates — Sep 2022
Hi all, Greetings from the Zoho Creator team! We've got some interesting updates for you today—and rest assured, there’s more to come! In this post, we'll be going over the upcoming features and improvements for this month. A few of these will be available
Upsert a record in the CRM
Hi Im building a customer portal. The user's details are already in the CRM. I want them to login to the customer portal and see a form that is autopopulated with their Contact record's details from the CRM. I have done this and its working. However,
Updating Sub-from with a Main-form value during insert into function
Hi All, I have an auto-num field Quote_ID in a main form and on successful submission I run a loop to update a numeric field Quote_ID in the subform of the main form. for each line in Line_Items { line.Quote_ID=input.Quote_ID; } I have a workflow where
Published Form not displaying correctly on Mobile
I have a published form that contains a single-line field which has been configured for Barcode/QR input for Mobile devices. When I access the form using the permalink, the form displays as the desktop version rather than mobile version and the QR input
Map Dependency Fields in Creator
Hello, has anyone been able to map field dependencies in creator like you can in CRM? i have an app i have built for inventory and i would like that when i click on a manufacturer in the model field it will only show the certain ones for that manufacturer.
Fetch data from form to form but different apps
Hello I have a question and I am beginner in Zoho Creator. My question is it possible to fetch data from form to form but the apps will be different for example I want to make two form and the first one will has as input 'Admission ID' and same for the
What happens to Zoho Creator if Zoho goes bust?
Hi, I am doing a risk assessment for my business at the moment and one of the most obvious risks is 'Zoho goes bankrupt and stops supporting Zoho Creator'. What is Zoho's policy here? A similar question was asked about Zoho Mail. The answer there was 'you can export your data'. That's fine for data but how about code? What use will Deluge script be if Zoho ever folds? Would Zoho release the code for the platform if they do go bust? I notice there used to be an option to run Zoho Creator apps on Google
how to change creator's GUI language?
Greetings It seems that zoho creator detects your region and sets the GUI language to that automatically..first of all this is just a bad idea, let users choose their preferred language or just import GUI language from user's account settings. my GUI
Multiple openurl statements "On Success"
How can I open multiple windows on success to print various record summaries? Right now if I have multiple openurl statements it just opens the last one. Any ideas?
Nested If Statements
Having a problem creating a nested if statement. This works: if((Imported_BPD > -1),Imported_BPD,((Feet * 12 + Inches + Quarter - Previous_Production_Inches) / ((Date_Time - Previous_Date_Time) / (1000 * 3600 * 24)) * Tank_Factor)) However, I am wanting to add another check to say if the formula is <0, then BPD = 0. Here is what I have tried but can't get it to work. Formula Field Both the argument should be same type for 'IF' task. Expecting 'IF' expression found 'BIGINT' expression
On Mobile, Closing a Popup/New/Same window via the "On Submit" of a form
I think I have found a Creator Bug. Or can someone help with a workaround? Scenario: I have an app that is used primarily through the Zoho Creator iPhone mobile app. As part of a custom workflow on report, when a user taps a button, it executes this deluge
Hierarchy of Menus
Right now the menu options are a limited to two levels (the parent and child), and can get crowded if you have a lot of forms and views in your database. Are you planning to add a feature with Menus and Sub-menus (e.g., grand children, great grand children) in a hierarchy, so that space can be better utilized?
How to include css/html on all pages in a Customer Portal?
Hi all, Im currently building a customer portal in Creator. What the best process of adding external css styles and html so all the pages in the customer portal have the same style? If this were a website I would create a header/footer php pages and include
There needs to be a single, universal way to TEST for EMPTY INPUTS
I am so sick of having to code multiple conditions just to see if a field is empty or not. EXAMPLE SITUATION I have a Validation workflow that runs when a user hits Submit on a form. The workflow looks to see if the user filled in a required field (Before
How to integrate zoho creator with google drive?
1. Create record in Zoho Creator 2. Deluge sends record data to Google Apps Script 3. Google Apps Script creates a folder with and returns the url to the folder 4. Zoho Creator receives the response and updated the Url field of the record 5. Users can use the Url to access the Google Drive Folder How can i do it?
Update status field of record in Zoho Creator when document signed in Zoho Sign
Hi, I have a Creator app that sends a document via Zoho Sign when a record is entered. I want to updated a status field in this record when the document is signed. I think i need to set up a web hook in Zoho Sign to point to the url of the report the
How to Test for Null Value
Hi I have 4 snumber boxes in a form. I dont like the default value being 0 as in mobile form i have to delete it each time as i type in correct number. However I have the following forula in code where i have a x b + c + d. Works great as long as i
"other" option in Drop down form
I would like to create a drop down menu which looks similar to the following: Where are you from? Berlin London Paris Wellington please specifiy The user shall be able to pick from the existing options or to insert an additional choice (which is then not added to the list for all other people, it just appears in the respective cell on the spreadsheet). How would this work?
Zoho Creator Subform Auto Populate Lookup Dropdown field
I have a Main form called "New Order" and a subform called "Material Order" field name is also called Material Order (Link name SUB_Material_Order). Material Order Main Form has following: Type - Which is autopopulated in deluge so users know what "Type
Single Line - No duplicates
HI I have a form with an inital lookup field. Lets call it Country. I then have a single field called City. What i am after is I cant choose USA from the top field and then enter Boston twice as that would be a duplicate. But i would want to be able
Value is empty and 'get' function cannot be applied
I'm having a problem with a creator app and hoping someone can help me understand what's occurring. Our business creates lumber products for wholesale and we sell scraps as retail for firewood. We have a creator app that is meant to be our office Point of Sale for the firewood. The problem is that when we attempt to finish an "order" for a customer we get the following error - "Error in executing On Add - On Success script. Value is empty and 'get' function cannot be applied Line: (79)" The
Stateless Forms Popups are suddenly being stuck on page after submission.
My application that has been working great for 3 years now suddenly this morning has a error. After submitting(Are you sure? message) the popup doesnt go away, it removes the background shading and just sits on the frame. Anyone else seeing this? Like
Quick filters in embedded report resetting on refresh
Hi, When using quick filters on any report, the browser remember the filter after refresh. It doesn't happen when the report is embedded inside a page. Any solutions for this?
Zoho Creator | Scheduled downtime for IN DC on November 13th, 2022
Hello App Creators, We want to make you aware that we've scheduled a maintenance activity at our IN data centers on Sunday, November 13th, 2022, from 3:00 AM to 3:15 AM IST (Indian Standard Time). During this period, Zoho Creator will be completely unavailable
Celebrating our Zoho Community SuperBuds!
The SuperBud program recognizes the efforts Zoho users put in to help the rest of the community thrive and grow in their individual Zoho journeys. Be it the ZUG meetups or these forums, several Zoho users including our MVPs andZUG leaders, have stepped
In "Configure add record action" how do I set the value to whatever was entered in the form?
I am attempting to use data entered in Form1 to create a record in Form2. I simply need to set the value of Form2.Field1 to the value that was entered in Form1.Field1. Unfortunately the "Configure add record action" only seems to allow me to specify a
Grammarly and Zoho Creator
Hi there, I cannot get Grammarly to work on fields in Zoho Creator - this is especially important when we're writing important client documents. I have run the tests suggested by Grammarly, all of which pass (https://support.grammarly.com/hc/en-us/requests/new#/resolve-a-technical-issue/grammarly-browser-extension/i-don-t-see-the-grammarly-icon-in-some-text-fields/) This needs resolving as a matter of priority. See from the screenshot there is no Green icon in the bottom right of the text box.
Collections, Lists and Strings, Oh My!
Has anybody else run into the issue? You pass a collection of string elements to a custom function. Then iterate through using for each and Creator interprets each variable as string that includes the quotation marks. So a string "Dog" isn't actually
Need help with auto populating and filling subform
PROBLEM: We have a form named "Add_Program" and within that form we have a subform named "Services". Within the main form "Add_Program" we have a dropdown field named "Program". If the user selects "Cleanup" from that dropdown, the subform should autopopulate
Open Source Driving Distance Solution
Hi – I am looking for a solution for the following: I have two databases. One is a list of contacts with addresses. The other is a list of events with addresses. I am looking for a solution to map the driving distances between the contact address and
"form does not exist" error when embedding iframe code on site
I successfully created my form and clicked on the embed code on website, iframe, but when I put it into my blog (blogger) it says the zoho creator form/app does not exist. I clicked on the make public button and tried a variety of ways. I am able to get the form spreadsheet embed code to work, so not sure what to do next. Any thought appreciated Carol
Uploads added to Zoho WorkDrive by Zoho Creator can not be read or viewed
We created a form. That form contains a subform with File Upload Fields. Files get uploaded and shown in the report. We created a Deluge Script that uploades these files to Zoho Work Drive into separate folders depending on the clients name. It works
Zoho Creator Custom domain Error 400 and SSL issue
Trying to setup a custom domain for a Zoho Creator App Added sub-domians Verification was successful But we see Error 400 and https is not working properly. Our Zoho account is a premium so this feature should be available to us (we already did it
Collections, Lists and Strings, Oh My!
Has anybody else run into the issue? You pass a collection of string elements to a custom function. Then iterate through using for each and Creator interprets each variable as string that includes the quotation marks. So a string "Dog" isn't actually
How do I find the right Zoho Creator developer?
Hi Everyone, I am the owner of a small English language company in Costa Rica. I have a fairly robust app that we had developed a few years back by an expert who we will call Mr. X. I knew I was not capable of creating the app on my own as I am not a
Delete parameter page zoho creator
Does anyone else have the problem that the trash can icons do not appear to delete parameters from the pages? I have tried with several browsers and once a parameter has been added I can't find a way to remove it.
Next Page