Free vs Premium
I understand the free plan limits the number of records to 750, along with 3 users, but what other restrictions exist for free plans? I have a client that has very simple needs and probably only needs the free version, at least for now, but want to make sure I understand what all the limitations are on the free plan before I proceed. Thank you
Adding record with multiselect using Creator API
Hi, Is there an issue in adding records with multi select fields using Creator API? I can add the record if there is one option selected but doesn't allow me when there are multiple options selected. This is part of my PHP code $opts = explode("##", $form_data->contractorOptChk); $this->XMLString .= "<field name='fieldname'>"; $this->XMLString .= "<options >"; for ($j = 0; $j < count($opts); $j++) { $this->XMLString .= "<option>" . $opts[$j]
Creator database search
Why does searching my Creator database produce no result when the information is clearly in the database? This happens with some records and not others. If I export all the records to a spreadsheet, all records are exported. However if i scroll through the list of Creator records, I don't see the one i'm looking for. What's happening here?
API issue
Hi, I am trying to add records into a form by add using the API. Here is the example with dummy data. form method="POST" action="https://creator.zoho.com/api/MYSYTEM/xml/MYTABLE/form/Room_Sponsor_Data_Form/record/add/"><input type="hidden" name="authtoken" value="MYKEY"> <input type="hidden" name="scope" id="scope" value="creatorapi"> <input type="text" name="GiftDate" value="11/11/2016"> <input type="text" name="ContactType" value="Telephone"> <input type="text" name="AppealId" value="RAP617VV">
Customer Portal Login page redirect to open in new page
Hi, I want to use Zoho Creator's Customer Portal embedded in my WP website. Unfortunately Iframed embedded login page redirect to open portal in new portal page instead of Iframe. I discussed that with Zoho Customer Representative and learn that is a default action. Any idea, work around tips to force the page open in my WP page? thanks
Finish implementing the Users Field, or allow fetching from Users database.
It's annoying how such a crucial feature ends up being utterly useless and wasting me hours as I'm trying to figure out how to get the Email ID from the user I've selected within a Users Field. This field's only purpose as of now is to assign a record's owner name automatically as the user name of the user chosen from that field OR to do logic-defying assignments involving comparisons between zoho.loginuser and other such internal values from the application. However, there is absolutely, AB-SO-LU-TELY
Backup Issue
I can't backup my DB of creator with my enterprise account backend 07-Sep-2015 04:28 Onetime backup failed Error occured backend 07-Sep-2015 04:28 Onetime backup started
Give a scroll bar to a text field in a view?
Hi, I have a text field for notes in my form/view. When there's a lot of text entered into it, the row becomes quite high of course. Is there any possibility to provide the field with a vertical scroll bar or at least to limit the height in the view? Thank you. Jens
Charts and Graphs not forming after a certain date
I've created an application, regarding booking and collection in taxi services, I generated some reports too, but after a certain date i.e. 13th October the charts and graphs stopped taking data from the reports. And posing difficulty for us in analyzing the data. Pls. tell what might have gone wrong.
MS Word Plugin
Hi there I have installed the MS Word Plugin, and can sign in and setup my document with relevant merge fields - no problems there. When I select the records to merge, and then click merge, nothing happens. Does anyone have any suggestions? Cheers Aaron
BIGINT bug?
This is a part of my code : context is on add row row.Four=2938232000000091051; (this is BIGINT) it's WORK BUT WITH THIS Variable1 = input.Choix; (this is BIGINT) row.Four=Variable1; (this is BIGINT) THERE IS A BUG ? Thank you^^
API call
Hi, I'm new to Zoho and I'm a little confused. I have been asked to implement something that selects data out of our DB and adds record into Zoho. I am looking at the documentation and I'm just not getting it. I was wondering if someone could explain something to me. As I said, I am writing my script in Perl that will be cron'd that will submit records in real time. The documentation states I create a form using <form method="POST" action="the url" etc <input type="text" name="colname" value ="Me">
Zoho improvements
Zoho is fantastic. I think it could become perfect if anyone reach these features: treeview google maps or other maps integration I hope, thanks!
Trying to create a stateless search form
I'm trying to create a stateless search form with the instructions on this help page: https://www.zoho.com/creator/help/application/search-interface.html I'm not able to completely follow it though because it uses the code example from the old employee management app: https://creator.zoho.com/sampleapps/employee-manager/#Page:Dashboard I can't add that app anymore to my account and see the original code. The help article only has snippets. This is a frustrating thing in general that much of the help
How to track changes in report / summary data over time?
Hello, Zoho Creator Forum, Consider the following: Let us say I have an application that tracks my inventory of tasty fruit. I have a Data Form called Fruits, which has a Type field (Apples, Oranges), and a Status field (Unripe, Ripe, Rotten). Each individual fruit is a row in the table created by this Data Form. I would like to see at a glance how many of each type of fruit I have, and what proportion of them are in what status. To this end, I have created a PIVOTCHART, which displays a stacked
Rest API Help
Hello I have just started working on a portal to add records to Zoho Creator. I have successfully added records, however the page automatically downloads a json file with the data I posted. How can I stop this from happening?
How to Use a Custom Action to Invoke a Function to Send SMS/Email to Users selected in a report?
Hi Everyone, I would love some help with the logic on how to accomplish sending SMS/Email to many users selected in a report, then using a custom action to invoke a function. Here is what I have: My Report: As you can see I have many "Users" (Email, phone etc.) for each row. When I create the custom action I cannot pass the ID of the user, instead I am limited to only pass the ID of the "Delivery Location". Question #1: How do I create a "for each" loop that gets the ID's of the users after passing
Problem with purchase to Zohocrm from Creator
Hello all, i have a code to create a purchase order in zoho, work in generally fine, create the PO in zoho, but dont add the product detail.. i dont know what is the problem, if i dont send all data requirement or is a wrong format.. respuestaPO = zoho.crm.create("Purchaseorders",{ "Subject" : (("" + infoso.get("Numero de orden de venta")) + " t4 ") + infoso.get("Subject"), "Status" : "Created", "Vendor Name" : "" + infoso.get("VENDORID"), "Orden de Venta_ID" : "" + infoso.get("SALESORDERID"), "line_items"
Copying value of image field to another image field creates a broken link
I have a form that has five visible image fields and three hidden image fields. There are five check boxes that are used to select up to three of the five photos to be displayed in the report. In the OnSuccess action I have the following code: input.Hidden_Report_Image_1 = null; input.Hidden_Report_Image_2 = null; input.Hidden_Report_Image_3 = null; if (input.Include_Image_1_In_Final_Report) { input.Hidden_Report_Image_1 = input.Image_1; } if (input.Include_Image_2_In_Final_Report) { if (input.Hidden_Report_Image_1
Sync Google Contacts with Contacts in Creator
Is there a way to sync my contacts from in my creator app with my google contacts? Is coding with APIs the only way? I know some deluge but don't understand how to use the APIs.
Zoho Creator Portal App
Has anyone been able to use the Zoho Creator Portal mobile app? I had come to two types of error. Invalid_Request and Network Error. I had tried with different active customer portal users and different devices but sadly it happens the same. Im really looking forward to use this great functionality. Thanks in advance
Create multiple events concurrently
Hi, Any idea how can I program to create multiple events at one shot at fixed intervals, instead of creating one after another. Such that, the form allows users to select the frequency of the event (E.g. Daily, Weekly) and the number occurrence (E.g. span of 8 weeks). Gerald Lim.
Account moved to trash
Hi In some reports the account name appears duplicated. I have sent to trash one of them ti items and the account has disappeared.(both) How can I recover the account from the trash ?? I cont' see the Trash Thanks JM
Subform too large for main form
My Sub form is very large 30+ fields and my problem is that this is unusable in the horizontal sub form view and would ideally need to be opened in a popup window so that it can be worked on via an ipad etc. Has anyone else had and/or solved this problem?
Need a Zoho integration consultant in Los Angeles.
Anybody know of anyone? There are many on UpWork.com but I would prefer connecting through an introduction. Thanks! David
Request: In the Reports UI for User ad-hoc searches: support boolean logic within a column and between columns (ideally via Criteria builder?)
This is a common wish for us, and I see that this is has been requested multiple times. We see that we could build something of the sort using a stateless form with results shown on an HTML page. Yet... MUCH more powerful would be to support it in the native reports UI . This way, the user may have more flexible ad-hoc options in the search, and most importantly: when results are delivered, the user has all the controls of the standard UI vs. html list. NOTE that the Global search is not sufficient
filtering a subform lookup with a mainform field
Hi! :) I have a Products form with a lookup field on Factory form. I have an Order form with a lookup field on Factory form The Order form has a OrderItems subform with a lookup on Products form. At the subform OrderItems I want the lookup on Products form to show only the records that match the Factory chosen at the Order mainform. Is this possible? Thanks :)
Report based on multiple forms without relationship
Hello, I have two forms and I would like obtain a report of either. I'm interested of two fields (one date and one integer) and I ask how could I join this like sql. This form doesn't have any relationship. Thanks, best regards Maurizio
Subform : Report with subform rows and relationship with main form
I have Form A with a subForm B. 1 record in form A has 3 records in subForm B. I would like to have a report with the 3 subForm B records and with also some fields from Form A. Is this possible ? Many thanks !
Show/hide in mobile
Hi Zoho, It would be great if there was an option to hide/show reports/views/forms in mobile app. Kind of like a publish setting, but strictly for mobile app. There are select forms and report that I only use on the mobile app and some html pages that only work on web version... Please consider for future enhancement. Thanks.
Jump to a specific place in a form
Hi Zoho! I'd like to give the users a link to a form, that directs them to a specific field in it. (So the form will open with the window scrolled down to the field) How can I do this? Thank you Ravid
Diferent layouts for diferent sections of a form
Hi! :) Is it possible to have diferent layouts for diferent sections of a form? I would like to have a form with two columns and a subform that would fill all the form. Thanks! :)
validate UploadField { script manual mandatory }
Hey community im just curious is there a way i can validate an upload field with a manual mandatory script if.UploadField does not contain = ".png, .jpg" { cancel submit; } or if = null / "" / 0 or something along this line ??
[Solved ]sendmail from NON zoho.adminuserid / zoho.loginuserid
Hi, I used to use a simple form from built in features on the Sites app. Not knowing the Creator app can allow me to do much more. So i bought a subscription for a standard plan with Creator, and built an app with forms that i am very happy with, with some help from support already. Thanks for that. But now there's one last thing I wish to do, but it seems like a bit of a road block now. I hoped to do something like this: sendmail [ from: input.Sales_Email to:"helpdesk@company.com" cc:input.Sales_Email
How to hide the field before submitting and updating after successful saving
Hi All, I am trying to develop ticket management application for practise. I have added below fields in form. Status List should not be visible while submitting the form. Once form is submitted Status list should be visible with assigned value. 1. Subject 2. Decription 2.Product 4. Priority 5. File 6.Staus -- 1. UnAssigned 2. Assigned 3. Completed. After submitting the form Status should be UnAssigned. Regards, Nagendra.
Alphabetical order in lookup field not working correctly with spaces
I have a lookup field that has people's names, and the options are sorted alphabetically. They are correctly sorted by first name, but if there is multiple people with the same first name, then the last name isn't being sorted alphabetically (see screenshot). The options for the lookup use a formula field which returns: First_Name + " " + Last_Name
How do I get a custom app in to CRM
So, I created an application in Zoho Creator, and can't get it in to my Zoho CRM. I have only created a form at this point. The goal is to have a related list on my accounts. Support said that it would appear in the list of Extensions for my Zoho CRM's CEO (Setup > Extensions & APIS > Zoho > Build Custom Apps > Manage) But it does not, I shared it with her and it still doesn't appear there. Not a big surprise that support was wrong (I have contacted them 5 times, and they have had a correct answer
BUG
Hi, I am try to create "library management software" by using ZOHO CREATOR.I have a "ADD BOOKS" as a form.In that form,I have a LOOKUP field.Now, I am not able to see that field in form but I am able to see that in WORKFLOW and in LIVE MODE OF APPLICATION. Kindly,help me. Thank you.
Error - There is no such view in Zoho Creator
i used HTTP JSON request to access to my views but i have the response : There is no such view in Zoho Creator i use the url : https://creator.zoho.com/api/json/jb10/view/KC_Masters_ExtraTools can you please help me
uploads sent to Box.com?
I use Box.com to store files. Id like attachments uploaded on Creator apps to get sent to Box.com. I can't use Box.com upload embed script because ZC doesnt support javascript. Box.com also accepts uploads via email attachments. Is there a way to get the notification email on form submission to include the file as an attachment rather than a link to send to Box.com?
Next Page