Display bold font based on conditional statement
I want to make font bold or different color based on conditional statement...any ideas? if(input.Door_Physician_Mins > 10) {display font.bold }
Customer Portal Issue
Good day, I have my apps working thru the customer portal in the company own domain, today when we open the apps only appears the header and the tabs menu. If I work thru https://creator.zoho.com/ its normal. I try with Chrome, Internet Explorer and Firefox in 3 different computers. What could be happen? Best Regards,
Native Mobile App
Hi Can customer portal users access applications published to it through native mobile app? Regards, Rakesh
does not save changes in sheet published in the embed code
mode in view of the report does not save button saves modifiche.Il is present but does nothing . This happens in the embed code help
Print From Creator App or Mobile Website Version
Any idea how to print from a cell phone or tablet? I was think using a custom action but the buttons don't show on my device. I don't see print to HTML working in the app.
How can I export the entire app so I have a backup in case?
I am sure I have come across this in the interface but maybe getting confused with some other aspect of the app. Could you tell me how to make a backup 'export' of the app in case I need to upload a copy in case of disaster or just to make a point in time copy in case I break my application?
Subform view in mainform report
Good day, I have an issue with subforms doesnt show properly in the mainform view but only as plain text as below screenshot: What is the cause of this issue?
ZCRM TO ZCREATOR
hi, i create a record in zcreator from zoho crm trought webhook. Now i need update this record trought webhook, but i cant make this. Help please. Thanks you.
Clearing "Signature Field" when duplicating a record
Hi, When duplicating a record with a signature field how can I clear the field? Thanks, Damien Cregan Hire an Expert
Dear Sir
how my new Domain name dufmeducationaltrust.in not be Publish why????
HELP
HELP Hello I need some help to edit one of my flight plan app's , for some reason I can't get into it to change some of the fields? I could really use some help this is a safety sensitive app and any help would be much appreciated. https://creator.zoho.com/coldstreamhelicopters/electronic-flight-plan/#Form:Operational_Flight_Plan_Itinerary
How to automate tickets in ServiceDesk via ZC?
The ManageEngine Service Desk Plus promotion states this: "Automate creation, updating, and closure of tickets in ServiceDesk Plus On-Demand every time a record is submitted or updated in your custom app." So how is this done? I've looked all through the ZC documentation and can't find any way to get ZC app form data to post to a new ticket in ServiceDesk. Any help is appreciated. Steve
Odd responses shown in text field
Hi I have an application with an external facing stateless form which updates fields in a normal form. In one record of the normal form, the text entered in the stateless form has not been transferred to the normal form successfully. Instead the text is being displayed as two buttons side by side with "Alt + M" and "Alt + N" on the buttons. In fact all the longer text fields in this record have been changed to show these buttons. Does anyone know why this has happened? Thanks Craig
Executing...
When I try to execute my code on the learn deluge website, the button just remains in the "executing..." position, without any output. I've tried restarting my browser, but this hasn't helped. What should I do?
Making the Customer Portal Look Great in Zoho Creator
Hi All I am new to Zoho and I want to see if Zoho can be customised for portal user. The portal will need to follow the design of an existing website. How would you do this? and are there any examples I can look at on the Web Thanks for any help. Tony
Issue when trying to create app
Hi, After enabling Zoho creator in Zoho CRM Plus, I am unable to go on the the app creation process due to what I believe is a technical issue. I keep getting this message when trying to proceed when I clearly am not using any of the characters they mention (please see below screenshot). Would anyone be able to identify the problem and help me out? Thanks!
Delete Alert Box Confirmation
I have a delete record button in one of my stateless forms so that can delete a record. The button works fine but I really need a confirmation button so that users don't accidentally delete a record. My Code currently looks like this: if(input.Account_ID != null) { delete from Account[ID == input.Account_ID]; openUrl(("#View:Accounts"),"same window"); } the above script runs when a form button is clicked. I need it first to ask a confirmation with the options confirm or cancel. Again, I just
CSS Style sheet or google web font in embedded view
Hi, We want to embed a Zoho Creator form in our web site. We of course wants to make the embedded form appear with same layout as the rest of our web site. Is it possible to link to our own css stylesheet 'style.css' and/or a google font type like <!-- Google Web Font --> <link href=" http://fonts.googleapis.com/css?family=Raleway:300,500,900|Open+Sans:400,700,400italic " rel="stylesheet" type="text/css" /> Kind regards, Bo Thygesen
Difference between sharing to individual/groups and on role level
I am a bit confused as to what the difference is between sharing forms and reports in an application to individual users or groups compared to giving access to users based on the roles set in Users & Profiles. For my specific applications, under the Share menu, I have set the entire application unshared. But under Users & Permissions I have instead given permissions for all users to access which in return allows all my users to access the forms and reports. I tend to believe, that administrating
sign up
Sorry! Free domains with extensions such as .tk, .cf, .ml etc., are not supported I found this error again and again even my domain is .com but still got this error please help .......
Sorting custom filters in dropdown?
How is the best way to sort my custom filter options in the "filter" dropdown?
Auto Increment ID
Hello, How is the value of the auto increatment ID field created or calculated? I've created a registration database reserving spots at a conference for the first X people who register. Will the auto increment ID always be greater for the most recent registrant--the most recently created record? In other words, I can rely on this ID to tell me the order in which people registered? Thanks for you help.
Using url scripts to show reports for single record
Hi there, I'm slowly getting my head around everything and have built up my app with a couple of scripted features. It's unfinished as yet and I just wondered if anyone could help with some final feature tweaks. I have used a recLinkID URL to draw up a report of a single record, which is working perfectly: void Results.FullRecord(int recLinkID) { openUrl("https://app.zohocreator.com/nathan429/simcentre-hospital-records#Report:Patient_Demographics?recLinkID=" + input.recLinkID, "Same window");
Is there a right way to edit a record and save as a new record?
I would probably save a new record on on validate section and then cancel submit. Is there a better way to do that without an alert message to user? I want to use some records as templates.
How Can People Submit their Tutorials on my Website
I want to make website in which people can submit their tutorials how can i make this type of website what type of things i should do for this I do not have any knowledge of html, programming and any other language (totally zero programming knowledge)
Submit by Email
To whom it may concern, We would like to make use of the submit by email feature, however our email system auto appends a legal disclaimer to all outgoing emails. This results in an error and the email is rejected by Zoho. The error is as follows: The Following error has occured while adding this record: Failure, Invalid column value "tel +44(0) 20 XXXX XXXX." specified I have changed the XXXXs as these are our telephone number. Furthermore, what we are trying to achieve is an update of just a
Send an email with all data from a subform
Using the following code, I have been able to include information from a subform into an on success email. " + input.SubForm1.Single_Line1 + " However, it is only displaying the first value of the field. I have tried to fetch the data using the following code with different iterations x = form1 [ID == input.Single_Line1] but I am always getting an error. Is there any way I can display on an email all the records stored in the subform for a particular field? Thanks.
Posting form data to another url and and opening page in the new url
Hi, I am quite confused with the process of postUrl. On submit I need to post form data to an external url which will auto populate matching form fields and trigger an event (submit Form). All this must happen in the same window. Please inform where I am going wrong. input.adult_no2 = postUrl("http://demo..co.uk/searchhotel",input.adult_no2);
Lookup Multi-Select
Hi, I am building an attendance app. I created a lookup multi-select field. When I select the attendees, I want to put a 1 to their individual names to indicate their attendance for the event. How can I "remove" the commas in my report and show their names individually?
How to "Add Comment" to a Case in zoho CRM
I'm trying to "Add a Comment" to a case in the CRM via a Stateless Form. The code below "should" work but does not. The caseResp says "Successfully Updated Record". Am I missing something? caseMap = map(); caseMap.put("Add Comment", "test"); caseResp = zoho.crm.updateRecord("Cases", "841019000007280001", caseMap); alert (caseResp) ;
How to download record summary pdf when a new entry is added?
Hello, I want to download the pdf of a record summary PDF when I make a new entry in the form I have tried this On Add / On success openUrl("https://creatorexport.zoho.com/danielmndez2/recibos/record-pdf/Recibo_Report/<ID>/<contratista>/(Report Secret KEY)?<ID>=" + ID + "&<contratista>=" + Contratista,"New window"); The problem is that the resultant URL is the next one https://creatorexport.zoho.com/danielmndez2/recibos/record-pdf/Recibo_Report/input.ID/input.Contratista/Report Secret KEY)?input.ID=3112670000000106103&input.Contratista=3112670000000078982
Help with CRM integration
Hi, i just started using zoho creator because i need to creat a new application for insurance policies. The objective is that using Zoho CRM when i see a contact information to be able to see the insurance policies he has with the pdf and the image of the car or house insured. I created the aplication using Zoho Creator in wich yo can add the following information: 1.- Image (upload image flied) 2.- Document (upload pdf field) 3.- Policy number 4.- Premium 5.- Related to: (contact in Zoho CRM) After
Creator Learning Resource
I'm new to Creator and have seen all the demos, tips and tricks etc. Is there a course-like resource that takes a new learner step by step through Creator? I just want to find an organized method for learning Creator- going from simple to complex.
How to pass data through openurl link into an Embedded form (in Wordpress)
Any idea how to pass data into an embedded form? Preferably Zoho Creator form but I can use a Zoho CRM web form. For example if I pass a link into a scheduled email - that says "Update Billing Information" I would like to pass the ID of the Company into the embedded form so the data links properly.
ZOHO Creator can not access Edit Record
Today, for some reason, many of my records can not be edited. I get the circling and the "Please Wait" message forever! See attached.
Connecting from Creator to CRM
Dear, I have created a (very small) application in Creator, which includes CRM data fields, e.g. Accounts. I have created a list, in which the CRM accounts are visible. This field is "imported" out of CRM. Now I want to go to the account in CRM and do this by clicking on the "Account Name" in the list. This opens the CRM application, however the message is that I have "Insufficient privileges to perform this operation. Contact your Administrator.". I am the administrator and have full access in both
filter with date in for each
hello, how can i make to have all items where DATE MODIFIED < year(current date) ? i try for each i in MyForm[Modified_date < year(zoho.currentdate)] for each i in MyForm[year(Modified_date) < year(zoho.currentdate)] do you have an idea ? thanks you
Displaying data to user upon form submission
I've created a form via ZOHO creator which appears to be working well, but the feedback we've received is that users would like to be able to review the data they've entered as a confirmation, once it's been submitted. For instance, once the form has been submitted, it'd be great if the data would be displayed so that the user could print or download a PDF of the entries they'd made? I know that I can have the form, upon submission, redirect the user to an HTML view, and that said HTML view can
Using dynamic lookup fields in subforms
I figured out how to do this on a regular form, but then I had the "brilliant" idea to make it have a subform so that more than one item could be ordered. It isn't working though. I would appreciate any help. I am anxious to learn Creator and seeing all that it can do. So, i created two new forms. salesTemplate - The subform with the lookup fields on it salesTemplate2 - The form that the subform will be on. The code I wrote for a regular form is this: //Set Price field newprice = Products [ID
Record Summary format is modified when printing and downloading as pdf
Hello, I have a record summary design but when I try to download or print one in the report page, the format is changed and it looks very different from the original design, I need it to be exact the same format. I attach the original design and how it moves when I try to print it Note: It is duplicated because I need two copies in the same sheet Thanks
Next Page