Saving Record Freezes ZohoCreator into Saving.....
I am copying some blocks/paragraphs of text into some records in ZohoCreator. On about the first 10 fields, everything goes well. Then at some point, when I paste and hit "save", Zoho just gets stuck on Saving.... Seems to happen alot. These records are for the most part about 400 words worth of stuff. An average word is mabe 5 characters, so the entire text is maybe 2000 characters. At first this was just annoying. Now its becoming a show stopper. Does anyone else have this problem? Where Saving
Solution Search Component
I have modified the Solutions view so that it contains the following fields Title Description Content By default the Search mechanism for solutions on all pages uses the input.keyword variable to search inside the 'Description' field. I want to make this more granular by searching only the Title and/or Content field. How can I change this? I've tried looking in embedCompInSolutionsPage(); but no success yet :-( Thanks for your help! -Jaap
Date and Timezone
I have a date-only field and need to convert it to a date-time field. In this conversion, the date-time ends-up at 03:00 hrs. I have the time zone for my application set correctly. Example 18-Aug-2011 converts to 18-Aug-2011 03:00:00 rather than the expected 18-Aug-2011 00:00:00
What's the best way to prepare this report?
Hi All I have a Form used to add entries in a sales organization (leads to clients), let's call it "Leads". One of the fields is the name of the sales person in charge of the lead. That name comes from another Form and is automatically populated on load. Let's call that second form "Sales People". In "Sales People", additionally to names of my sales people, I have another field that says in which branch of our company they work. I want to create a report that looks like: August-2011,
Updating Application for Client Not Working
I have made changes to an application that I have published to a client's account. When I make changes and republish and upgrade on the client account, the changes are not showing up. Is there something else that needs done? Bruce Letterle Creative Web Technologies
Need help with On Edit - On Load criteria scripting
I've implemented a criteria script where my selection of dropdown1 filters the possible selections of dropdown2. I am trying to create a script for the On Edit - On Load condition that behaves as such: I would click edit for a record that had been previously created. That record would open with my earlier selections still intact. My goal is to change dropdown2. If I open dropdown2 I see every selection, even those that do not match the criteria as determined by dropdown1. The only way to have dropdown2
Do not upgrade for the payment module
Hello, We have upgraded to the professional plus plan on August 17th. However we are yet to go ahead with a working model due to: 1. Lack of clear documentation which could enable us to proceed faster 2. Issues with the Zoho payment module for which we are awaiting a fix. We request you to fix these issues as soon as possible or give us a re-imbursment. Thanks
Hide Views in Menu Drop-Down List
I have an application where I've created a number of views to provide a data set for some reports. I do not want the views to be an item on the View drop down list as that information will only be used in their report form (Chart). How do I restrict the appearance of table views in an application without denying access to that data or associated forms. I've tried playing with the user settings but that just blocks complete access to the table and all associated forms/tables. Anyone know if this
Discounted monthly fee for Non-Profits
I am so excited for new payment option you've added to Creator! I began to set up a new Membership application form for one of my non-profit clients. But, when I found out the minimum account to access this feature was $100/month, I abandoned it as I know they are on a restrictive budget. Please consider discounted membership fee for non-profits. We have found many online services that provide such discounts. Thank you!
view option broken for form in view mode
Currently my links to other forms do not work in only one of my forms, but are fine in the others. clicking on the link begins to load the view but then the popup fails to open fully. Instead, the beginning of a popup is created. I've attached two images, one showing the normal viewing of a linked record and the second showing this bug. Please advise.
How do you show a field if a file has been uploaded?
Here's what I'd like to do: When a user uploads a file another file upload field appears. To do this I've created a maximum of 6 file update fields: Documentation Additional_File_1 Additional_File_2 Addition.....3 ....4 ....5 My current scripts... Form Action: On Add/On Edit - On Load hide Additional_File_1; hide Additional_File_2; hide Additional_File_3; hide Additional_File_4; hide Additional_File_5; Field Actions: Documentation - On User Input show Additional_File_1; Additional_File_1 - On User
How to dynamically populate picklist using displayformat
I created a stateless form with a lookup field that imports the ID value of the linked field but uses the Advanced Display Options to display another field (FullName in this case). This all works perfectly. Here's the script for the lookup field: must have Student ( type = picklist values = Students.ID displayformat = [ FullName ] width = 206px ) Here's the script for the Submit button: Submit (
Google Calendar Rejecting iCAL Feeds
Here's an example of one https://creatorexport.zoho.com/niskypto/buzzable/ical/Buzzable_Events/EVENT_CALENDAR=District&DTSTART=EVENT_START&DTEND=EVENT_END&DESCRIPTION=EVENT_BODY&LOCATION=EVENT_LOCATION&ORGANIZER=EVENT_ORG&SUMMARY=EVENT_SUBJECT&ZC_FULL_DAY_EVENT_VAR=EVENT_DAY It's valid using this http://severinghaus.org/projects/icv/ And ZOHO Calendar can subscribe to it. Any ideas? John M. Whitney
Insert Image
I am new on this and was wondering if it is possible to insert an image on a send email function and that this image will be different depending on user input. Thank you
Zoho Creator, Google Sites and my payment gateway
I have built a Zoho Creator app that I have embedded into a Google Site. I need to link from the Site to a payment gateway. I am not able to integrate the Site to the payment gateway. The payment gateway requires the post query to emanate from my website domain, but since the request originates from a ZC iFrame wihtin my domain, the gateway rejects this. Is there a work-around? I am in India and local regulations practically prohibit the use of Paypal. Please help.
Combining values from two fields into a third
I have a field called firstname and a field called surname. I want to set up a third field (called fullname) that combines the two. What is the exact syntax I need? This seems as if it should be very easy, but I cannot get anything to work, and theres no documentation I can find to help.
How do you I enter script text into a Rich Text field without it changing the text?
I'm tracking XML data feeds and when I copy the feed script from my XML document into my records Rich Text "Details" field, update the record, and reopen the record, the script is treated as if it were meant to be performed and is executed within the field. I just want whatever is entered into this Rich Text field to be left alone and look exactly the way I left it. Example: Original copied text... <name> John </name> Text after update... John Please assist. Thanks! Brent
Can you hold value of variables across scripts?
Can you use and hold the value of variables across scripts? Say for example, onUserInput of text field Field1 I set a variable: intHold = 1; Then on onUserInput of text field Field 2 I do the following if (intHold == 1) { // do this } else { // DNE 1, do this } Will this work? If not, what's the right way to do this?
Automatically generate a record name?
Is it possible to automatically generate a record name based on selections within dropdown fields within it? I have a form that allows users to add records by first selecting 'A' from dropdown1 and then 'B' from dropdown2 and finally 'C' from dropdown3. Because this record is made up of selections from dropdowns it has no name or unique identifier other than the hidden ID created automatically. What I'd like is to create a single line field that would be automatically populated based on the choices
Just imported a application form into my website, why do people need to log-in to access the forms?
I just inserted the forms into the iframe of my joomla site, when I see it live, it requests a log in for people to fill out the application. Is there a way to make it available without a log in? that defeats the purpose... HELP??? this is for an animal adoption app. Thanks!
two form/views in a single view
Hi, I would like to know how I can have a view in which I have the summary of a selected record (Form 1) , and then below a list of records (Form 2) linked to the record summary listed above. An example of what I want to achieve is a work order record summary on top and then various daily update records linked to that work order ID. This would be similar to a sales record summary above (form 1) and then a list of products sold (form 2) below. thanks for your help...
View with a record summary and below a list of records linked to the one on top
How can I create a view that shows a record summary on top and a list of various records linked to the one on top. Say, we have a sales order with client, date, etc.. on top. We want this info on top of the view for the selected record. Then another form (sold items) holds products sold and are linked to their sales orde, i.e. the sold item record have a look up field linking to the sales order. I want to see the sales order details on top and a list of sold items linked to that sales order
Putting data in two separate forms at once
I have an equipment form and an IP address form. Currently I have it set up that to connect these two forms, I have a lookup field on the equipment form where you choose the IP address and on the IP address form there is a lookup field for the equipment ID. However, that means I have to enter data in two places. What I'd like to do is when I put in the equipment ID on the IP Address form that it automatically will put that information in the IP Address form and in turn puts whatever that IP address
Change a shared app with no source to have access to source?
Hey i have been trying for way too long now to get an application to share properly and be able to update it and move the data. This seems to be impossible. I have several support tickets open on this one and have run out of time to fix this. Finally, I have decided to scrap this completely. Its just not work the time anymore as it seems impossible It's going to create a lot of work needing to make updates an application once for every one of my customers separately even though they all use the
I REALLY DO NOT LIKE THIS PROBLEM.
Do you have to be a rocket scientist or a computer genius to work these programs..........why is it so difficult. My first two applications I had to copy&paste because ZOHO did not accept xlsx files. As of 08-19-11 they do, but I can't the date format to my liking... month-day-year xx-xx-xx
2 columns layout
I'm creating a form on Zoho Creator and I don't like the 2 columns layout. I didnt manage to change that. I can use 2 columns but then I should at least be able to insert a note that will be one column only. This note will introduces a new part of the form, and then 2 columns again. Is that possible? Just like this: Part 1 a d b e c f Part 2 g j h k i l
Slow calendar display
For the same data I have a Calendar view and a List view. The list view comes up in a few seconds. However the Calendar view took just over a minute and a half to show. There are only 68 records for the month of August. Why does it take so long and is there anything I can do to improve the speed? Herb Wexler
I want to a PAYPAL Payment option in ZC.
Respected Members, After review all things i feel that if ZC adds a Paypal Payment Option in Form, then this is very attractive, i review many customers record and then i will give this fact: 89% peoples want to Paypal payment Option. Please proposed this idea to your Developers or Administration Is there is any problem to implement this feature? Thanks for Reading
Stateless form for editing records, have questions...
Hi all, I have a form that contains listings for hundreds of worldwide groups in an organization, and I want to allow each group to update their own listing. I have read all the posts about having to rely on tons of Zoho user accounts, which I cannot realistically do since it would be a nightmare to manage the sharing and permissions for all those groups, not to mention their group officers change all the time. So I have made a stateless form copy of the original form. I have added two scripted
How i can export zoho creator data in a access database?
I would want to export data in a access DB; it's possible? If possible, I want to do this without passing through excel, because to refresh data using this; it's too slow. Thank's a lot. Best regards, Rafa
Repeating Fields?
Let's say you wanted to create an online Purchase Order application that would continuously add lines and number them until the user is complete. i.e. would repeat fields for Manf. Part Number, color, quantity, notes How would you do this? Essentially I want it to make a new table each time to form is completed and send that table from my website to the c ustomer and my sales staff. Thanks in advance
Paypal Integration Module
Hi, How does the accept recurring payment work? Do you have any documentation on it. I would appreciate a quick reply Thank you
pass criteria to a report via URL
My goal is to pass a dynamic filter variable to a report via a URL. I have been reading the forum looking for a way to pass a filter variable to a report that is embedded in an HTML view. I have read this thread (Dynamic functionality based URLs for reports). One solution that is presented uses the ZOHO_CRITERIA parameter. Apparently, this solution will work but will not provide real time results - delays of at least one hour are documented in the linked thread. Unfortunately, delayed results
Is there an opposite function to ui.add?
Something like ui.remove?
Register App
I want users of my website to Register with those things:UserName,Email and Password. I am not asking about their email password,i want them to create a new password for their account,but when they register,how can they login,and how can i make a login app related to register info.,How to know the info of those who have registered in my website,and when i make a password field,i need it to have its charecters hidden like in other websites. Thanks.
Change the position of the Navigation Bar
Hi, Was just wondering how to change the position of the forms in the list on the left hand side on the navigation bar when in the application (move one above another - like, change them around) Can anyone help? Thankyou.
Edit Wont Load!
Hi, When I try to open one of my forms to edit it, it just shows a white blank screen. The form is "Reigster a Muted User" Whats happening? (Access Given To Support) Thanks :)
Re Need your help for API
Hi I made bellow code save a html file and use IE to open it but always got error message: <form method="POST" action=https://creator.zoho.com/api/xml/stanleyguo/usana/fmzc/add/> <input type="hidden" name ="apikey" id="apikey" value="****************************eed"> <input type="hidden" name ="ticket" id="ticket" value="***************************de61"> <input type="text" name ="fmzc_zwxm"> <input type="text" name ="fmzc_pym"> <input type="submit" value="Add Record"> </form> but always show
comments do not work in schedule script
Code comments (i.e. prefixed by "//") throw an error in the schedule script editor when trying to save the script.
Creator support for Quickbooks Online Data Services
Intuit is in the midst of a major launch for their new Intuit Partner Platform (IPP) which will provide access for cloud apps to their Data Services. Is anyone else excited about the prospect of integrating a Creator app with QBOE? True cloud apps at their best! From my initial read, it looks like Zoho would have to configure their servers to meet Intuit's requirements. Would be so cool to open up 4 million QB users to ZC developers!
Next Page