Changing column width in PDF report?
Hi Zoho, I have an email with a PDF rent every week to certain users. How can I set the width of the columns in the report? Adjusting the column width using the report "column properties" views ok on the browser it but on the PDF all column are distributed evenly (not the preferred option) Thanks! Ravid
Check if all the fields are full
Hi, I have a form that has 80 number fields. I want to check if all of them are full and then send a mail. I know I can do something like: If ((field1 != null) && (field2 != null) and so on until && (field80 != null)) { sendmail } Is there an easiest way? without having to write 80 times the condition.
Custom Modules
Hi.. I am trying to retrieve a record from a custom module in CRM. However, when I try to read the individual field values I am just getting null values. In the example below r1.get("customer") returns null value, is there a naming convention i'm not aware of ? crmResp = zoho.crm.searchRecordsByPDC("CustomModule2", "customer", "xyz123"); if (crmResp.size() > 0) { for each r1 in crmResp { input.Customer= r1.get("customer"); } } else { alert "No machines
custom button on stateful form
Is there a way to include a button or hyperlink on a stateful form that would enable one to call a function in the manner of a Custom Action on a report? I understand that you can do it on a stateless form, but stateless forms are a lot of extra work for such a simple request.
Notes visible in a Report
Hello India ! Does anyone knows here if it is possible to show a note of a form on a report? thank you
Check if a string can be converted into numeric
Hi, Is there a way to create a function to check if a string can be converted to numeric ? isNumeric I'd like to convert kg in lbs but I want users to write "N/A" or other text instand of numeric values. I setup 2 fields. If the user write text, I want to copy text, If he enter numeric value, I want to convert. Thanks for any tips. Pascal Veilleux
Javascript forms to Creator ?
Hello I see CMS like lightcms provide html,css & javascript ability to design the site, Can I create forms in JS to send / receive data from Creator & CRM ? Thanks Fahad
Need Help :How to pass/retrieve the values from query string
Hi, How to pass the values by using querstring and retrieve it in another form.
Integration to Mercadolibre with Post url Task
Hello, I would like to make an integration to Mercadolibre (ebay mexico). At the moment I want to do something like update some basic data but I do not get it to work and I want to know if the code I have at the moment could work ... http://developers.mercadolibre.com/products-sync-listings/#Update-your-item I try to integrate with third party apis using get / posturl tasks. I recommend it, I'm not sure if it is possible. Header_map = map (); Header_map.put ("Content-Type", "application / json");
Pivot table filters old data?
Hi! So to explain this easy: I have a form with columns and rows. The row has numbers (ID) and a column value which can be set to true or false. Entry with ID 1 has the column set to FALSE. When I filter the pivot table that I only want to see the entries which are marked as TRUE - it shows up. As TRUE! Even though it is not. In the Zoho Report popup Windows the value is TRUE But when I check the list - Its FALSE. Seems it has cached some old data? Is there a way of fixing this without having
How can i group a list of input fields?
how can i group fields in a form, to call them in my workflow since a variable?
Is it possible to integrate creator with zoho projects?
I would like to integrate creator with zoho projects. Is this possible?
numbers into words
Hi, I have decimal field in a form.I need convert that field number into words(for example: 123654=one lakh twenty three thousand six hundred and fifty four).I try to write a function to convert that number into words but it didn't work.I also referred in zoho forums for that,But It has a code for international numbering system(BILLION,MILLION) ,not for INDIAN NUMBERING SYSTEM(CRORE,LAKHS). kindly help to write solve it. Thank you.
Auto Generate field based on other fields
I was wondering if i can create a field that will auto generate using what i picked in the form for example. I am creating a form for clothing inventory and I have the following fields Brand - Nike Type of clothing - Shirt Size - L I was wondering if i can generate a autonumber based on what i pick./ So it wuld generate NIKSL003 This number would not repeat Any Ideas??
Public Zoho creator page
hi everyone - was wondering if I could get some direction on a zoho creator page...I have the report ready to go, but in order to have it look like I want to with the custom css, I need to have it embedded in the zoho creator page itself. However, when I go the Publish option under the Page/Settings/Publish, it gives this if I am not logged in: This report is not accessible. Sorry Public, you are not allowed to access Featured_Resorts. Please contact your administrator to get access. I assume this
concatenate text fields with hyperlink fields
Is it possible to concatenate text fields with hyperlink fields? I have 4 fields: text1, text2, text3 and hyperlink. I need to have them together as: text1 + text2 (with the hyperlink hided) + text3.
Calculate distance betwwen two area
I hv plan to create app for car booking like OLA,UBER. Is it possible to get source and destination place from map and calculate the distance b/w two area. Pls Suggest any idea to make this app.
I seem to have locked myself out of my own app
I created an app under my personal account then authorised my work email address to be the administrator and demoted my personal account to Manager. What has now happened is that regardless of which account I sign in on, it reverts to my personal account and tells me I am not allowed to access the app. I had expected that my work email address would become the CEO/Administrator and I'd go from there... I realise now that I should have kept my personal account status as CEO and left the work account
Lost all my data
Hi, I have been trying to create a rect tracker. I had loaded a lot of data and now I find that all the data is gone. Can you tell me why this happenned? What is the security level that is currently there on the site. Pl let me know. Also if I want an audit log of the users can I have that. PLEASE HELP!!!!! Rgds Raghesh rdasannachar
edit entry by record ID only having link
hi how can user edit zoho creator's entry by record ID only - if user has only a link to this record - user do not authenticate himself on creator.zoho.com https://www.zoho.com/creator/help/views/editing-records-via-record-id.html so - how to edit record without authentication and only have a link ?
Just starting out. Is Creator the right choice?
I'm just starting a new project. Its a (minority) sports results system, where members of the sport can input their results and see how they compare to other members. Stats need to be run on the whole results list. Simple database stuff, but with a few thousand end users. What would the cost be? I also want it interactive so people can put their own personal goals in and training plans and have the app return achievement awards. I want the users to link to their trainers and and so the trainers get
How to display image from previously submitted form
Hi, I am trying to display last submitted image in current form. Coll = Form [ID != 1] sort by Added_Time desc; input.ImageBox = Coll.ImageBox; Nothing happens unfortunately. On my mobile it shows loading .....
Lookup fields
Hi. I have 2 forms. In 1st form i collect all data about land plot (number, cost, status, square etc) - it's form like databes - only for administrator. In 2nd form i want to add lookup field "Status" ( dropdown type: sold / free) from 1st form for manager. But i can't do it, i don't see this field in lookup type.
Is there "record" data type I can use to transfer records between applications?
My goal is similar to "Fetch data from related form" in this tutorial: https://www.zoho.com/creator/help/script/fetch-records.html#Fetch_Records ... except the related for is in a different application, not the same application. There are a bunch of questions already asked, such as this one, which is almost identical to my situation: https://help.zoho.com/portal/en/community/topic/problems-learning-how-to-fetch-data-between-applications Except I'd like to get a bit fancy, and instead of retrieving
Has anyone else had deluge scripts disappear?
I am having a major problem where some of my deluge scripts are randomly disappearing. It's not all the scripts in an app, just very specific ones. I have asked Zoho Support about this multiple times but they are unable to replicate so say they cannot help. But it's definitely continuing to happen and becoming an increasingly major problem for me. I saw this forum post: https://help.zoho.com/portal/en/community/topic/disappearing-deluge but the solution there was to not use comments. I am using no
Urgent: customer portal displays blank page
Hi, The 'customer portal' link for my Creator app displays a blank page. I really need this to work. It worked fine yesterday. Does anyone have any ideas about what might be going on? Thanks, Robert
Trouble displaying script value after entering data
I have a subform that I enter string data into 5 fields per record. So for example, size, color, shape, texture, durability. I would convert the data in each of the 5 fields into an integer that equals 1 only if it matches a particular entry using a series of if statements. So if the size is large then it gets a score of 1. If the color is red it gets a score of 1. If the shape is circular it gets a score of 1. If the texture is smooth it gets a score of 1. If the durability is high it gets a score
Hide Null Field in Report Summary
I've got a form with many fields, but not all of them will be populated, in fact most won't. I'd like the client to receive a nicely formatted report summary PDF via email showing only the values of the populated fields. Is this possible in Creator?
Display records on the same page, using URL parameter passing.
I have 3 forms: 1. User_Form 2. Booking_Summary 3. Display On my User_Form, I have the following fieds: 1. Name - Deluge name: Name 2. City - Deluge name: City 3. Check In (24 hours) Deluge name: Check_In1 of type Date-Time 4. Number of Rooms - Deluge name: Number_Of_Rooms On my Display Form, I have Name as my lookup field from the User_Form. 1.Display - Deluge Name: Display_Booking lookup from Name field in User_Form 2.Show Booking - Deluge Name: Show_Booking input type Submit button. Here's
Zoho creator license
Dear All, I am new to Zoho and just going through the tutorials to consider developing an app for my own business. I want an app to collect daily reports data from my employees at different remote site locations. So my employees only input data into the forms that I create. I need the employees to have access control to login using their credentials and have restricted access to the forms based on the login credentials. Now to do this kind of setup do I need all my employees to be paid users (with
Creator mobile app landscape mode
Is there a way to get the Creator Mobile App to: Display in Landscape Mode? To pan right to see more columns?
Zoho Creator Reports Unlimited? or Limit 50?
I am using Zoho Creator to create embedded web forms to collect data and generate reports on that data. On the pricing plan I see under Application Components: Reports Unlimited But under Web Components: Web forms, reports, pages Limit 50 for the Enterprise plan. Does this mean I can only embed or publish 50 total forms and reports? I can limit my forms to keep me under the 50 limit. But for the reports I would now have to use Email schedules. I don't see an option to email the report as soon as
ZOHO Creator - Customer Portal
Is there a way to send a sign up email from ZOHO CRM for the zoho creator customer portal ? Will I be able to use the send email function and send the sign up url ? If yes could you help me with the sign up url ? Regards Jayasree
Is it possible to use a custom function or deluge scripting to export and email?
Example: I have a stateless form that the user enters their email address, a start date and and end date. I want them to be able to select the custom button and it send the email address entered a selection of records from a form based on the date range selected? Is this possible?
Zoho creator - create invoice in quickbooks
I have successfully created a customer record in Quickbooks from zoho creator. I am now trying to create a invoice for the customer but I am getting the following error {"Error":[{"Detail":"Property Name:Can not deserialize instance of java.util.ArrayList out of START_OBJECT token\n specified is unsupported or invalid","Message":"Request has invalid or unsupported property","code":"2010"}]} I am not sure what is the unsupported property.I would appreciate is someone code post a sample of the Quickbook
radio
hi Does anyone knows How i could code the following : " if there is a change of choice in radio/dropdown.. then " I want to disable a field if a change of choice is done in the radio/dropdown I could code for choice A do that and for choice C do this, but i don't want because the Choice may change a lot in the futur thank buddy
Function that prompts for date input
I am trying to create custom function that I can use in a report to: 1. Prompt for a date 2. Will mark selected items as "Ordered and Received" on the specified "Order Date" This works, if I want to set the order for today. But is there a way that I can modify this so that the function will prompt for date entry? void SeedOrder.MarkOrdered(int id) { rec = Seed_Order [ID == input.id]; rec.Status_of_Order = "Complete"; rec.Date_of_Order = today; }
Default entry of today's date without an script?
Is there a way to make date fields in a form default to the current date without an script? I need to do that in order to use the offline functionality to upload the fields in the zoho creator app. Thanks
For a List type report is there a way to change the format of a number?
Can I modify the type of format in a numeric column into a List Report? The number is too long, and I would like to include commas. Thanks
STRING and STRING LIST
Hello the world I got a problem that blocked me for hours. A is a STRING If ( A == row.STRINGLIST) { hide field } How can I match with String and a Stringlist. Because obviously they are not the same kind of data thank in advance
Next Page