Error inserting a record-Reference Field field_name not having the value 0.
I'm inserting a record with a function. I'm getting the error Reference Field Field_name not having the value 0. Field_Name is a lookup field but it is not required. The funny thing is I still get the error if the field is not referenced in the insert section. I also get the error if the field is in the insert section with a valid value.
Custom Actions: Work OK in stand alone report - Fail when embedded in HTML page
I have never had this problem (see details below) before and have been running the apps in question for years. Has something changed on the Zoho end? Do I need to add new parameters? Within an HTML view I have a report named "SessionsNotYetBilledADMIN". The code for that part of the page is below. <td><div elname="zc-component" viewlinkname="SessionsNotYetBilledADMIN" params="zc_Header=true"><br /> </div></td> If I load the report outside of the HTML page, the Custom Actions work fine. Within
New Pricing
I am wanting to upgrade my Zoho Creator account to the new pricing plan with the $10 per user, but when I click upgrade on my account, it only takes me to the $25 pricing. Is there not a way for me to upgrade to the flexible users plans?
Recurring Tasks OR Events
Request your help. In one of the applications: we are trying to create a recurring Task feature. So the user can specify the Start Date, End Date and Frequency (i.e. Daily, Weekly, Monthly, Quarterly, Yearly). And the system will automatically create those many tasks with different Due Dates. (Quite similar to the way Zoho CRM functions). Is there any Sample Application that I can refer? Thanks: Arnab
Can't Purchase Add-On Usage - Getting Error
I am trying to purchase additional Zoho CRM Integration API credits for my account but I keep getting an error that I am not logged in when I go to pay for the credits. I have attached a photo of the upgrade page and the error I receive when I click submit. Please help! Thanks, Jeff
Format a function field
How do you format the number output of a calculated field? I cannot use the currency fields as I deal with too many different currency types. I'm calculating the following fields: Revenue Per Media Area * Number of aircraft. The results shows xxxx.x (1 decimal) I need the result to show xxxx.xx (2 decimals) One of my fields is set to 0 decimals (and it cannot change) One of my fields is set to 2 decimals Thanks! PS. I'm a beginner beginner so please respond in simple terms. :)
Sendmail Attachments : Template as Inline, Subform displays Label even though it's set to "without label"
Hi, Subform in record summary template when attached to email as "Inline" displays label. Same attachment as pdf displays fine. Damien Cregan Hire an Expert
Zoho Creator connection to an Azure SQL Database
I have a Microsoft Azure hosted SQL Database. How do I connect to it from Zoho Creator by mapping Creator forms with tables in the SQL Database? Thanks.
Updating a Subform with data from the main form...
So, I'm a beginner with Zoho---a real beginner. Can someone please walk me through how to populate my subform with data from a main form? Main Form: I have an "airline name" field and "media area" field. SubForm: I have an "airline name" and "media area" field. When I use the dropdown in the main form to select the airline or the media area, I want the same information to update in my subform. Thanks for any help you can give. DZ
Integrate Asterisk
Is it any way to integrate Asterisk with Zoho Creator?
Unable to fetch records from sales dist report to field view
I have two forms Sales_Tracker and Field_View. I am tried to get the data from sales_Tracker to Field view with a Mobil no as lookup column x = Sales_Tracker [Master_Mobile_No == input.Mobile_No]; input.Distributor_Name = x.Dist_Name; Pls suggest where is the problem ?
Publishing Deluge Code to Another Wesbite
Hi, I am trying to publish my deluge code from a form that I created in an <iframe> format to another website. Can anyone help me with how I go about doing this or where I am able to access the code? Thank you.
Pivot Table refresh/re-generate
Hello, My pivot tables in Zoho Creator are not automatically refreshed with new data unless I go in and Regenerate. It used to be about 10 minutes at most to refresh for new data. Has anyone experienced the same issue? Thanks AA
Display form records into a Page
Hello, I need to create a page that displays the data from three forms based on an option selected from a list, for example: Let's say I have 3 forms: - One named "employee" that has 4 fields: ID, name, phone, extension. - A second form named "department" that has 3 fields: lookupID1 (is a lookup field from the employee form), role, officeNumber. - And a third form named "payment" with 3 fields: lookupID2 (is a lookup field from the employee form), salary, payDay. I need to create a page with this
Add column to list with a calculated value
Hi, Is it possible to add a column to a list, which contains a calculated value ? For example > the value is the amount of records that occur in another table with a given value. Thanks! Peter
Add header rows to report
Hi, I'm evaluating Zoho Creator. I need to create a tabular report with about 300 columns that is exported using a TSV format. This is then input into another system. I have been able to create a report with the necessary columns, and can export that as a TSV file. So far so good. However, I also need to add two header rows at the top of the report. These would be immediately above the row with the column names. In these header rows I need to put some required data for the system that will process
Send mail function not working
I have my form sending emails to the Purchasers when the Employee submits further comments/questions. I would like it to also send another email to the people CC-ed on this request if possible. The Purchasers are receiving their emails without any issues, however the CC-ed people are not. Not sure what is wrong with my coding here: //If staff member sends comments/questions about an existing Request to Create new SKU, there is a CC but no CC1 if ((((input.Comments_Questions_to_Purchaser_Assistant
keep getting "Improper Statement" errors
I've spent hours trying to do a simple IF statement and I keep getting errors. I'm on the trial version and attempting to setup a quick demo for a customer so that they can decide if Zoho works for them. It's a simple Commission tracking application. There are Sales Reps, Expense Categories, Customers and Invoices. On the Invoice, there are multiple Expenses (subform). Based on the Expense Category of the Expense, I need to pull in the Rate_Type and calculate the amount of the expense. It seems
Insert Crm "Contacts" into Zoho Creator Form
Hi, I am using below script to insert Contacts from CRM into Zoho Creator form, it is working correctly except not inserting Zoho CRM Contact Name link . Please see below screenshot contactlist = zoho.crm.getRecords("Contacts"); for each contDet in contactlist { insert into ContactForm [ Zoho_CRM_Contact_Name_ID = contDet.get("Zoho_CRM_Contact_Name_ID") Email = contDet.get("Email") company = contDet.get("Company") ] } Form : Output of Script: What I am expecting from insert Task is like below Could
Print HTML Page in Portal
I have an HTML page that I want portal users to be able to print. What is the functional URL for printing an HTML page in the portal? I tried "https://soundcyclists.zohocreator.com/portal/<appname>/print/Sign_In_Sheet_HTML/ride_ID=" + ID_string where ride_ID is a paramter, but that's not recognizing that I'm in the portal Thanks
Create labels into a lookup field options
Dear All, I would like to ask you if there is any trick or tip of how can I create a lookup field like the filters dropdown (with labels inside the options). For your information, I do not want the lookup to have the functionality of the filters dropdown. Just only if I can create labels like that! In my example the Year and Version are the 'labels'. Is it possible to do something like that with CSS (maybe?) in the lookup fields?
Building a dashboard
Hello, Can anyone help me. I'm building a dashboard with 3 reports. Now I would like one search field which works on all the 3 reports. How can I do this? I'm thinking about a blank form with a look-up field. Hope to hear from someone soon. Greatings, Erwin
In Record Summary view - Sub form data problem
Please see below image .It is record summary view. In this view three column - City , Hotel , Check IN. all are sub form data. I want output like this City Hotel Check IN Bangkok Bangkok Palace 2015-02-11 Pattaya Bella Express 2015-02-16 But i m getting output like this Code Package Details City Hotel Check In ${HOTEL_Rates.City} ${HOTEL_Rates.HOTEL} ${HOTEL_Rates.Check_IN}
Retrieve Data from Zoho CRM to Creator Form
Hi, I am trying to auto populate of Email field of Creator Form based on the selected Zoho CRM Contact Name. I was trying with below script but it is not working crmResp = zoho.crm.searchRecords("Contacts", "(Zoho_CRM_ID |=| input.Zoho_CRM_ID)"); input.Email = crmResp.Email; Screenshot of Form: Thanks Arfater
Multiple customers with multiple users at each site
Hello, I am rewriting a program that I have been selling for 20 years and am wondering if I can use Zoho Creator to do it. What I have is multiple sites with each site having multiple users. I need the data from each site to be accessed by only that site but by multiple users at that site. Is it possible to do this using Creator and if needed the Customer Portal? Thank You, Paul
Update a date field when an e-mail is sent?
Hello, Is it possible to auto-update a date form when an e-mail is sent in g-mail? For example, I'd like to have a "Last Correspondence" date field that will auto-update when a certain gmail account sends an e-mail to the e-mail address in the person's profile. Is this possible?
Stripped Zoho Form?
Hello folks, I was wondering if there was any way to get the Zoho forms stripped to embed into the website like a normal php form input box. The current form includes too much padding with the iframe and I would like to simply include the input box which will take in email addresses and direct the user to a landing page / send email upon completion. The form is currently working to expectation, but I'd just like to have the form simplified to input box and submit button following it ONLY. I
Deleting Users
I want to do some clean up. Will deleting users have any effect or anything?
Date Function eomonth Problem
Good day the following date function eomonth(<start_date>,<nmonth>) is not working on February months that ends on day 28, it only works on February months that ends on day 29.
getting subforms to work
Hi I am having massive issues with Zoho creator subforms. unfortunaltly the how to guides are out of data and unusable. If I can't get the basic fuctiality to work I will cancel the system and go back to Excel!! Can anyone explian to me how I can get a total of values in a subform I.e if my users enter data and it will auto calculate the total. Cheers Dan
Submission Failure with forms Zoho Creator
Hello: We have a form that has been created for people to submit requests for equipment to be delivered to the department they work in. This form has worked well for the past several years but lately we are finding that once employees fill it out and hit submit they get an error message that the form is not correctly filled out. However, the form is submitted to us. In the end users are submitting multiple forms for the same thing because they continue to make fixes and resubmit, Any ideas? Thanks
Record Summary Report - hide empty fields
My record summary shows all fields from my form. Is there a way to hide or not show fields that have no results or are empty? To clarify, my report shows limited columns in order to show the most important info in my list view. Then I can "view record" to see all the info for that record. In this view which is the "record summary", I do not want to show fields that were left blank. Is this possible? Thanks for help!
Google drive
hello, do you hve an example to work with Gdrive in ZCREATOR. the idea will be : My user add an attachment in ZCREATOR, i take this attachment and i send it in a folder of GDrive. Is it possible ? thanks you
5,000 Deluge-statement limit - complete picture please?
I am trying to learn the complete picture about the 5,000 Deluge-statement limit. We realize that scripts should normally NOT come near this number of statements. And that good code optimization will reduce the number of statements. And that the limit can be increased by Zoho, on a case-by-case basis. Our reasons to better understand this is (1) good optimization for all scripts, (2) to be a good Zoho tenant, and (3) the potential occasional need to loop through more than 5,000 records. Could someone
File Storage - Pooled or individual?
I have a Zoho Creator account, Professional Edition, with 5 paid users, I should get 1GB / user for File storage = 5 GB total for our organization. If I do all of the file uploads for my account (no one else does file uploads), am I able to use all of the 5Gb myself, or is it tracked individually?
Request: Optional user-friendly limiter for length of content in multi-line fields?
Since the actual *size of content* of multi-line fields has an affect on the limits for the entire form, please consider offering, as an option, a user-friendly way to enforce a maximum via the UI. For most multi-line fields, we don't need 64K, and for form and DB management would like to limit to something much smaller, in a user-friendly way. For example: Admin defines a multi-line field, and accepts option to "Limit Size" and sets it as 2,000 characters. In the UI, while the user is entering their
How do I post a specific dance class selection to it's classroom roster sheet.
Hi All, I'm very new to Zoho. I have set a up a few applications that allow me to view customer registrations coming in on our website. We are a dance school offering many many different classes at different times of the day. I want to take the information coming in from our online reg form and place it in several records. I am chiefly concerned now with setting up roll sheets or roster sheets on a per class basis so we can monitor enrollment and attendance in each class. Ideally that same record
Get NUMBER (not string) from Zoho CRM
I am trying to get current numerical and currency values from Zoho CRM to be used in mathematical functions. Everything I try seems to return a string rather than a number. Specifics: When new record is created in Creator, match record by Email field and look up existing values in the CRM record. Then add the values from the new Creator record with values from the existing CRM record. Finally, update the CRM record with the total.
Big demand for working example of ZCreator <-> ZBooks API!
Is it possible for you to make available a working example of a API integration from ZCreator to ZBooks? - One .ds file with a working example of posting transactions from ZCreator to ZBooks, and - One .ds file with a working example of getting transactions from ZBooks to ZCreator. We are many, many users which will have great use and help in this!
Changing currency automatically
I have two fields - one is a radio button that shows US $, Japanese Yen, and Swiss Francs. Based on the user choice in that field, I would like the next field, which is a currency field, to use the currency that was chosen in the radio button field. Is this possible, and if so, how would I accomplish it? Thanks! David
Next Page