How To Count Multi Line Entries
Hello, I am trying to creaate a basic application where we will have a single container tracking no and multiple small parcel tracking numbers. To make everything faster I want to scan the tracking numbers to a multi line field but want to know how many
update field of main form from popup window
Hi, I need to submit data from popup window to the parent form. Is it possible in creator?
Key Value Dropdown
Would it be possible to add a key-value dropdown list to creator so that we can do things like populate it with a map that contains human readable text that's linked to an id number. e.g. being able to select the line item that a creator object belongs
Multi-Select Reporting
I'm newer to deluge and I've seen this question mentioned here before but nothing I have tried will work. I have a application that contains two items at the moment. List of Employees List of Training for Employees The form for submitting a training
Change value of a radio button (disabled in the form) based on the values of other radio buttons in the same form.
Hi, I have a form named "MANAGER" inside which I have 5 radio button fields with each 2 values: "OK" & "NO". I would like to configure in the same form another field named "STATUS" (disabled in the form) that would also have 2 values "OK" & "NO". This
Enable field workflow based on formula field not working
I have a formula field with an IF statement that returns either "1" or "2" I need to enable another field based on if the result of the formula field is "2" I have created the workflow, and the field is disabled by default, but when the result of the
Importing data into a report
Hi, Im trying to import data into a report. One of the fields in the report is "Users" which in the form is a lookup field (Which looks into another report to pull all the users we have listed in there and displays as a dropdown in the form. However,
Can you add formula fields to a subform?
Is this possible? I have tried the two usual ways but they don't work: I've dragged the formula field from the field-type list on the left of the screen but it disappears when I drop it on the subform. I've clicked on "+Add Field" in the subform itself
Can you completely remove the Submit button?
I am trying to create a calculator app. It doesn't need to store data. And the result fields calculate as you add data into the input fields. There's no need for a Submit button (or a button of any kind). Can I remove all the buttons? Many thanks St
New User - Can I create ledger entries
I am just looking to see if I can use Zoho for my purpose, I want a table to show ledger entires ie opening balance, debits, credits, running total, I would then like the running total field to be shown on another form. Can I do this ?
Creating a customer in zoho subscription using data from a creator form
I am intending to create a customer entry in zoho subscriptions "on success" of submitting a form. I have created the following deluge script values = Map(); values.put("display_name",input.Coach_Name); values.put("email",input.Coach_Email); response
CPQ and product configuration
Hello, is ZOHO creator a good software to development a CPQ or product configurator? Can you please provide your feedback and experience about this? Thanks.
Formula field based on 2 lookup fields
I have a form named "Clients" with a "client_name" field and a form named "Carriers" with a "carrier_name" field. In a separate form named "Policies" I have both the above fields as lookup fields. I have a field named "Policy_name" which i would like
Calculations based on fields in another form
I have a form named "Policies" with a radio field named "Commission Type" The 2 options for commission type are Percentage or Graded Commission based on the selection of Commission Type, users will either enter a number in a field named Commission Percent
Auto select Radio Button Option
Hello, Hope someone can help. I would like to know how to auto select a Radio Button option in one field based on the user input of another Radio Button Field. For Example, if the first radio field (colour) had the following options: Red Blue Green and
Attachment from another form into a email.
Hello, I have a Form (registro_ventas) which have 2 attachments in each record. I did a "Successl form submission" script that sends a mail to the advisor (advisorx) to inform that he has a new request, the mail has the formdata an the 2 a attachmente.
How to copy the application to my account?
Hello, I am looking for many solutions to my needs. He often finds prompts to copy the application to his account and use the code. E.g: Did you see http://creator.zoho.com/sampleapps/embed-search# application? You can copy the application to your account
Sending email with attachment "On Success"
Hi Zoho, I have a form that include uploading the file. Under some criteria, I would like to send the file as an attachment in email upon "On Validate" on form submitting. Since there is option to attach file only on schedule, this is my temporary solution, but would really like to be able to make it using the "On Validate" (both to shorten the lag and to be able to use the .old variables). Please let me know when this will be available. Thanks Ravid
Creator - Integrate with Zoho Subscriptions or direct with payment gateway?
Hi, I'm really interested to hear your experiences of setting up customer monthly billing (i.e. subscriptions) with Creator? As a relatively new user I've looked at 2 options... 1. Integrate Creator directly into a payment gateway. It looks like Creator
Zoho creator users
I have a basic zoho creator account currently with no additional users. I use this admin account to create and edit the app. However, I would also like to be able to use the app myself as a 'user'. Running the app as the admin is clumsy as it shows too
Print template issue with dropdown on form
I am trying to setup a print template based on a form that includes lookups to populate dropdown options in several fields. When I try to add these fields, the text "ID" is added instead of the expected field link. The issue is best explained by referring
Customer Portal New UI URL
I am only now in the process of switching to the new New UI. I have switched to the New Live view for my user, and I see that there is a new url configuration to have other internal users access the New UI in CS5, I am wondering if there is an equivalent
Creator IDE documentation or examples?
I'm trying to filter a report based on attributes of the user. So depending on which company the user works for they should see data filtered a certain way. For example, market pricing based on the market of the company. So I'd get the user, figure out which company he/she works for an then add an attribute as a parameter to the report. This seems like something that should be very easy to do in the IDE, but I can't find any documentation on the Creator IDE to even gives you a hint of where to
Is there a function to determine if a user is an app user or profile user?
Anyone know of a way to determine whether a user is an app user or portal user? If it existed, the function would look like this: zoho.loginuser.isAppUser(); My specific use case is that I have a Portal_User form that has a subform which is a cross-reference
The process of Country,State & City as a dropdown
The process of master entry form for list of data like Country, State and City with inter-related connectivity : Simple process structure Firstly, You need to login in your Creator portal with your credentials.After that, You can follow below steps one by one for creating master entry forms for Country, State & City. So please follow below steps... And Entry & Listing Forms...
How to fetch data based on date range
Hi ; I am trying to fetch data from Labor present in site today form based on date ranges using two date fiellds. 1. Start date ,2. End date and Contractor name. If the user selects the contractor name and selects date range using start date and end
How to attach a Creator pdf record template document to Zoho CRM?
Hi there, I have created an app to process work requests. The user inputs data to a Creator form - on submission this is sent for approval and when approved a confirmation email is sent to the submitter along with a pdf template record of the submission
Can't Duplicate Application
I have an application on my dashboard that will not duplicate, the other 2 applications duplicate no problem. is there something special i need to do?
Conditional attachments in sendmail function
I would like to have a hand-full of checkboxes that say "Invoice" , "Contract" , "File 1" , "File 2" etc. And when each of the checkboxes are checked, I would like to add them as Attachments in a sendmail function like so sendmail ( To : input.Client_Name.Email From : zoho.adminuserid Subject : input.Subject_field Message : input.Message Attachments : "all checked boxes" )I tried creating a list with all of the boxes that are checked
data entry assists
On my old computer, whenever I would add a new entry, ZOHO would show me that I already had similar entries and I could choose one of the suggestions or ignore. EXAMPLE: I start to enter the word "southwest" and as I type ZOHO would show me that I already
How to set form field values using Custom Functions?
Hi, I have about 10 fields to be calculated in a form which uses several input fields. I would like to refresh the calculations "on field input" of input fields. As formula fields can't be used in another formula field, I had to go for workflow actions. I would like to write the calculations once and reuse it for all the actions. I tried, Functions with record ID as parameter. I was not able to set the form field values using Functions. ( Eg: input.Field = 100 is not supported) Is there a way to
Submit button missing at the bottom of forms for some users
Just in the last day we have had a bug experienced by multiple users accross several of our creator apps. At the button of forms some users are missing the "Submit" button and cannot submit records. It is not related to permissions as users within the
Deveoper help
Is there a community where I can find some paid developer help for Creator developer? Thanks.
Sending both HTML and Plain Text versions (MIME) with SendMail command
It's pretty standard if you're sending an email in HTML to also send a plain text version. The SendMail command doesn't seem to be doing this. While I want HTML viewers to be able to see the styled HTML emails, if a recipient views them as plain text, it just looks like nonsense, which is not really acceptable. The other option, which is sending text-only emails seems to be the only fool-proof way, but then your business looks budget. I don't want to use a third party transactional email service
Separating Related Data
I have a "People" form that records people's information such as name, department, role, etc. There is then a form named "class". The Class form has a multi select look up field to pull which people attended that class. There is multiple different departments/roles
Csv Export via API v2
Hi. API v1 gave us the possibility to download the records from a View (Report). What is the URL for API v2? I am trying to do it but I not getting anything. Is it implemented?
Search for an asset based on a scanned barcode
Hello, I have adapted the Zoho created Asset Tracking app for internal use. I have created a form and report successfully however I'm trying to add a new form where users can search for the details of an asset from scanning a barcode on the item. The
Can I include iframe in the Exported page as pdf
Am I able to get the iframe preview (rendered) in the PDF export file of the page?
Daily Recalculation of Accumulated Interest field
Dear community, I am new to Zoho Creator and currently running a trial version in an attempt to create an internal management system for my property development company. One part of the application contains financial information related to different development
FInd & Replace
Does ZOHO have a feature such as FIND & REPLACE, similar to WORD ? Search for a specific word or phrase and Replace it with a new word, spelling or phrase? Something in Bulk Edit. In Creator
Next Page