New Records not Created in Issue Manager
New records cannot be created with "Add Issue" in the Issue Manager. The email addresses are valid, however when the issue is submitted, the log reports: Error details: Error occured while on Success script. Unable to send email Invalid Email Address found
Signature/scribble field
is there a way to insert a Signature field ? Should be useful when we need to authenticate some data with the customer's signature. It could be an image field with an ole export capability. Thanks
PDF's are broken AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN
PDF's are broken AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAINAGAIN AGAIN AGAIN AGAIN AGAINAGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN AGAIN How many times? Please fix.
Passing params to ZOHO
It would be extremely useful if it would be possible to pass data to a ZOHO application. I work with a content mgt. system and I would like to pass some variables from there to ZOHO creator when it starts a form. Example. I would like to be able to pass first-name, last-name, personal-id and sex to an application so that the form is already pre-filled with the information I already know about that user. Would that be possible??? Could It be made possible?? And of course - this would be my next question
When specifiying parameters in the URL for a view, can you filter for results based on param1=value1 OR param1=value2?
Hi, I would like to be able to display a view with results based on a parameter, but would like the results to be shown for records where a parameter equals one of two possible values. Is this possible when passing the parameters via the URL? ie it would be something like urlToView?param1=value1¶m1=value2¶m1_op=xxx where xxx is an operator for OR. Anyone have any ideas on how to solve this? I might be missing something basis regarding parameters, I am not an expert. I can't find an
Sort Values in Lookup Box
I've created script that populates a lookup box. Despite setting the field's property to sort alphabetically, the values are not sorted. Any ideas? Martyn martynhale
Form definition unavailable
Form definition is currently unavailable for me using FF3.6 and Chrome. In FF I get dumped to a search page when a page is unavailable, but in Chrome i get this error: The web page athttps://form/733/edit/script/&action_show=false&defleft=true might be temporarily down or it may have moved permanently to a new web address. More information on this error Below is the original error message Error 105 (net::ERR_NAME_NOT_RESOLVED): The server could not be found. Unsure if related or not but am also unable
Add multiple records on one screen
I have built a simple time sheet app. One each input page, we have the following: Date Employee Name Client Hours In this way, the employee needs to enter a few times per day. It would be better if the app can be designed in the following way: Date Employee Name Client 1 Hours Client 2 Hours (2) Client 3 Hours (3) etc. Can the input page hand one page entry to multiple records (same date and same employee name) Thanks, Sam
Defects/Deficiencies relating to Share Functionality
I have discovered defects/deficiencies relating to the Share Functionality within ZOHO Creator ... I did not want to hi-jack this topic ... http://help.zoho.com/portal/en/community/topic/an-issue-with-unshare ... so I started a new topic here. A couple of months ago I was asked to evaluate an Application (running since January/2010) for a Customer ... their previous Developer had gone AWOL. This Application had never been backed up ... and the first attempt to do so failed ... the ZOHO Support Team
Render image formula field requires upload field
I used instructions on this page to render uploaded images in views, and it works, but why do we have to display the upload field in the view for the formula field to work? Or am I missing something? To me this is just bloating/breaking views' tables with useless loooooooong file names. Is there a workaround for this besides an HTML view? TIA.
"for each" loop exits when sendmail fails
I am sending email to a subset of records satisfying a condition. The problem is that occasionally a record has an invalid email addresses and the "for each" loop exits in this case. This is a problem because everyone in my records needs to get that message. How do I make "for each" continue to the next record without exiting? for each X in Registrar [SEND_EMAIL == 2] { sendmail ( To : X.Email_Address From : zoho.adminuserid Subject : "Estás invitado
Target works when logged in but not when...not logged in
Hi, I've a form in my app that reloads two frames upon submission - ie rec = Performance_information [ID == input.recordID]; newfurl = "https://creator.zoho.com/rsoftley/ast/form-perma/Performance_information/zc_Header=true&zc_SubmitVal=Add&zc_ResetVal=Clear&Venue=" + rec.Venue; openUrl(newfurl, "iframe", "formFrame"); newurl = "https://creator.zoho.com/rsoftley/ast/view-perma/Performance_information_View/Venue=" + rec.Venue; openUrl(newurl, "iframe", "frameName");This works
View form directly load in search mode
I want that view form directly load in search mode. i.e. I do not want to give access of all data of my publicly shared application to everybody who access the application on net. Anybody who access the application (directly view form), will have to enter search criteria so that he can view only that much data. How to do?
Embedded calender view
I have embedded a form, a list and a calender into my website. the form and list are fine but i cannot get the calender to fill the whole width of the page and differant days seem to have differant widths. The data works fine but it does not look very good Any ideas as to how this can be solved
DIY Dabble DB Migration Tool
For all Dabble Db Users looking to migrate to Zoho Creator, here is some good news. We made the migration process a lot more simpler than it was.. We came up with a Do It Yourself migration tool. The official announcement came out yesterday. In case you missed it.. Read about it here. Did you like the comic video we made for it?? Then you'd surely be interested in our behind the scenes story.. Thanks Aparna
How to get 4 records per page in view?
Hi! I would like to limit the numbers of records per page to 4. The hight of one record is covering more than one screen, and it wold be realy nice to just flip page and not scrool trough the screen. The view is caled "Casting view". It is just dummys in the view at the time. Please do help. Best regards Benjamin Sjur Blom
Why does my form not work?
I have created a form and embedded it here: http://www.autoliftuk.com/disabled-access-lifts/hi-rise-lifts.html On a windows PC with IE it displays just fine, but on Ipad, Iphone and Safari it displays a cookies error? What am I doing wrong? Chris
Acces data from previous entry
I have field which is formula. And the formula used the data from the last entry. How or what is the syntax for accessing the last entry. The formula is: balance = (previous balance from the last entry) - amount
View individual record
Hi there, I'm new to Zoho, so please bear with me if I'm missing the obvious. I created a form with quite a bunch of fields (about 30). Worked fine. I created a summary view, which works ok as a summary. When I click "View" next to each record, I've got this popup. What I would like is a link on each record, to a page with complete view for that record (not edit view). Do I need to create a view for this? How would I link from the summary view to this new view for each record? TIA.
View Criteria where a field entry is empty/nul
How can I select only entries where a field is not filled in. e.g. how do I select all employees who do not have an entry in a date field called retireddate. Is there some kind of NUL or UNDEFINED constant that I can compare with?
How do I get values from 4 separate queries to show in one table?
My objective is to build a budgeting interface. Where I can add to each budget products. And each product is made of Milestones and Tasks. My question is, how do I get values from 4 separate queries (Proposal; Product; Milestone; Task) to show in one table? Like the above image. Is this possible?
Conditional fields?
Can I use Zoho Creator to build a form with conditional fields? That is, a certain answer to one question causes a new field to appear on the form immediately below the first field.
Lookup fields filtering
Hi -- I have a PROJECT form, then a TASK form linked through a lookup field. I need to be able to assign one or more tasks to people records in another form. I thought I'd do with two lookup fields, yet I want to task lookup to be filtered to only display tasks pertaining to the first project lookup field, so only tasks from this project will be displayed in the second lookup, what formula should I use? TIA. — AB
Cannot update my schedules when to do date.
I am unable to make a modification to my schedules. I get the following error when changing the "When to do" (number of days after). "Error Occured. We are sorry for the inconvenience. Please try after some time or refresh the page and try again" Please help, refreshing and signing out of zoho and back in does not help. I have retarted my browser as well. Still no go. Thanks for the help
Recieve an email if I am nearing my record limit?
The documentation says that "You will receive an email well in advance of nearing the limit." But I don't. Is there a certain setting I need to enable?
"Navigation to webpage cancelled" for reports
Hi, I just created a very simple report however I get this message "Navigation to webpage cancelled" when I want to display the report. I use Vista and I was wondering if it is in the internet settings. Does anyone have a fix for this please Andrew
Multiple Forms To One View
Hi, I've got a Zoho Creator database where I have been inputting data using one form which inserts data onto one view (which is presumably where the data lives? What I am trying to do now is create a new form, which has some fields from the existing view (but not all like the first form). For example, The current staff operated database has three fields - name, address & staff comments. I now want customers to insert their own name & address into the database, but obviously don't want them to be
View 30+ fields error after sort.
I have a view with 40+ fields. That's a lot of fields, I understand. <rant> However the view is very valuable as user us the browser built in search to searh the rendered view affording them quick access to information that would otherwise on the Creator platform be too difficult to find. Ok so that's why there is so many fields. I wouldn't use this approach if Creator allowed related fields in view criteria. I been ranting about this for 2 years (albiet to an empty room). </rant> Now the problem.
Accessing one form/view from another form/view
Is there a way to access the entire record of an included form in a combined view? For example (using the example in the help section), in the Employee view, theres Name and Address columns, as well as a Department column. The Department column only shows the name of the department though - is there a way to click on the department in the List View and have it bring up the entire record for that department? Similar to how the entire Employee record is brought up when you click the "Record Summary"
Creator Email and SPF
I'm getting spf softfail for emails from ZOHO Creator. This is not a big issue, but should be addressed as a best practice by the ZC team to insure optimal mail delivery. Documentation is expected for those of use that run our own domains and email. My email account is from Google Apps (customized google mail). Here's an example from the mail header: Authentication-Results: mx.google.com; spf=softfail (google.com: domain of transitioning webmaster@niskypto.org does not designate 72.5.230.66 as permitted
Add iCal by URL to Google Calendar Failing
I'm working on my application and testing out various ical feeds from Creator. Just now, Google is saying it cannot add these by URL, although I have added a few recently. Edit to support given for application "pto" John M. Whitney
Efficient Loading of List Boxes ...
Within all the posts in this Topic ... http://help.zoho.com/portal/en/community/?ftid=2266000000515054#2266000000512211 ... this suggestion might be lost on the ZOHO Creator Team ... I think that if ZOHO Creator had a command like ... fieldName:ui.addCollection(collectionName.FieldName) ... you could then do something like ... mySchools= Schools[State_Code == "TX"]; selectSchool:ui.addCollection(mySchools.School_Name); .. and it would be a lot faster. Please consider it ... as it would ... - cause
How do I resolve function signature changes.
Please tell me how to resolve this? The message makes no note of where to fix this inconsistency. How am I suppose to fix this, given the current message? related: http://help.zoho.com/portal/en/community?ftid=2266000000321767 tt
Function removal helpers
Here is the error I'm receiving whilst deleting a function. Function cannot be deleted. This function is referred in the following places. Please remove the reference,then try deleting the function. In action script--> In action script--> In action script--> As you can see the calling functions are not enumerated in the error message. tt
Which is the correct Record Count?
I see different record counts in these locations: 1) Account Settings > Usage Limit > Records Count 2) The Record Count on the View page of my application. I only have one application. The counts differ by around 100. Which is correct? Thank you.
Simple Inventory Application
Has anyone shared or developed a simple application to track equipment serial #'s, location, make, model and a field to input any maintenance done on the item. I'd like to be able to generate lists of equipment.
getFieldValue() in On Success
Excuse me, I follow the below example : Can the SendMail from a form only send data from the decision checkboxes selected by the user? value = formMap.get(key); As result, the value returned "null" in my email. I have tried the same way to return the output on a plaintext field, it succesfully showed the value. Is this any problem on it that I cannot use getFieldValue while On Success ? Best Regard
How do I pre-fill selected fields?
I need to create a form to allow people to enter data for multiple workshop events. I now have a form which allows a user to select their name, city and state date, time, location from dropdown menus. This works great if someone is entering a single event, but if they need to enter multiple workshops, they have to repeatedly select their name, city and state. Since this information will be the same for each event and since only the time. location and date will differ, how can I have those specific
enhancement request for views
When I add a custom action to a view the button is always on the right side of the columns, at the end of the line. I would like it if I could have the choice to place the button for a custom action on the left at the beginning of the line for each record.
accidentally deleted some active forms. Please help to recover
Hi support team, Please help to recover this folder http://creator.zoho.com/pashanoi/public-events-registration I accidentally deleted some active forms. Please help to recover them. Thanks Tho Le
Next Page