Unable to update template variable.
Hello Everyone, I'm experiencing the following error when using getRecordsbyId. Here is the code, see attachment for error as well. Not sure what the deal is. It seems to be only an issue with this type of look up. I've checked the forums and there doesn't seem to be a fix. Any help is appreciated, thanks. if (input.Lead_Id == null) { alert("You must enter a valid lead Id."); } else { crmResponse = zoho.crm.getRecordById("Leads", input.Lead_Id); }
Drop down selection creates a record in another table
Hi All, Is there any way I can have the selection of a drop down list create a record in another table and auto populate certain fields ? Basically to forms with associated tables: Main form is BAU Request and the fields in question are: Service Requested Product Type Serial No Asset No. The second form is called "Repair Ticket" and has the following fields: Product Type Serial No Asset No Basically on the BAU Request form, if someone chooses "Hardware Repair" from the "Services Requested" drop down
Adjust height of Line chart
How do I adjust the height of a line chart? It is taking up my whole screen.
Download apps created with zoho.
HI, I'd created 3 applications using zoho creator. I want my wife to download one of these apps to her iphone, without having to use the zoho creator app, as it gives her access to the other apps, which is not the point. Can you please tell me how to do it? Thank you.
Is there a way to add a color chooser?
I really need to add a color chooser option on zoho creator is this possible? k2thex
Differences in CSV data from manual export and API export
Hello. When I export from a report in CSV format, I get data from lookups and subforms as desired. But when I try to get the same report via API, I get IDs for lookup fields and for subforms (i.e., if my subform has 3 lines, I get 3 IDs). Is there a way to configure this in order to get the same result aI get from the manual export? Thanks in advance.
Breaking loops
Hi Zoho and everyone, how can I create loops based on variables? for example: Date = zoho.currentdate(); End_Date = zoho.currentdate().addYear(1); for Date<End_Date { ........ Date =Date.addMonth(1); } ? Thanks! Ravid
Send Mail with Mailgun
I would like send mail with Mailgun. Anyone could help me? I think to create a function that read from a record "To", "Subject", "Text". Mailgun c# code is this, how can I translate it in Zoho Creator? public static RestResponse SendSimpleMessage() { RestClient client = new RestClient(); client.BaseUrl = "https://api.mailgun.net/v3"; client.Authenticator = new HttpBasicAuthenticator("api", "key-bfac6e09124785239032fbae930fdd69c"); RestRequest
Custom Action openUrl function open in new window
Hello, I have scripted a custom action to openUrl but when I click on the action, it replaces the current page with the URL. How can I make the URL open in a new window? I have used the script below void openUrl(string Email) { openUrl("https://mail.google.com/mail/ca/u/0/#search/from%3A" + input.Email + "+OR+to%3A" + input.Email, " New window"); }
"Dont round if null" within the same script
This is the script that I'm currently using. input.Amount_1 = temp.Amount_1.round(0);I would only like to invoke this expression if temp.Amount_1 != null I have (10) amounts to do this to, so writing an if and else function for each one would be cumbersome. Is there a more simple function that will only round the number if not null ?
Determine file size after completing an upload
Is there some way to determine the size of an uploaded file using Deluge? My app will allow file uploads and I want to measure and limit the space my clients can use for uploads. These will be Customer Portal users. Thanks, Marcos
Can't search Zoho CRM records using DateTime field in query
I'm trying to use the zoho.crm.searchRecords() function. void searchCrmDateTimeField() { query = "(Zoho CRM DateTime Field Name|=|" + zoho.currentdate + ")"; todaysRecords = zoho.crm.searchRecords("CustomModule1", query, 1, 200); info todaysRecords; } The result: {"4500":"Problem occured while processing the request"} I have isolated this problem to searching date-time fields in CRM. I can perform the same search on a date-only field and get results back. This is causing major limitations in how
Check for Submitted Form
I would like to check each morning for a form submission due but not yet submitted. I have a list of people who are required to submit a form for today (Monday through Friday) by 9AM the next day. They are asking for a reminder to be generated at 7AM if they forgot to submit the form yesterday. I will use my SMS function or Sendmail to send the reminder. The people submitting the form choose their name from a filtered lookup to a separate application. The form has Date_field which collects the
Column Total in Spreadsheet view
I would like to know if there is any way to display the total of a column in a spreadsheet view. In other views like List it is possible to show the total,max, average etc.
Custom Action button to filtered Report based on Field Data
Hello everyone, I started using Creator today and found it great for an outgoing proyect. I have been reading doc but can't find a simple explanation to this. TLDR Im developing a real estate app. Have a form with Buyer data and specifications (ex. property type, betrooms, etc). Have a form with Properties list. (Type, betrooms, etc) I want to create a Custom Action button on Buyer report to create-show for example a "print" view of the report filtered by buyer specifications on the Properties list.
Mail Merge with Zoho Creator
If you are looking for an easy method to create a Mail merge of the Form data you have, please use send mail task. Check out https://help.creator.zoho.com/Send-mail.html Creating Advanced Mail merge process (to generate PDF of Form data) involves the following components in Zoho Creator. It becomes mandatory to have some basic ideas about them. Data View HTML View/Page Fetching records from the Form Functions Custom Actions 1. Create a Data View: Data Views in Zoho Creator are used to display the
zoho creator download images
Hi, I need to download the image when exporting to excel or pdf. The link that currently provides is not usefully if I cancel my Zoho account.
Manually edit preexisting entry in lookup field
Hello, I am aware that in a lookup field i can "Add New" entry. But is there a way to edit a preexisting entry within the parent form?
Record summary taking up whole page
Hi! I use a report in a calendar view, and I was able to click on a record and see the summary on the right side of the page. Now when I click on the record, the summary takes up the whole screen. How do I fix this? This is how I see the summary This is how I would like to see the summary
internal short code for fields
hi! there is a big amount of code that changes field_A value in form via workflow rule. and there are about ten other fields where this "big amount of code" exists and repeats. if a value in one of other fields changes - changes value in field_A value because in workflow rules of each other fields there is "big amount of code" sometimes it needs to make changes in "big amount of code". so that it needs to change same codes in workflow rules of every ten other fields it is too complex. how can i
This application is not accessible
Dear Sirs, I have Develooment ''licence'' and just created an app, but I even can't access my own app? Help please! RG Luke
Zoho Creator Application is Crashing on Android
Zoho Creator is awesome on my Apple Device. My colleague's Samsung Galaxy S6 is crashing when using the Application. Images are undersized and and will not enlarge when I press on them on his Samsung. This has provided me with a great deal of fuel to tease and ridicule him for not buying an Apple. I was wondering if the Application has a history of being unstable on Androids and if an update is coming that will rectify this in the near future? Thank you for your help. We are very pleased with Zoho
Send record summary by email
hello, how can i do to send my record summary by mail with a custom action ? thanks you
Problem duplicating / downloading ds files
Hi Zoho, When I click on "duplicate" on my dashboard to duplicate my app, I get a notification "duplication" but then it dissappears and nothing happen (no duplicate is showing). Ravid
Sub Forms updating Sub Forms
I have created a bunch of forms as a data layer 1:1 without considering dependencies. My plan was to use sub-forms and scripts to manage dependencies before a submission... Let me explain. <Form Start> <sub-form-1> Section 1 > A bunch of input required (no dependencies) <sub-form-2> Section 2 > A bunch of input required (no dependencies) <sub-form-3> Section 3> Input required but must have a 1:M relationship to input from <sub-form-2> etc... all the way down the list until...{ In between the
Criteria for 1 record associated with 3 forms
Hello! I have to manage event information, and I have been struggling for days on how to develop a script that pays contractors for each event in a certain way. I have 3 forms ADD (contains info about event. Ex: date, type of event, contractors, etc) Contractors (adds a new contractor) Pay_Contractors (a form that pays the contractors for each event) I created a custom action button for the record summary of ADD. I would like to openURL for each contractor that is assigned to the date of ADD, AND
"Where used " for a field
For any field in a Zoho Creator Form, I wanted to find out where it is used: in functions, workflows, custom actions etc... how can this be achieved from the developer side ? can you add this function for us developers if this does not exist today?
Drop down picklist populated from web page or google sheet
Hi there, I am experimenting with Zoho Creator to build a very simple physical asset library, and am new to Zoho and don't have any development skills. So any advice very gratefully received! I want to check physical media in and out, and to attach some basic details on an online form. One choice that I want available when filling out this form is a 'project' to attach the record to. The project numbering is defined from a project management system (Teamwork). A list of projects can easily be viewed
Export to Import cycle destroys Form relationships. What is the recommended teqnique to maintain record IDs and relationships?
When a record is deleted its key ID is also deleted from any related lookup fields. How can we export to excel a record set and reimport? The import will not overwrite existing or update existing records as far as I can tell. So I deleted the records so the import could succeed. Then I find ALL my related forms via a lookup field have been cleared :( If the ID field is not honored on import what is the known work-around to keep the record keys intact on export/import? What is the best practice to
Edit bidirectional relationship form
Hello! I have created a bidirectional relationship between 2 records. Every time I click on the bidirectional link, I see the record but it doesn't let me edit it. How can I click on the bidirectional link, then edit the record that the link shows?
Pass values to pop up form after success of previous form
Hello, I have a form that pops up after the success of another form. How do I pass the values to the pop up form from the previous form? Ex: In the main form, I enter 1/1/2017 in the date field. After submitting the form, a pop up form appears and in the date field of the pop up form the value = 1/1/2017.
Zoho Creator tutorials
This looks like a good tutorial: https://www.zoho.com/creator/help/images/intro-to-deluge-workflows.pdf Wonder where are the other comprehensive Deluge/Zoho Creator tutorials? Thanks.
Filter for openURL: #View
Hello! Is there a way to automatically filter a report when opened via openURL:#View I am trying fetch_record = <fetch criteria> openUrl("#View:Report_Link?Event_ID=" + fetch_record.ID , popup window) but this opens the full report with all records.
appearing on filter name
Hi - I have a Customer form that collects First_Name and Last_Name of customers. I have a separate form for Orders, that uses a look-up field from the Customer form that combines First_Name and Last_Name, called Customer_Name. On the Order report, I have a filter for Customer_Name. The Customer_Name appears just fine on the filter, but once I select it, the Customer_Name appears as "LastName, FirstName" --- any idea why it would be adding the in there? It should read Last_Name, First_Name,
export date format in Excel
When export data in Excel, the date format is not recognized. How can I manage this? Do you know any way, even throw multiple step or other software, to convert Creator date format in Excell date format? Lucia zoholucia
URGENT Again. Account access restricted?
Hi, I logged on today and found the surprise that I can't see my applicatios but rather see what has been shared with me or my groups, as if I was not the account master/owner....??? all applications I did not share I now can not see.. Please clarfify this to me as soon as possible. Obviously as well I can't edit my own applications!!! the account I have been using: cncdelgolfo@gmail.com (nickname: practicorte) the account supposedly owner of my applications: yaxche (an old nickname) thanks for your
Map Tutorial Advanced
This is a follow up post to the following two other posts.... 1. Map Tutorial (Beginners) 2. Map Tutorial (Intermediate) In this post I am going to talk about some more advanced ideas concepts in regards to using maps and lists together. If you are reading this you are already aware of the power of using lists and maps together to create powerful DS scripts. I'm going to cover HOW TO COMBINE A ZC MAP AND A ZC LIST TO CREATE MULTI-DIMENSIONAL ARRAYS( Think form records stored in script format).
Custom-action button at beginning of line
I designed some "custom action" buttons to use for lines in a form. The button for each line/record is always placed at the end of each record display. How can I move it to the end of the line display in a report? Thanks.
Error Description Needed
<code> Possible JavaScript / XSS Vulnerability in statement "null" at line 18 </code> while using xpath in xml
How can i update more than 100 records in a report by a schedule?
I have a report that have more than 100 record, and i want to update them, why? 'cause i create a code in "On user input" to get the hour when someone add a new record and i put the hour in a Range of time-Field, something like this: but i need to implement this in the records Which were previously registered, im trying to create a schedule but it doesn't work and i dont know why, the function getHour(); doesnt work there? here is the code that im trying to implement:
Next Page