Change font size on data entry?
Hello I have a multiline field and my users are asking if there is anyway to increase the default font. I am referring to the size of the font as they type in the field. Some are having trouble viewing/navigating a large multiline fields on their phones.
3 showstopper problems - Function, Formula Field, Loading
I am facing 3 serious problems as I approach a Go Live deadline. Has anyone ever experienced any of these 3 issues: (btw, we switched to the new UI 4+ weeks ago and can't switch back) A. Ghost function: I am trying to delete an unnecessary Lookup field and I can't because Zoho claims it's used in a function that does not exist, what I call a Ghost function. 1. Event.Staffing_Status_2326100000001224424() I had a function called Event.Staffing_Status (without the ID). I deleted the function,
Import XLS
I'm sorry to be a nnob, but I can't find anywhere to import records from an xls into a creator db. I read that it was in settings on the live form, but I can't find this. I have admin proveleges. Thanks NT
Left field type is string, right field type BIGINT
Dear, I am trying to look up a value in a form field (field A), based on input in another form field (field B). In the "On user input" field of field B, I have the following code : varA = Status_action [Status_name == input.Status_name]; input.Status_ID = varA.ID; However, I get an error that the field type of the field on the left is String, where the field type on the right is BIGINT. (in reality, the field on the left is a lookup field, looking up the field on the right; hence I would think
If rate currency field is blank pull from a joined form a default rate
We have a billing form that contains a project id. We would like help in the following please. If the client rate is not entered in the billing form we would like to pull the rate from the project id form from a billing rate field. If the user changes the input it should not pull from the project id - billing rate field.
Creator New pdf creation engine?
Hey, is there any info on what this New pdf creation engine for creator enhances? I'm most interested to hear if it allows for page breaks or page numbers? Thanks
Make the browser tab text relevant
Like most people, I have a number of Zoho Creator tabs open on my browser at any one time. However, the text next to the tab icon is always the same. It would be really useful if the text next to the tab icon was the name of the view currently displayed in that tab.....thus making it easy to select the tab I really want.
Displaing text / comments to a form
Hi Zoho, In my form I need to be able to display a few text lines between fields, and also comments for a field. to make myself clear - these are text lines I write, not the user. How can I do this? Thanks Ravid
Getting a list of the contents of a field for all rows of a subform
Hi, I want to make a field in the parent form which lists of the product names fields in all the rows of a subform So if someone has bought a TV which is one row, a stereo which is another row and a microwave which is another row the parent form's field would return "TV, Stereo, Microwave" How'd I do that - I can't think of a search that doesn't use the word 'list' which gives me the wrong sort of answer thanks
Test User can not access database
Hi, my secondary user can not access the creator database I have created. When it attempts to log in to the creator site and select the application the messages says you have logged in as vicandreuben@gmail.com. You are not allowed to access this application. But I have selected them in the user settings to be able to use it. When the user attempts to use the apps through Zoho CRM, which is how they will be using it when it is live, they can view the forms I have linked to, they can see the test
How to hide fields in subforms based on input in other fields in the same sub-form?
I use a subform in my mainform that contents a row with 4 fields. How can I hide some of these fields in the row based on the input added into this row-fields?
Insert an image (created QR Code) in to a form or report from a url
I currently use a formula to generate my QR codes in excel through goo.gl which is : =if(isblank( A4 ), "", image("https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl="& A4 )) in the above code if A4 ( which is th item name or number or code or what ever) is blank then the cell with the QR code is blank. if there is text then a code is generated with that text. my question is can i set a field in a from or a Deluge task to display the same ? thanks
getting information for a Subform join table
Hi, I am trying to get a on user input script to copy information from a emergency contact form into the join table that is part of a subform. The master form is Call_Sheet, the join table that is part of the subform is Emergency_Contact, the form where the information is held is in Emergency_ContactsINFO. Basically the alert doesn't trigger which means my if isn't working- and I don't know why. if (Emergency_ContactsINFO[ID == row.Emergency_Contact].count() > 0) { emginfo = Emergency_ContactsINFO
making picklist for sub field
Hi, I have tried to get a picklist to pick only the equipment related to a type dropdown but it only lists one of the choices when there are three available. So the type lists Camera, Sound and Lighting The names would be Reuben's Fs7, Gregs A1p equipmentinfo = Equipment1[Type = row.Type].ID; row.Equipment_Name:ui.add(equipmentinfo); Thanks
Changing table border weight
Hi Zoho, I have a realllyyy big table. I'd like to have the table split, visually, by thick border lines. I've attached a picture to explain myself. How can I do this? Thanks! Ravid
Change start index of an auto number field
Is it possible to change the start index of an auto number field? after the first chance you have when dropping it
Best approach to obtain data from this type of Map
Hello, I have the following code snippet and I wanted to ask fellow dev on what is the best approach to obtain data from this map. What I'm really interested in is getting the Company string data from this map. Below I use a combination of prefix/suffix functions to get the desired data but is there a way to get the same data using map.get? MacLookupMap = { "responseCode" : "100", "responseText" : "[{\"company\":\"Lenovo Mobile Communication Technology Ltd.\",\"addressL1\":\"No.999, Qishan North
No idea what is wrong with this send email script
Hi, I wrote this code : if (input.Valor_Total_Orden <= 4000000); { sendmail [ from: zoho.adminuserid to:admin@vallesalud.com subject: "prueba OC" message: "prueba OC" ] } and I keep getting this error: Error at line number : 2 Improper Statement Error might be due to missing ';' at end of the line or incomplete expression and I have no clue what could be wrong in line 2. Does anybody know?
addMonth not working
Any idea why addYear works but addMonth does not?
Send mail function with conditions
Hi Zoho fans, I am working on a purchase order form, in which I have several fields with customer info, provider info, etc. Among this fields a have a Total field, the final cost of the order. If this value is less or equal to 1000 it doesn't need to be approved so I need to send it to email addressA. But if the Total value is more than 1000 it needs to be aproved, so I need to send emails to email addressA, email addressB and email addressC. How can I do this?
Auto Number with different start index for different accounts
Hello Zoho community I am creating a Purchase Order form, in which I have an Auto Number field, for the number of each order. There is also a Lookup field with the companies we take orders from. Each company has a different count for the purchase orders. I would like the auto number field to relate the order number for each company. Example: Company A = current order 1 company B = current order 234 Company C = current oder 123 So, when the user selects in the lookup fiel company A I wold like the
Error: 'BIGINT' trying to update 'STRING' data type
Hello, I'm trying to fetch data from a report to auto fill a form. When putting in the code, I get an Error. Can someone help me fix this? Error at line number : 5 Variable 'First_Name' is already defined of data type 'BIGINT' but trying to update 'STRING' data type if (OC_Information[ID == input.Employee_ID].count() > 0) { ocinfo = OC_Information [ID == input.Employee_ID]; //input. refers to fields in current form input.First_Name = ocinfo.First_Name;
Indent inside a table cell
Hi Zoho! I'm trying to indent the text inside a table cell. So far tried "<td style="margin-left:50px">" and <td style="margin: 0 0 0 50px;"> <td cellpadding="50"> - all with no luck. <th></th> is not an option here. Any other solution for this? Thanks! Ravid
Scripted Record summary
We are currently using a form that contain many customisable products. The user customer can choose to use one or many of these. This was simple to solve in the form by hiding unused products, however when the customer has only chosen one product in the form the record summary still displays all of the options. My question is, is it possible to script the Record summary so that entries only show options that have been used? Or are we able to switch Record summary templates via a script when the
Custom actions - passing functions in criteria
Under Custom actions of Report, I am trying to add a criteria as shown in the image. For some reason it is not working. I am not able to pass ID as argument to the function - isValid. Any work around to pass the ID or the entire record as the argument ? Criteria (image attached) ID equals thisapp.wf.isValid(ID)
Customer Portal Sharing Data
I have created a developer profile and created a simple app, and customer portal. I have added a record to the app. I have then created a customer login to use/test the app and added some records. The problem is that both profiles see all the records. If I have 2 customers, they should only be able to see their own records, I can't have a system where they both see each others records. Is this possible? Surely it is a setting somewhere, but I cannot find anything in roles/permissions etc.
Can´t submit a main Form with subform
Hi, I'm trying to create an order sheet with fields like: "authorised by", "request by", "department". Then a subform with: "Product", "Quantity", "Price" and a "Subtotal" field per row. And finally a "Total" field in the main form which sums all Subtotal fields in every row of the subform. Right now i have this scripts: On user input: input.total = 0.0; row.Subtotal = 0.0; for each row in Orders { if (((row.Quantity != null) && (row.Price != null)) && (row.Subtotal != null)) {
How to refresh time display on each browser refresh (HTML page)
I script a HTML view with codes like TimeNow = zoho.currenttime; but when I insert code using <%=TimeNow%>in The HTML to display the time, it remains unchanged when next time I refresh the browser. Then I realised that even zoho.currenttime cannot be refreshed in HTML workflow during a certain time period. I found another time of starting a new session of browser can or cannot get a latest time display. So..... is there anyway to fix this to get a refreshed time once browser is refreshed. Many
How can I create individual records from a subform?
is it possible to create individual records from the inputs to a subform instead of displaying everything in the same line?
Aggregate formula
Hello! I have two forms with following fields EmployeeForm Employee name Hourly wageTasksForm Date Employee name Task Time spent I want to create report based on TasksForm that will summarize all the time spent by each employee and dynamically calculate employees salaries according to their hourly wage. Is this somehow possible? Thanks in advance for your help!
Add record in table
Hi, new to Zoho Creator, so far working with MS Access. Is ti possible to somehow have an Line in table view. where i could enter data? I mean, when adding new record, does it has to be by opening Signle record form? Tnx
Deleting scripts
Hello - I am working with writing scripts for field actions on a form. I wrote some simple scripts to cause an alert box to appear, etc. when a field on the form was "user input". However, now I cannot delete the script. I go into the free form script and delete the lines, but, when I access the form and change the field, Zoho puts up an "Error message" that it cannot execute the user script. Yet - there is nothing in the script I can see? I am sure this is simple to fix, I just cannot find out
Why is creator adding rows in a subform when it opens a form?
Hi, when I open up a form Zoho creator adds records to all the subforms, triggering all the add row scripts and giving me errors because they calculate off fields that haven't been entered yet. Why is it doing this - I don't want rows already created. How do I stop it? Thanks
Where do I find a comprehensive list of Zoho CRM fields to use as reference for mapping
Hi, I have got some great help in learning how to create a task in crm from creator but I don't want to have to go back to you guys every time I want to slightly alter my map or create in a different CRM module. Where can I find a comprehensive list of CRM fields and their deluge names? The list that is in the setup section of Zoho CRM does not seem to be complete and does not include the deluge names. Does this exist? Thanks again for the help
Customer Portal - NullLogin capture
Hi All, We know that via Customer Portal, we restrict who sees what from the main-app. This is good, However, when it comes to reporting (HTML-page-custom-reports-kind), there will be links to other forms / reports / pages within the zc app, (which makes sense as a whole) However, since those (forms / reports / pages) are not explicity shared to the CPortal urser he has not access to them .. this is good too. It has to be this way. However, what comes next is what troubles be a bit from UI perspective.
Restrict access rights to Forms and Views on ZohoCreator application main page
I am creating a Zoho Creator application that should allow users to edit information in existing records, but not to add new records. In addition users should I created a View and a stateless Form that are embedded on my website and that allow users to edit information in existing records, but not to add new records. In addition I created a handful of additional Forms that are opened as popup windows from the stateless "main form" that allows the user to edit detail information. The Views and Forms
Customer Portal and Pivot Charts
(Note: I am new to Zoho Creator) I am creating an application using the "Customer Portal". The data shown to the customer is limited to their own data. This is working for all Reports except when I try to make a Pivot Chart. On the Pivot Chart I am only able to add a Filter "ZRCriteria_Added_User". When I do this is shows all the Customers data for everyone (and the dropdown list of all users). Is there a way that the data shown is automatically limited to the logged in customer?
String to Value
New to Zoho, How can I convert a String to a Value? I have two drop downs that rage in values from 1 - 5. I would like to sum these values in a formula field. Any help is appreciated.
Trialling Creator and need help
Question 1 - How would I add two fields from different tables? The first field is date field "Purchased Date" from Devices Form and the second is "Warranty" a number field (3 digit) representing the number of months from Products table. I want to populate a "Man. Warranty Expiry" date field in Devices Form. Question 2 - I have created a support ticket form with "Ticket Raised" Date-Time field in the Tickets Form. In another table I have an "On-site response time" which is a number field to illustrate
Copying the sub form in a same form
1. I have a form which includes a sub-form 2. I have a radio button after the sub-form asking YES or NO what i want-: if client clicks on NO, then he should see a second sub-form autopopulated by the values which he filled in first subform. how to do it. thank you for your help.
Next Page