Cant Launch my Site
Hi i have completed my free domain and site and i am ready to launch to the web. Error message saying below what can i do please help ? Error occured while publishing Contact Support
Zoho Developer Protections For Commercial App
Can someone direct me to a link describing details of the Zoho Creator Marketplace details. In particular, I'd like to find what is possible in terms of selling a Zoho application and what sort of protections are available that keep an application from being shared by my customers to other non-paying customers. Is this possible? How are developers protected from their work being copied and re-distributed under another app name? Other questions come to mind but I'm sure there must be some detailed
insert a warning message into a function
Hello, in a report, for each record I have a custom action that sends emails if the date in the record is equal to zoho.currentdate. It would be nice to enable the custom action only when the action can be done but I can not, so I need a message warning the user that the action is interrupted because the dates are not equal. How can I do? Thanks in advance. David
Employees As Users - I'm confused about adding users.
Hi, I have a .Net background so I'm getting there (slowly) with Creator however I have got myself really confused with adding users. I am building an Employee Time Management app for a client and I want to be able to have multiple employee's that can see only their own information when they login (which I think I can do), however does that mean that each employee has to be added as a user? https://www.zoho.com/creator/help/overview.html#share There is no way the client is going to pay $10/user
RSS
I am trying to get the RSS for my Zoho Creator application. I am confused about where I get the link from. I read this, but it really didn't help. "The RSS feed is automatically updated. Once you copy the link and submit it in a RSS feed reader you will be able to see the latest 25 records submitted. To see the entire records, add complete=true at end of the link. If your view is private, use the Enable Private Permalink option in the Export dialog, to get the private link. You will get a link in
Script for capitalisation not working
I've seen this script posted many times and is even found under the toUpperCase as an example. However, I can not get it to work. The field name I am using is named "Name_Business". Can anyone fill in the exact syntax for me to use the script below. Thank you. string getCapitalised(string txt) { if ((input.txt).length() > 0) { input.txt = (((input.txt).subString(0,1)).toUpperCase()) + (input.txt).subString(1,(input.txt).length()); } return input.txt; }
Custom schedule report date changes
I have created a few custom schedules to run yearly from a start date. I have found that when I refresh my completed and saved schedule, the start date has increased by a year. For example, if the original year selected was 2016, the year now displays 2017. Does anyone know any way to fix this?
How to fetch column name from view dynamically
Hello I need to fetch columns name from view dynamically in zoho creator by using deluge. Please tell me how can I do this?
Trouble adding a user to share app
I am using the free version and have added a user to share the app. I have shared and sent an invitation. The user has not received the invitation to login. Is this feature not available with the free subscription?
Added User == zoho.loginuser
When i try to add criteria to the report Added User == zoho.loginuser After that I don't see any date of the view I want to give my customers a report based on data they has already entered and will enter but this method don't work And another problem, zoho.appuri returns my workspace name zoho_ill1 (with 1 of the end and zoho_ prefix) but link of application is https://creator.zoho.com/userhome/zoho_ill/dashboard Why ? And how to change this workspace name? And how i can use roles in Customer portal
A way to log in as customer on customer portal?
Is there any plans or would you consider creating a method for the admin to log in to customer portal as a customer? This is a continuous unknow and area of extreme concern for our organization. It is very scary not really knowing for sure what some of our customers see when they log into our customer portal. We would like to be able to log in as a customer to see. Currently we need to either ask for their password (not a good method) or we need to create fake email addresses for them and manage
Order Management - Services Purchased and Sold
Good afternoon, Can Order Management application be customised to include purchases and sales of services as opposed to products? If it doesn't cater for services then it won't be Fit for purpose. I'm new to Zoho and am not sure if existing applications in Creator can be customised or if I will be better off to start off from scratch.
URL field Link name as variable
I have a URL field that is set to link to google maps. When the address fields (Street_Number, Street_Name, Suburb) in my form are filled out, the URL link is generated based on the address details (as in the yellow highlight part below). That aspect of my URL field is working well. input.Address = "<a target='_blank' href='https://www.google.com/maps/place/" + input.Street_Number + "+" + input.Street_Name + "+" + input.Suburb + "/'>Address</a>"; I need help with the Link Name part highlighted in
Custom Auto Number Updates all previous numbers
I have a form Named "Shop_Tickets", with a sub form "Work_Orders". The WO# field is the output of the following script on the sub form "On Add Row" work flow: counter = "WO" + "-" + zoho.currentdate; counter_num = 0; counter_job = Jobs[ID == input.Job].Job_Number; for each line in Work_Orders { counter_num = (counter_num + 1); line.WO = ((((counter) + "-") + (counter_job)) + "-") + (counter_num); } which is producing exactly the results I want in the format I want, However the date is not
Special Character import issue with Creator
Although I have been a long time user have not been active for a while and have been using an alternative. But the new Creator looks very interesting. I am trying to import a database of spanish language films and the accents and other special characters are importing odd: El aprend�z de investigador privado Capulina confunde al vicepresidente de una empresa con un ladr�n. Sus amigos e �dolos, los luchadores Tinieblas y Superzan acuden en su ayuda y evitan un asalto, Capulina crey�ndose el h�roe
Set working day at 10hours period with zohocurrentdate?
The zoho variable Zoho.Current.Time and Zoho.Current.Date is very good and I use it to input time and date as a hidden field and also how long it took to close the ticket (with last modified time): "Length" field: ((Modified_Time - Date_Time) / (1000 * 60 * 60)).round(2) What I get is a number of hours, but what if I want to limit those hours to 7am 7pm? eg when I get "Length" = 240 hours, it is since the ticket is opened, but not in real business hours from 7am to 7pm... If I open a ticket today
Problem following the tutorial for Zoho Creator
I'm following the tutorial for Creator in the link https://www.zoho.com/creator/help/tutorials/advanced-app-building.html However can't get past the step "Link the Product Form and the Order Form" Seems like when you click Done after following the instructions, the Fields column become blank and it is only selected up to the level of Applications > Forms rather than Applications > Forms > Fields. Not sure how to resolve this.
Zoho Creator - User Audit Detail - Information not available
Please note we are unable to extract audit realted formation from the system on DAILY basis in Zoho Creator 1. Login / Log out Details of all login users – Database wise . Where can we view the summary report (list of all login / log outdetails - userwise) at any given point of time ? 2. 2. Row-wise audit history – for all active rows in a Form i.e. - Each row created date and created user id and last modified date and last modified user against each form in a database? 3.
creator.zoho and mobilecreator.zoho
Hello. How to synchronize application from creator.zoho.com to mobilecreator.zoho.com. When user enter data at form on mobilecreator(for example in Zoho app box application), these data automatically update in Report on creator.zoho.com. And another question, I want creat my own application for Andoroid\iOs (.apk .ipa) and then upload to Apple store with own logo etc. but with application on Zoho creator. Is it available, or any ideas how to do that ?? Thanks !!
Multiple notification rules, yet more than one rule is applied
Hi, I have a drop down box with the aim that when an item is selected, it will produce a custom notification via email. I set up the rule with in criteria section: Dropdown - Equals - "specific dropdown item". I have 12 rules set up - it all works apart from Rule number 1 will always send a notification out as well as what ever is selected in the form. Can you help?
Edit record issue
Hi In one of my form I have a single line field ,that is referenced to some other reports.Now when I go to report settings and I tried to hide,it shows one warning message like "lose the data of that column".I have shared the mockup below,can you please let me know why its happening? Thanks
Zoho creator Not saving changes
Hi Im having issues whit my document in zoho creator when i try ti save something new a message saying saving records shows and stay for a long time not saving my changes. There is anything i need to do to fix it ?? what is going on ??? i already try to log out and log in a couple of times, and also do it into google chrome and safari and still not being able to work.
Seperator for passing variables via url string
here is my nonworking example (between forms) openUrl("#Form:Client_Form_GC_CL" + "?TZ2CF_Address_1=" + input.TZ2PF_Address_1 & "?TZ2CF_Address_2=" + input.TZ2PF_Address_2, "Popup window", "height=400,width=400"); NOTE the single ampersand does not work as a separator between fields...what does?. Help Please Thanks Larry
There is no such view in Zoho Creator
I am trying to use the REST API to download data. It keeps giving me the above error. Below is the data that is being sent. URL: https://creator.zoho.com/api/zoho_bob191/json/t3/view/GoldMine_Web_Import_Report And this is the data that I am sending to the above URL: <form method="GET" action="https://creator.zoho.com/api/zoho_bob191/json/t3/view/GoldMine_Web_Import_Report"> <input type="hidden" name ="authtoken" value="xxxxxxxxx"> <input type="hidden" name ="zc_ownername" value="zoho_bob191"> <input
Auto email report on form success
I can't see how to email a simple report of a form as soon as it is saved.
Send a report when a form is saved
How do I set it up so that the report associated with a form is automatically sent when the form is saved.
I need some help!
I need some help! I'm new to zoho creator and my manager wants me to create a database system for our business, which our staff can all access via the cloud and edit whilst still being secure. What he also wants is a file for each of our clients which logs all contact with them, their basic information and attached files that have been sent to them. Can this be done with zoho creator? If so how? If it cannot be done can anyone recommend some other software that I could use which would suit my needs?
Email to item feature like Salesforce & Podio etc
it would be nice to specify email to a specific case/item... Mr smith may be 1 person, but we handle multiple cases on his behalf... he emails pictures of an accident to us but also emails in his car registration number for another case... the two emails show together even though they have no relevance to one another in other products they handle this with an email to item address.... have zoho made a decision on this kind of thing just so i know? a final reason for this being important is data protection...
Easy inventor order
Hi, i would like to know how to make an ordering form. I dont want to look for each item from a drop down menu. I want all the items displayed like a report that you can just add a quantity and save it. it would look like this: Date Product - Quantity Product2 - Quantity etc Thanks!
Impossible to Delete
Hi, I'm creating a form in Zoho Creator but i got a lot of troubles with Rules and Task. I've created some rules but i can't delete them anymore and I can't Delete even the Fields. I tried to delete every Rule but the field cannot be deleted. This is the error message. "This field is referred in the following places. Please remove them and then delete this field. Form Rules and its Tasks I would like to upgrade but i really cannot end any form because Every Time I Find this kind of problem! Please
Make columns in an email with a subform
I have a code that allows me to send an email with a subform and add a horizontal columa to all data: Example: Entry.1 = " Precio" "Link" Entry.2 = " Precio" "Link", Entry.3 = " Precio " Link" I would like to make the data in the subform were vertical but when I add the data does not work that are not organized properly. What happens: E1. Precio E2. Precio E1. Link E2. Link I need: E1. Precio E1. Link E2. Precio E2. Link Anyone know how to change my code: Precio = "$"; Enviousd = "<br>"
Email Notification problem
Hi, I'm using zoho creator in my company to manage my data. I try to get an auto email when a user fill a specific form. When I choose to send the notification email on my personal gmail, i can receive it, but when i choose my professional email, i can't receive the email. Do you know how i can solve this problem ?
add break page inrecord summary
hello, all in the subject.
How to Create Tel HTML Link in Zoho Creator Report
Hi i'm trying to create a html link so when user see this link is report he/she able to call that number .here is the Code input.Phone_Link = "<a href=\"tel:+" + input.Phone + "\">" + input.Phone + "</a>\n"; The Only Problem is When this Number Display in Report its add the Http Prefix <a href="http://tel:+5566988878" rel="noreferrer">5566988878</a> so its Doesn't work with this Http Prefix its Should be <a href="tel:+5566988878" rel="noreferrer">5566988878</a> Please help solve this issue.
Login
Hello Guys. I am new to creator. I created two applications and i want to create a login page in one of the application that will allow login according to the record in another application. plz suggest me any idea and if possible give me sample code. Regards, Raj
bug in Dropdown ?
Hello, i create a form with Dropdown. In dropdown i have as possibility just CHOICE 1. in Script i have for each line in MySubform { ml = List:String(); ml.add(line.SingleLine); } input.MyDropDown:ui.add(ml); I can see in my dropdown all line of my subform. I submit. When i reopen my form the dropdown is already equal to CHOICE 1, all line have disappear !!!! a bug or it's not possible to add new value in dropdown with script deluge ? thanks you
Custom URL for creator app
Hi, I followed the instructions on the page https://help.creator.zoho.com/Zoho-Creator-for-Your-Domain.html in order to verify my domain. I have completed this successfully. I now want to have a custom URL for my app. For example http://example.com/app should redirect to https://creator.zoho.com/username/app. Is this possible? Shaheed
How to update formula field dynamically?
How to update formula field during the process of adding form? I want to display results of formula calculation dynamically, on user input.
website
I just wanted to say that this website is fantastic. I have been searching google for 2 days trying to find a good one. You have my praise. Thank You. kiel
Progress update
I created an app in Zoho to manage a real estate project. It has 1 form "Budgets", the fields are: - Project - Supplier - Date and it has a subform with: * Task * Quantity * Amount The idea is enter the "progress certified" each month for each supplier, so I want to create another form when I will select Project / Supplier and them each task with progress, for each selected task I will enter Progress Advance and calculate automatic amount. I was reading all forum and reference guide, but I did not
Next Page