Form hangs
Could someone please look at the following form and tell me why it is hanging on submit Thanks https://creator.zoho.com/appbuilder/mrcomputer/moto/form/Agents/edit
Inserting image into HTML
I have an HTML view that gathers "blog posts" and displays them. I have an image upload in the form, and I want to display the image, but only if one has been uploaded. At the moment I can't get the image to load. I also can't seem to insert an IF statement after the for statement below. Any help greatly appreciated. htmlpage Blog_View11() displayname = "Photo and Video HTML Blog View" content <%{ for each post in Blog [(Department.contains("Photo and Video") && Expiry_Date > zoho.currentdate)]
problems with export and view number of records
A week ago the option of Zoho Creator - to display number of records and pointer of leaf through dissappeared. So we cannot export the base. Can you help please to solve this problem?
Transfer a date field value
Hello, I would like to transfer from CRM order to a customer module a date field “Event Due Date” value. I proceeded as following: void OperationForOrder ( int orderId ) Edit Arguments orderDetails = zoho.crm.getRecordById( "Salesorders" ,input.orderId ) ; orderSubject = orderDetails.get("Subject") ; orderEventDueDate = (orderDetails.get("Event Due Date")).toDate() ; newOperation.put("Order number",orderSubject); newOperation.put("Order number",orderEventDueDate); createOperation = zoho.crm.create(
Permission Denied
My app users are getting a "Permission Denied." message when attempting to submit forms on their iphones. Everyone has appropriate rights and privileges. I would love some help.
can we apply approval and rejection method in Zoho?
if user add any data ,before going to save it to main database it will first go to Manager. when manager approve it then only it saves to database. i want to implement maker and checker concept,is it possible in Zoho.
How do I format a phone number in a number field?
Ugh!!! I've read all the post on formatting a phone number but I'm confused. Is there anyone out there who could provide baby steps on how to do this in Zoho Creator? I've looked for videos but can't find anything. Even screenshots of each steps would be so helpful. I've read all the tutorials and none of them make any sense. Please help, Lisa
How to Invoke a function in subform.
I have created two forms shipping and product Info and embed the product info form into shipping form. There are no relationship between shipping and product info form. I have created a custom function which get the product id and fill the unit price. When I invoke the function on user input, it doesn't execute the function and gives and error product_id doesn't exist. When I run Product Info form individually, It is working fine. But when I embed it to another form it doesn't work. Please tell me
RTF Memo field
Can an image - JPEG - be placed and visible in an RTF memo field?
How to use auto generated ID in Main Form to subform.
Hi I have created two forms Shipping and Product Info. Product info is the sub form in Shipping Form. when I submit the form then two reports are generated which contains the Forms details and a auto ID is generated. I want to know can I used that auto generated ID into sub form to create the relation between main form and sub form ?
Auto Populate Forms Error
I have built several forms which successfully auto populate the fields based on information in other forms. I have used the instructions from Zoho. However, I am finding that often, probably every other time I try to use this script, I am given the error: Error modifying the page null. My past fixes have been to redevelop the form, but I am getting tired of duplicating my efforts and wasting my time. When I build a new form, I paste the exact same script and it works. Any ideas on how to avoid
How to Copy a Form?
Greetings Zoholites, I have to create 39 individual forms for a survey. Is there a way to create a base form and copy it and then edit for each individual? Grateful for your assistance, Lisa
postUrl broken since last hour
Hi There, All of my functions that use the postUrl function are returning errors at the moment. This has been happening for the last hour. Regards, Ben
How to display a jpeg image stored in a file upload field in record summary print template
I am trying to customize a record summary template for printing a database record. One of the fields is a file upload field that always contains a jpeg image. I am using the file upload field because it can handle images greater than 5MB. I need a way to display the contents of the file upload field on my printed report, but have been unable to figure out how. I have been trying to use HTML in conjunction with deluge scripting, but have been unsuccessful.
Importing from Excel - field matching
Hi I have a Zoho form. I have records that have been typed in Excel which I wish to import into the form. I need this at automated as can be. The form has 30+fields. When I try an import from Excel the field headers have been typed exactly however Zoho doesn't recognise the field matching headers and I have to match the Excel fields to the Zoho fields manually every time. I tried exporting the form from Zoho to Excel then copying my data into the Excel spreadsheet then importing back into Zoho
Multilangual App
How can I build a multilangual application with Zoho?. Means not Zoho to be multilangual, my application to support different languages. The LABELS of the menus and messages to be linked to my database with different languages.
Zoho Creator App - Not working for users
Hi All, The iPhone app for Creator seems to work for myself (admin) but not for any of my shared users. They are able to access through a desktop just fine but the smartphone app just says "no shared apps" when they login. Does anyone have any insight?
How to create a formula that decreases the Due Date - zoho.currentdate by 1
Dear All, I would like to create a form with a date field (name Due_Date) and a formula. My scenario: When I give a date to the date field (for example 22/7/2015) then I would like in the formula field to calculate the date (22/7) - zoho.currentdate and to return me the number of days. In the report, each day the zoho.currentdate will decrease the number of days by 1. In that case I wrote the following inside the formula: days360(Due_Date,zoho.currentdate) The problem is that in the report it does
Dynamic filter
Hello. I have 3 forms: Company Data>>Property Data>>Roof Section Data Property Data is related to Company Data via company name lookup the Roof Section Data is related to Property Data via property name lookup. I created a view based on Roof Section Data and have it filtered by company via the "Criteria" function. I'd like to create a drop down similar to the auto-filter in the below view and restrict the list to the properties belonging to the company name. Is it possible to do something like this?
Issue creating app
Screen displays are all over the place when accessing app to edit and such. Screens are all jumbled up. Cannot access field values to change, screen stays on Form tab. Refreshing screen just jumbles everything on my screen worse. Emailed app comes in as SPAM and shows this on email. Firefox 39.0
What is the best practice for editing fields of a form from a list on an html page?
I have an html page. In this html page I have a table with iterated records from a form. I need the ability to click a button on one of the rows, which will then allow the user to edit only a few of the fields from the form. The primary field that will be edited is a dropdown. What is the best way to do this? It seems there are multiple routes to go: From the page, create a stateless form that pops-up or iframe with the fields to edit. Have buttons that use url variables that correspond with the
Alert Box on HTML Page (Creator Page)
I would love the ability to quickly debug my code in a html page by using the alert(); function. But it can only be used on a form in the onload section. The only workaround is to email to myself. BUT, its more than the debug function though. I would like the ability to alert my users as to change they made. Like, you just updated your subscription preferences. How have others been able to do this adequately? Is there a workaround?
User Field with zoho.loginuser
I have a main form with User field that is populated with zoho.loginuser upon add. As an admin, when I change the user field to another user, I want my subform to reflect the same loginuser. The subform has a field called User_name and it is a string field (not a user field). In the On Update of the User field in the Main Form, I wrote a deluge script to populate the User_Name field (string) of the subform so they are in synch. It does not appear that the functionality is present for User fields?
Custom Action Sendmail and set field value
I have my sendmail function setup and working so that when the user selects multiple records they are emailed. However, i would also like these selected records to be marked as "emailed" so that another user does not come along and email them again. How do I accomplish this? Here is my sendmail function if it's relevent: void sendemail2(Add_a_Container records) { msg_content = "<table border=\"0\" style=\"\" width=\"90%\" cellpadding=\"5\">\n <tbody>\n <tr>\n <th align=\"left\"
Form created to filter records in report
Hi, I have created a search form which is supposed to filter the records in an existing report. On this search form, I have the option to search by three different criteria (you can only search by one given criteria). For example you can choose to search by Name. I am not sure what I am doing wrong here; I would like to use the public link of my published report. This is what I have: if ((input.Search_by == "Name") && ((input.Name != "") && (input.Name != null))) { openUrl("https://creator.zohopublic.com/zoho_jchan5/copy-of-requests-for-purchasing/view-perma/New_Request_Report/Xy2yfT1JP48sAa9ZbTmP6Yh8qtPAXvYBVvOgrxnkABdnrjU2f3Tat66zKN8V7XUz3xUTugdx2OnMMsBMP2k0fr4GxBSQqN9nJ5fv?Requested_By="
If... does not contain in sendmail
Hi, This is probably going to be the most simple thing, but I just can't seem to figure it out. I have a sendmail function, in which I want it to be triggered if a certain field DOES NOT CONTAIN a certain name. I am not quite sure how to go about putting this down in code. So right now, I have: ((input.Location == "Toronto") && (input.Department_text == "Head Office")) and I'd like to add the criteria that input.Employee does not contain "Celeste" Thanks in advance! Joy
Open url in iframe
This should be pretty simple. I have an html page where I'm trying to use openUrl to open another HTML page from another app and so far it doesn't open in Iframe. Any help would be appreciated. openUrl("https://creator.zoho.com/pcrs2013/pcrs-studies/#View:Variable_Collector", "iframe", "thisFrame");%> <iframe name='thisFrame' height='700' width='700'>Loading View...</div><%}%>
Top to Bottom Deluge Help, Real Newbie Creating First App
Hello, So I'm designing an app for my business coaching company and planning on buying the paid version for all of my coaches. My plan is to offer an "Accomplishment Report" to my clients that populates the "Coach Report" for my coaches. So far I've gotten a handle on creating the fields for both forms, creating simple lookup fields, creating/implementing rules and tasks (i.e. populating certain fields when a drop down choice is made), and managing the "Report" that every click of the "Submit"
fonts
Where/how do I change the fonts on my reports in Creator ? They are too large in the reports
Outputting images in Creator
Hi, I am having a problem with how images are being outputted in Creator and also when the app is linked to my Zoho CRM. It is a product database and the products are linked to the client account in CRM. When the image is outputted in the report in creator it is huge (dimensionally) so the report is impossible to use efficiently. What I was hoping is that a thumbnail would be outputted and when clicked would be bigger. I tried changing the dimensions on this screen https://www.dropbox.com/s/9fon0mh6thl15k1/Screenshot%202015-07-09%2013.51.43.png?dl=0
Limitation for updating records
Hi I have 19000 records.I want to bulk update these 19000 records through custom actions.Is their any limit for updating these bulk records. Thanks.
Link in email notification to edit one record
Hi, I am unable to figure this one out. When a user fills in a form and submits it, i would like a link to be available in the email for them to edit that record that they just submitted. I have used this as the link, but it does not work! Please help! I have published the form and used the public URL that is provided in Zoho. https://creator.zohopublic.com/<public URL>/record-edit/<ViewName>/Request_Number=input.Request_Number Thanks in advance!!! Joy
Adding data via email
I have a main form called New Request and a stateless form called Update Request Status. Employees will enter requests via the form on our website. The details are then emailed to the employee for confirmation. Is it possible to have the employee add data to their existing request (i.e. record) via email? Or is it only used for adding NEW records? Thank you in advance!
quickbooks create error evaluating MAP Expression Probem
I have tried to follow the instructions for setting up zoho creator api with quick books. Instructions are found here: https://www.zoho.com/creator/help/script/quickbooks-add-record.html It seems even when i copy the example i am getting the following error message. Seems that there is something wrong with my map variable but i cant see what. If i put the map variable in an alert box it seems to look fine to me. This is located in my Purchase_Request_Form on the Order_Number on User input field.
Filter by conditional formatting
Hi With conditional formatting we have the ability to format table cells in particular ways. It would be good to be able to filter records by the way they are formatted. For example if I have two rules which both color a particular column in a record red, an option to filter that column to show records which are red or not red would be good. Thanks Craig
Record Summary Print Error
I have a Record Summary that prints out as an A4 label that is used in a warehouse to identify stock. Each time the stock Qty is changed, a new label is generated. This has worked perfectly for 18 months but today the view looks perfect but when I try to print the text is compressed and overlapping. It is happening on different record configurations. I haven't changed anything at all and the problem replicates on other PCs and printers. I use Google Chrome. Can anyone help? Update: I've temporarily
Zoho Creator Marketplace not responding?
I am not able to choose a category, or Popular or Most Recent options in the Zoho Creator Marketplace - nothing happens - it simply stays on the Main Page (Featured Applications), and Search doesn't appear to work either. I've tried IE, Chrome and Firefox.
Market Place not responding
https://creator.zoho.com/marketplace All the options to navigate within the Marketplace are not working. I have seen other people commenting on the forum about the same issue. Francisco Riojas Creator Scripts Smart Software For Maverick Entrepreneurs www.creatorscripts.com
USERS CANNOT ATTACH FILES - AGAIN AND AGAIN AND AGAIN AND AGAIN AND AGAIN AND AGAIN
USERS CANNOT ATTACH FILES - AGAIN AND AGAIN AND AGAIN AND AGAIN AND AGAIN AND AGAIN AGAIN - MY USERS ARE HAVING DIFFICULTY TO ATTACH FILES IT IS THE THIRD TIME THIS HAPPENS - I M REALLY GETTING SICK OF THESE PROBLEMS ZOHO IS SUPPOSED TO OFFER ME A PLATFORM FREE OF THESE PROBLEMS
Calendar sync with Google
I was wondering if there was a way to sync my Zoho Creator calendar with my google calendar?
Next Page