searchRecordsByPDC and datatype mismatch
The following code gives me the following error Mismatch data type for function get at argument index 1 expected data type BIGINT found dataType STRING The error occurs when setting value of cfirst and clast. I don't see what this should be happening. These variables have not been set before and they should be string values. Why is zoho saying they should be BIGINT? CRMContactSearch = zoho.crm.searchRecordsByPDC("Contacts", "email", Client_Info.Email); cfirst = CRMContactSearch.get("First Name");
ZOHO CREATOR ADD RECORD JUST SPINNING...15 MINUTES AND COUNTING
TRYING TO ADD A RECORD...WHEN I TRY TO SUBMIT, "PLEASE WAIT" IS ALL I GET....HELP!!!!!!!
Start Page or Default Page for Customer Portal
Where would I set-up a default page or the start page for after the user logs-in from the the customer portal. Once I figure that out I can create a generic page that depending on the permissions can forward them onto the correct page, but I have not idea what page/report/form it will show by default. Any help is greatly appreciated.
Returned input not inserting into a field
Hello, This morning I wrote a small script to look up the ID of the users selection and put the result into another field on an on click [create] button. My returned information will display in the alert box i added to check, but the returned value in not being placed into the field... at least not that a user can see. Any thoughts would be greatly appreciated. Here is the code. // Match the Customer Information with the users selection. // ThisSite = Customer_Info [ID = input.Select_Site]; //
Download attachement with WEBCLIENT()
Greetings Im trying to download an attachement from a survey made it on zoho Creator, im using webClient to download the file but it only download 42kb from the file, is there any restriction about it?
Download attachment from zoho creator via API
Greetings Well i already make the link from the attach is the next one : https://creatorexport.zoho.com/zohoadmin221/claim-form/Aeroprotect_Form_Report/2729692000000957031/Attach.File_upload/download/1435693103969_Test.pdf?privatelink=TFtNwDdkDBJ1juZjnrJKFaAmHXm5qjppS2webRF9s5z8UaZ8kSFyzUC0JVdKNvOTEkmgEvOqs4rYrr1dV5u268J10pngtbZOyWGt So i want to download this url-file to my computer via code, but im having an issue .. Does any body can help me with this... How can i download this url into my machine
Referencing a Form in a Function
Hello - I have a function (call it "check_for_dups") that is currently used to identify potential duplicate records on a form. I have recently created a copy of the form, modified it slightly, but the field names that are used in the check_for_dups function are all the same. I'd like to re-code the check_for_dups function to work for either of these two forms by referencing a form as a variable instead of using the actual form name throughout the function. However, I don't see a method to declare
How to access items of dropdown
hi Suppose i have 2 dropdown a and b i want to hide or show items of dropdown_b on the basis of the items selected in dropdown_a. so for this purpose if (input.dropdown_a == 'a1') { // hide b1 and b2 of dropdown b , lets say dropdown b contain b1,2,3,4 } please provide me the syntex for accessing item i.e. b1 , b2 of dropdown b Thanks and Regards
One page, two forms, update a dropdown
Hi I've got a data entry HTML page with two embedded forms so that users can enter data to two different forms from one place within my application. However form 2 has look up fields linked to records in form 1 When a user enters a new record in form 1, I want to update the dropdown lookup fields in form 2 so that the new data is added to the choices. In other words, how do you force an embedded form to refresh from an HTML page? Many thanks
Error Evaluating MAP expression in previously working forms.
I have been having errors in my application saying the following: Error in executing Set Variable task. Unable to update template variable xxxxx. Error evaluating MAP expression : I was getting this error for a quickbook integration i have an open request for help on. Now this error just has appeared on an old form that was working as of last week and now not working... I'm beginning to wonder if i have an application problem rather than a coding problem going on. The new error has appears in my
How to access items of dropdown
hi Suppose i have 2 dropdown a and b i want to hide or show items of dropdown_b on the basis of the items selected in dropdown_a. so for this purpose if (input.dropdown_a == 'a1') { // hide b1 and b2 of dropdown b , lets say dropdown b contain b1,2,3,4 } please provide me the syntex for accessing item i.e. b1 , b2 of dropdown b Thanks and Regards
Insert Data into view by Stateless Form
Hi I am trying to insert data into a collection of records based on Criteria by Using Stateless Form. Below are the screenshot of What I am trying to achieve by Using stateless Form -- on Success Action. Screenshot -01 : Here is the data view , There are Seven Columns : one is Market Name and rest are the MVPD names under the market . Screenshot 02 : This is the Form that will be used to insert a MVPD to all Rows of above View. screenshot -03 : This is the Final output on Action of Stateless Form
Edit link to record public portal URL!
Hi, Using "https://creator.zohopublic.com" in URL to link to edit a record works fine, but when I replace this with the customer portal URL it ask for login. How to construct the URL to edit a record using public portal URL? Thanks, Damien Cregan Hire an Expert
Picklist to determine content of another picklist
I have since resolved this by following the guidelines here: https://www.zoho.com/creator/help/fields/configuring-conditional-drop-downs.html I have created an order entry form based on the New Order Form in the Order Management application. In time we could have many hundreds of products and the prospect of scrolling through these in the Product Name field looking for a single product will be somewhat daunting. Image Add Product At the time of loading a new product we also assign it to a Product
OpenURL: Error message Improper statement
Trying to use OpenUR with the following but I get an error message. ZC with Google Apps url points to a document on Google Drive in the apps domain url will work in Safari Document is shared with anyone in the domain for viewing openUrl(https://drive.google.com/a/homesold.pro/file/d/0Bxt4E-nnZA0cUUVpc1BESTNpUnFPSzBMaXlZMVBPbkVqUk5r/vie","New window"); Thanks for any assistance
Default Date (Future Date)
I have a project status form. In add row, I need the start date to be a future date. I can do this easily for current dateh but don't seem to be able to code this for a future date i.e.09-01-99. any assistance is appreciated!! Thanks Edith
Create an app : how to create picking list
Hello, I would like to build an app with Zoho Creator, that looks like the "Events" app already provided, but with others capacities. I want to reproduce the function of "picking list" for invitation (cf. screenshot). I've already tried to put the "Lookup" and the "Zoho CRM" field in ZCreator, but it only allows to choose one contact or one account, but not to pick severals. Does anyone have a solution to help me please ?
java.lang.NullPointerException error
Everytime I try and add a "To:" email other than zoho.adminuserid, it returns the following error: Improper Statements/Expressions found java.lang.NullPointerException
Set Value of CRM lookup Field in Creator
I cant seem to figure out how to use deluge to set the value of a crm lookup field in my form. The look up field refers to the crm Leads module. I already have the lead id that the creator record is referring to in the crm but i dont know how to use this to set the creator crm lookup field. How do i take the crm lead id and set a crm lookup field in creator? The Deluge Name of my creator crm look up field is: Customer_Name The Field ID Name is: Customer_Name_ID If i use the following code the crm
Link to a Picture/file uploaded to creator
Hi, if a file is uploaded to a form in creator, a link to that file is created. if I want to change the file even though I keep the same name for the file, the URL link changes (a numeric part of the URL separated by an underscore to the file name) http://creator.zoho.com/DownloadFile.do?filepath=/1435263555952_practicorte2.png&sharedBy=yaxche&appLinkName=catalogo&viewLinkName=Fotos_Lista my question is if there is a way so that we keep the same URL for an uploaded file even though the file changes
HTML Template Page
Hi all, I've been digging around for ages trying to find ways to make my application less redundant. Basically, I've got a header, footer, and css block that's been copy/pasted across many different pages in Creator, and I'm wondering if anyone knows of a way within Zoho to generate html/import it from another source such that I could create a template of sorts? Also within that realm, does anyone know how to access external stylesheets on pages, as the html <link> tag doesn't seem to work for me?
URGENT: pusblished content not showing up
Hi, I have an urgent need. some public content is not showing up to the public. If I log in I can see the content but this is for public use. This was no problem two days ago. Please help. say for instance this: https://creator.zohopublic.com/yaxche/catalogo/view-perma/Productos_Page/TRBRXUCHQZCQU1y4dsV66KZa1ZMsDRkpzS6TJZxfKPDwXOX56UdZEuYMF5w3FSH9SZh0xn07BRNhFy1MsTWtBpxDZ53y92GRbtvy/Tecnica=102 data is showing up fine, it is the picture what does not show despite the view it refferes to is in fact
Email Notications - Are they Stored?
Hi, Can emails sent from Creator be stored or attached to the record it went from? We need to see the email after it has gone? Or can they be attached to a contact in ZCRM? Or if thats not possible....is it possible to send an email from ZCRM...or would i just set up a workflow in CRM when a field got updated......? Chris
Internet Explorer does not insert Turkish Characters inside CRM InsertRecords API Calls
Dear All, Anyone have problems in executing Zoho Creator apps inside Internet Explorer? We have a Creator Application that inserts records to Zoho CRM with PostURL XML calls. We have identified the Creator app works fine on Chrome and does not work on Internet Explorer. That means, Creator Application inserts correct records with Turkish characters on Chrome but not Internet Explorer. We presume that Creator codes are executed on the client side and use the client language & international parameters.
how to detect that NUMERIC field is not filled any data?
hi! there is NUMERIC client_mobile2 in form try on "on edit - on validate" make some checks for filling fields task - to find situation where client_mobile2 in not filled any data. how to make this check?
Incrementing numbers on Add Row, based on value in previous row (in a SubForm)
Hi there, I'm building an inventory/order system (yes, yet another onw :-) and when we receive goods, we add serial numbers to them. I will often get 20-30 new items with running numbers and I'm looking for a way to automatically increase the serial number for each new row I create... so something like if (row[-1].S_N != null) { row.S_N = row.[-1].S_N+1; } Can this be done ? Cheers, David
how to count how many checkboxes has selected?
hi! need count how many checkboxes has selected in entry it will work at "on edit - on success" how to make it?
how to append entry to multi-line field?
hi need log all operations with entries. and think using multiline field - to append custom entry on every "on edit - on success operation" how can i append entries to multiline field? see example
Provide "Duplicate" function for Stateless Forms
It would save a lot of time if Sateless forms could be duplicated to create varitaions, instead of rebuilding every time from the master.
Updating a time in a timesheet record but not the date
I have been trying to set up a report where, if you update the time for a record it updates the time but not the date associated with it. I am able to get the time to update properly, but I don't see any way to get around the date updating the Actual_Time, Total_Time, and Lunch_Time due to the zoho.currentdate variable. Any help would be greatly appreciated. date timesheet.strToTime(map timeMap) { hrs = (input.timeMap.get("hrs")).toLong(); mins = (input.timeMap.get(("mins"))).toLong(); timeValue
Updating a form on the iphone app for a field with decimals
The iphone app for creator use a , (comma) instead of a . (fullstop) to indicate the decimals. How do i correct this? Dawi
Using portal URL - Public link
Hi, I've set-up an automated email for portal users to click a link to a form and enter their response, as the form is public this works: <a href='https://creator.zoho.com/" + zoho.appuri + "/form-perma/Form_Name/Record_ID=" + record.ID + "&Email=" + record.Email_Address + "&Event_Details=" + eventDetailsID + "&Availability=Yes'><u>Yes, I’m available</u></a> But I would prefer to use the portal URL without the user having to sign in like: <a href='https://myPortalURL/form-perma/Form_Name/Record_ID="
Brand new to Zoho Creator! Please Help!
I run a flyer delivery service. I'm trying (unsuccessfully) to create an app in zoho to track the flyers going in and out of the office. It's pretty simple, I need to check them in when they come in, and then check them out when they go out. I built an app that can do that. The problem I am having to getting it to automatically figure out the number left by client. This is an example: Let's say "Client A" bring in 1,000 flyers. I would input that into the app. I got that much. Then "Client B" bring
The "Share Data With Peers" option does not appear to work.
Please refer to this: https://www.zoho.com/creator/help/security/manage-roles.html · “ By default, users of the same role cannot access each others data. For example, the VP Engineering cannot access the VP Marketing data and vice versa though they are of the same hierarchy." This appears not to be the case. In my application, users in the same role can see each other’s data, regardless of who ‘owns’ the record. I have “share data with peers” OFF for the role. I have tried deleting the
Upload File Hanging on submit
I have created a simple form to allow account managers to upload an excel invoice and complete details which when submitted then generates an email to finance. Finance should in theory then be able to access the report and download the invoices once a month when they do the invoicing. Unfortunately when the account manager uploads a spreadsheet, completes details and hits submit the details of the file disappear from the box and the page just hangs so is never submitted. If no file is uploaded then
Android app crashes when trying to load reports
Hi, I have a problem with the android app on my tablet (Huawei MediaPad 7) running Android 4.3. It loads forms ok, but it won't load reports. It just crashes every time. It tries loading and then says, "Unfortunately, Zoho Creator has stopped." It does this for every report. I have the app installed on my Samsung Galaxy s5 and it works fine. Please help. Ben Taylor
How to pre-filter dropdown via deluge when is a lookup from a different App?
Please help with why we get errors when querying a form in another app. In "APP2" we have some lookups that are from "APP1" (GREAT that Zoho can do this! :-) In APP2, for the lookup APP1 --> Property, there are a lot of records, and we'd like to pre-filter this lookup, via a "choose_state" dropdown for selecting a single State, and an OnUserInput script that queries the records by that state and sets the UI dropdown. (We've done these before and have no trouble with the details. But never "across
Reports
How do I make the records in a report that I share with users not editable by them?
Send email from a fileld
Hello, I'd like to know how can I send a mail from a fileld in a different form. I have one form to customers register and another form to sales. My ideia is send a mail each new entry on sales form. Thanks a lot! Iedo Brazil
Adding text fields to choices in checkboxes
If I have a Field with check box choices, can I edit the choices so there is another field? For example, if the check box choice is "other" can I add a field for someone to write in what their other option is? Similarly, if someone checks the check box "Food" how would I create a text field that allows them to type in information about that food specifically and elaborate
Next Page