Mobile application - photo in report
Hi, I am doing some test with the mobile application builder. I have a form to input a text and do photo. Only this two fields. The application works and I can do photo and up load records. My problem is that I cannot view photo in the Report. .. Thanks Pippo
updating one column data into another column in same form
Hi, In my form one field is string type and another field is lookup that means longList.So i want to update all data from String field to long-list based on validations.I have created one custom action for that but i am getting some errors.I think it is problem of type,i am updating string to Long-list.Is there any solution for it. Thanks.
Update a Record in Zoho CRM via Creator
I got stuck in update a CRM record via Zoho creator. I have a form having the following fields. I also created a custom field in Zoho CRM named “Margin”, same as I created in Creator. Now, I want to update the “Margin” (Custom field) in Zoho CRM while we create/update a record in Zoho Creator. I already went through the help file of creator regarding “Update records in Zoho CRM” (https://www.zoho.com/creator/help/script/update-records-in-zoho-crm.html) But, I could not able to get/generate the
Changes to column widths in custom list view are not displaying.
I am new to using zoho creator. I created a simple form and report. I have been unable to customize column width in the list report I created. I changed column properties from auto width to specific px. I tried values that would be very obvious to see if are being used. I removed a column and that changed the view. But no changes to px values changes the view. https://creator.zoho.com/jackalves/service-providers#View:Entry_Report
convert String to LongList
Hi how to convert from String to LongList?. Thanks.
geoposition on zoho creator mobile
Ok, perhaps I'm going to far with requests.... ...but today, reading something about gps and my position future offered by google mobile maps, I fought it would be something really amazing to have also in zoho creator mobile. I've no idea how this should work, but would be very useful for many different applications to have an hidden and automatic field, similar to "added user", providing the position of the user when he/she add a record in a form. Exactly as in google maps, this should work with
Upgrade Standard to Professional account
Hello! When I upgrade to a Professional account before my account expires Standard.It will be charged the difference between the two accounts, or again would be charged total to pay? I have a week with my account Standar this month.
Safari compatibility
Hi, Is Safari 100% compatibile with Zoho? Tks Pippo
IgetPrefix not working
Hi I have sr1 = "CIVEL - NITEROI(RJ)"; sr1=sr1.getPrefix(")"); Sr1 returns an error - any reason why? Raul
How to remove comma from string.
Hi I have a string "Hello test, How are you"!. I need to break that string into "Hello test" and "How are you" and assign these value to input box. There is no split function. Please tell me how can i break this string?
How to create relationship between forms which are not related to each other.
I have two forms in zoho creator Shipping and Product Info. Shipping Form has Bill To, Address, Ship To, Ship to Address and a auto number field id. And in Product Info form we have "Product Id, description, qty, unit price and list price" fields. Product Info form is subform in shipping form. I have to fill all the information in forms and on submit I have to display these fields in page. When I submit the form then shipping Info is displaying fine from shipping view but I am not able to displaying
How to combine multiple view into one without related to each other.
Hello Team I need some help. I have created two form "Shipping" and "Product Info". Shipping Info form has "Bill To, Address , Ship To, Shipping Address" fields and Product Info has "Product Id, Product description,qty,unit Price and List price" fields. Product Info is the sub form in shipping Form. These forms are not related to each other. I want to know following things: 1.) is it possible in zoho creator to combine forms which are not related to each other?
Help regarding updating field from subform to main form.
I am facing a problem regarding the updating field from sub form to main form. There is not relation between main form and sub form. I have added a code on add row of sub form. But it is not updating the field. sum = 0; for each SubForm r in Shipping { g = (sum + row.List_Price.toLong()); } input.Total_to=g; Please reply asap.
Freeze Columns in Creator views.
Is there any way to freeze a column in Zoho creator when you create a view.
Import Permissions?
I've shared a Creator application with other users, but they don't have access to the "Import" option. They can see the "Export" option, but not "Import". Is there a way to give other users permission to import data, or is the individual that created the application the only one that can import data? Thanks
How to show specific data into zoho crm fields.
I have a from which contains two zoho crm fields. One is bind to account and another is bind to contacts. When I select an account from crm fields then another crm field should only show contact related to that account name. How is it possible? string default.getAccountName(int id) { crmResp = zoho.crm.getRecordById(("Accounts"), input.id); accid = crmResp.get("ACCOUNTID"); Billing_Street = crmResp.get("Billing Street"); Billing_City = crmResp.get("Billing City"); Billing_State
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
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
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?
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><%}%>
fonts
Where/how do I change the fonts on my reports in Creator ? They are too large in the reports
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.
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
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
USERS CANNOT ATTACH FILES - AGAIN AND AGAIN
AGAIN - MY USERS ARE HAVING DIFFICULTY TO ATTACH FILES IT IS THE SECOND TIME THIS HAPPENS - I M REALLY GETTING SICK OF THESE PROBLEMS ZOHO IS SUPPOSED TO OFFER ME A PLATFORM FREE OF THESE PROBLEMS
Cannot attach files
This morning we started experiencing a problem when attaching files to our forms. The form has 2 spots for attachments. 1 is a basic upload field, the other is in a subform within the main form. Neither work. When pressing submit, we just get the "Please Wait" icon. Please advise on when this will be resolved. Thank You
How to downlad attachment From xml API
I have the link for the attachment for example this: https://creatorexport.zoho.com/NULL/claim- form/Aeroshop_Refund_Form_Report/2729692000000788007/Attachments.File_upload/download/1433869617150_Aut_credito_cuenta.pdf I know that in the url the word null needs to be replaced by the userName but when i want to download this file this path ask me for a user and password .. The question is any chance to send the userName and password into the URL by parameter and download the file? I will like to know
Creating a new record
Hi, I am trying to figure out the custom function for the automation rule trigged when an invoice is created in Zoho CRM using Deluge scripting. The custom function should create a record (Operation) in the custom module Operations with the Operation Name = Subject (from the Invoices module) and Quantity for this Op = Quantity for the main product/the first in the list (from the Invoices module). I wrote something like this, but it doesn't work: void CreateOperationForOrder ( string invoiceID )
Upload Spreadsheet created in ZohoDocs
Im trying to upload a spreadsheet created in ZohoDocs to my application. I can select the file but when I hit NEXT to go to Step 2 nothing happens
unable to regenerate this report
Hi, I am unable to regenerate data in my report. When I select regenerate I see the message 'Sorry we are unable to regenerate this report'. This error has been encountered on all charts and pivot tables. I have allowed edit access. Our URL is https://creator.zoho.com/zoho_zubin/collision-accident-recovery-services/#Report:Settlements_per_month Please advise. Thanks, Zubin zubin@statelaw.com.au
adress
Hi every one, does anybody know how to include an address in a form. I explain what I mean: the users of my application must inform their address. I need the application to "detect" or to 'auto-completion" or to "list" all adresses in the world. I already use this kind of forms on the net but I don't know if this module is available in Zoho Creator. Tks in advance
Creator
I've shared a form with a member, but this person is unable to edit records. I have a Standard subscription. How do I allow this user to edit records?
How to add a button
Hello, Sorry for such question but I can't find answer anywhere. I found that buttons can be added to Stateless forms, but I can add them only to the bottom of my form. How can I do it near columns? Or take form fields to the bottom part?
Next Page