Developer Zone vs Standard Creator Differences
There seems to be a lot of difference between the developer zone account and a standard creator account that is paid. Is this the case, and is it a waste of time to go work with the developer account?
How to specify the display of a number field to include the "1000 seperator"
I have a form with a currency field. I want to display this field in a html view in the correct currency format e.g. $1,000,000 for a million dollars, rather than the default $1000000 Is this possible? How? Ideas appreciated, :)
Subform populated from Zoho books and then updated?
Is it possible to add a subform or some sort of report that would join invoice data from Zoho Books (via API or otherwise) into a Zoho Creator form. Roughly: The fields would be: Account: Invoice date: Subform (or some alternative) of uninvoiced time associated with the account in the main form that included timesheet info and added an additional numerical value field (actual time you want to invoice). When the user clicks on submit the timesheet data would then update as invoiced/billed or
Zoho Creator Apps Slow To Load
My Zoho creator Apps are slow to open and search today 19-06-2019 12:06 BST. I am based in London UK. Are there any known issues today? Thanks, David
How do I assign scores to certain answers in forms
Hello, I was wondering if it's possible to assign values to certain answers and total it all up at the end? Similar to how Scoring works in Zoho survey I want this specifically for zoho creator so I can create a custom html page at the end. Thanks
Display multiple lookup fields
Hello, i'd like to know if there's a way to display multiple fields when using lookup i have 3 forms (Products, Customers, Orders) Products contains ID Product Name Product Cost Sale Price Customers ID Customer First Name Customer Last Name Customer Phone Number Orders Customer (linked to ID field in Customers form) Product (linked to ID in products form) i want to only store the customer id and product id in the Orders form,,yet i want
Filter setting is not getting saved in zoho creator
HI Team, I'm trying to configure conditional lookup using Zoho creator. Example: Form 1: Add Sponsor Form 2: Add Products (text field) by selecting the sponsor (lookup field from Form 1) Form 3: Add Details Select Sponsor (lookup field from Form 1) Select Product (lookup field from Form 2) Here when i select Sponsor A, all products related sponsor A should be listed in Product Drop down and similarly when i select Sponsor B, all products related to sponsor B. As
Question about "queries"
How do Microsoft Access queries translate in Zoho Creator? The limited knowledge I have about databases and applications comes from working with Access so the only way I know how to ask the following question is by referencing Access queries. I have two forms: one that holds a record of every job my company has ever worked on. It is essentially a jobs database that has a field that displays the status- active, completed, incoming, etc. The other form is an internal work order request for any of those
How to customize the auto number field
Is it possible to customize the auto number field? I have two forms: one that holds a record of every job my company has ever worked on, the other form is an internal work order request for any of those jobs. On my internal work order request form there is a lookup function so that anytime a request is generated you have to select which job it is for in a drop down list. How can I get my work order request form to auto number the work order according to what job it relates to? I'd like it to display
Customer Portal - What Customers See
Hi Folks, We are looking at implementing the customer portal for our customers. When using the customer portal, do customers see only records that are their own, or can they see all records? We work in a fairly sensitive area, so we want to only allow customers to see their own records, not all of the records on the system. Can you please let me know if this is possible and how we set it up so customers can only access their personal records and not all records? Also, is there a trial version
Changes to Detail View
Hi- Is there a way to add an "edit" button in the Detail View for Related Blocks? For example, I have a Project report that opens a list of tasks from a Related Block....I'd like to able to open that Related Block of tasks so they can be edited, without having to exit out to the Task Report. Also, is there any way to add a default sort in a Detail View of a Related Block? in example above, would like to sort tasks in reverse order of due date (i.e., oldest tasks first) Thanks.
Scheduling a Function
Hi folks, I am building an app that tracks maintenance and training records as well as tasks assigned to staff. Maintenance and Training records have their own reports as does the Tasks form. I want both the Training and Maintenance records to create a task 12 weeks before their expiry date. I have created a Function that works as a Custom Action in the Maintenance and Training records reports. It takes the pertinent data from the record and populates the Task form. I am struggling to schedule
Login User Permision
I have question about Login_User permission I know, if I add the workflow for a module as a condition > work if added user is Login_user, it will work But, I have to do write a workflow for all of modules he can access and there are lots of modules. Is there ant easy way to put as workflow as: If Login_user access the application, he can access only his added values on each modules. Thanks a lot
Custom Action Button
Wondering if we can add a Custom Action Button to for each line to perform a calculation. For example, we have a number field in our form where we enter the quantity of 20. When we go to the report, we want to change the quantity to 25. Instead of editing the record and changing the value, is it possible to have a Custom Action Button on each line item that would execute a function to say +1. So in my example, I could click the +1 button five times and now the report will show the quantity as
Rounding a Pivot Table Report Value to 2 Decimal Places
Hi, I'm hoping someone can help me. I'm trying to round the values in a pivot table to 2 decimal places. The pivot report is based on a view which is based on a form field called Square Foot Cost. In the scripting for this field I've included Value = Square_Foot_Cost.round(2) which seems to work well on this calculated field when displayed as a view (rounds correctly to two decimal places). However, when I created the pivot table report based on that view, it would not round to 2 decimal places.
Deluge Adding User to profile via secondary email created duplicate account. Soft reset permissions on all apps.
A second, duplicate, user account was created when the following code was used in an application. sec_Profile_Name = thisapp.permissions.profileForUser(input.Secondary_Developer_Email); if(sec_Profile_Name == "") { thisapp.permissions.assignUserInProfile(input.Secondary_Developer_Email,"TestProfile"); } The user was already setup as a developer, so it appears that the profile was returned as null string, then a duplicate user account was added to the user's domain and to the application as a non-developer
Attachment in custom function
In Zoho CRM, I have an attachment in potential data. But I can't get the attachment in a custom function. That custom function is used to push the data into Salesforce using API. Please suggest how can I get the attachment and send to Salesforce using Zoho CRM custom functions. Thanks.
how to get result String from Lookup?
i have problem get String value from data lookup is result bigInt, how to make result from lookup is String?
SubForm Custom Sorting
Hey everyone, wouldn't usually post but I feel your pain on this one. I managed to make it work in a roundabout way. Will try to explain as best I can! The issue is the subforms are sorted by their created time so I've managed to get my subform to sort in the following way.... To give you some context, my subform is being used for sorting a hierarchical task list. I needed to be able to order the tasks but also allow extra tasks to be put in between as and when they were needed. You'll need; - The
Calculations from 2 forms that is looked up from main form.
Hi, I'm very new to and need help with calculations from 2 forms that is looked up from main form. 3 forms - Bookings, Price Retail, Price Supplier. Booking form has fields Booking Number, Price Retail (Lookup field) and Price Supplier (Lookup field). Both lookup fields are bidirectional with Booking form's ID as reference. Price Retail has fields Price, Discount, Fees, Total and Agent Credits. All currency fields. Total is populated with script below on user input. input.Total = input.Price - input.Discount
Autopopulate the date from a main form onto a subform
My application has a main form and a subform. Main form = deployments Subform = incidents - incidents responded to during each deployment. I have successfully linked the relationship of the two using the main form's ID. Here is my issue, if my user wants to go to the incident form to update something, he/she has no way to determine which incidents go with which deployment day (unless he/she knows the ID number, they will not). So I would like to have the date autopopulated from the deployments
Spreadsheet export cells format seems to have changed.
When I need to import new records in Creator, but I don't want to import duplicate. I export the list from Creator and then compare with my new list using the conditional formatting for duplicates. Since a couple of days, even if there is duplicates, Excel doesn't recognized them anymore. It seems like the format of the cell is different then it used to be, creating this problem.
Custom Domain Name
Has custom domain mapping been added yet to Zoho Creator so that people can access an app by using www.customdomain.com instead of the zoho url? If not, has anyone messed with using domain forwarding options using an iframe/embedded forward such as many registrars offer? Dominic
How to calculate totals from different forms and display on dashboard
Hello team, I'm currently using the Free license to test and train myself on how to create apps using Zoho Creator. I have developed a small application to manage our fundraising activities. I have two main forms : 1) Contributions - Records all members contributions 2) Fundraising Activities - Records all our fundraising activities including a subform that records our expenses related to each fundraising. What I need to calculate : Now I need to calculate the Total Income to display on my dashboard.
Schedule invoke function, what are the arguments?
I have a simple function defined: void CheckAge(Children recAge) { if (recAge.Age >= 18.0) { recAge.Status = "Over 18"; } } Now I want to run this function in a custom schedule. I don't understand what the "value for the arguments" should be, or in other words what should be between the brackets in the schedule: thisapp.CheckAge( ?????? );
Integration Between Zoho Creator and Zoho Connect
Is there any integration or plans to integrate these 2 products?
Closing iframe from page
Hi everyone, I've got an annoying issue. I've been opening a form in iframe with openURL, and adding &zc_NextUrl=#Script:dialog.close closes the iframe when I click submit/update. Now I want to open two forms, side-by-side. This (I think) means I have to open a Page that has the two forms embedded in an iframe. However, when I click Update/Submit, nothing happens. The dialog doesn't close. It redirects to "Data added successfully!" and you have to manually close the window. If I add #Script:dialog.close, #Script:page.close
Format print pos
can anyone help me create a format to print in thermal pos format as epson t20ii printer
Support for SQL Queries in Zoho Creator
When do you plan to support SQL queries in Zoho Creator?
Rich text field size limit?
Is there any limit to the size of a rich text field in a Zoho creator form? We have an application with one report having around 7,000 records, including three rich text fields. Two of these have 500+ records exceeding 32K in size, with a few dozen being 60K or greater. Probably 80%+ of the database is taken up with this data. Is there any limit to the size of a rich text field? We quite often have users complaining of extreme slowness, with the odd record getting lost (and not appearing in the
Multiselect/Checkbox
I have three questions (A = checkbox, B = Text Box, C = Text Box), Question A have 5 options. The query I wanted to write is that, if user check option 5 along with any other options Question C should U Unhide(Show) else it should in Hide position AND if user check option 2 along with any option Question B should Unhide(Show) else it should in Hide position. What should be the Query like?
FILL DATA IN 1 FORM FROM ANOTHER FORM BASED ON CONDITION
Dear All, Basically we area recruting consulting firm and we have clients paying us different recruting fees, Have created a form with candidate data where ,when i select the client name,i want the recruting fees automatically populated,which is ther is another form filled against the client. Can anyone help please Rgds Vijay
Validating Variable
My form has 200 questions and the question A is the 5th question. So how can I to restrict the user to go to the 6th question until unless he/she enter the correct value in the 5th question?
If max number of student exceeded in the class
Hay, I have a Form named as add_class 1. school_name (lookup field) from Form school_master 2. program_name (single line field) 3. max_student (number field) 4. start_date (date field) 5. end_date (date field) And in my website there is Form named as Registration. Which have many different fields including school_name, program_name, start_date and end_date . what i need is when the max_student value exceeded for that particular program_name in that school_name then nobody can
Page Panel - distinct count for subform
Hello! I'm setting up a volunteer database for my organization, and I'm trying to capture how many volunteers we have in a given year. I've set up a main form for volunteer profiles, then a subform to record their hours for various events. I have a page set up where I'm putting some stats for us to look up easily, one of them being how many volunteers we have in a given year. I connect the subform to the main profile form via a "Vounteer ID" number that I created and then linked to the main form
Problem with embedded forms on mobile
When accessing ZoHo creator via mobile our form application is optimized for mobile view, but when we access embedded forms via mobile on our website it does not switch to mobile view.
Have a Decision Box open a pop up to edit related contact information
I have a create order form. On this form I have a lookup field to a form called contacts. On the contacts form I have a field for Email. On the main Create Order form I have a decision box that says Update Email. I want this decision box to then checked pop up the related forms contact info in an edit pop up window. This way the user can then adjust the email address if needed in the Contact form and keep it all nice and clean. I am having trouble getting the pop up window to open the form with the
Doubt
Hi there, <div elName='zc-component' formLinkName='Sales'params='zc_Header=true&zc_SuccMsg=Data Added Sucessfully!&zc_SubmitVal=Submit&zc_ResetVal=Reset&zc_HdrFontClr=Blue&zc_HdrFontSize=20'>Loading Form..</div> why we using this elName='zc-component' in this line of code. I erased that line functionality doesnt change for this code. I Searched in internet I didnt get exact explanation for the usage elName='zc-component'. Help me to understand that line clearly
Possible Bug in zoho creator Timeline-report
Right-click on a record in timeline-report ,flashes 2 pop-up boxes , which appear & disappear within a second.
How can I restore a complete application along with data?
Can anyone assist me as to how to completely backup and restore an application along with its data? Presently, the only solution is to download a backup zip file and then re-import the tables manually which is very tedious as you have to remap the fields completely. This is also highly prone to error. Any response would be much appreciated. Thanks in advance Shon
Next Page