Select/Deselect in succession does not work!
Hey guys, I managed to find a bug. It has to be a bug. I did loads of testing and can see no other reason this does not work. With my app I am trying to select a corresponding checkbox in another field when a user chooses its equal in another field which
Simple getRecordById deluge -> {"message":"Invalid Ticket Id","code":"4834"}
Hello, i have a big problem with the deluge integrated CRM functions. Every Call like zoho.crm.getRecordById("Contacts", xxxxxxxxxxxxxxxxxxx) returns {"message":"Invalid Ticket Id","code":"4834"} This works fine on yesturday, but today all of our CRM Functions are Broken!!! The ID definitely exist!! NEED fast help, we have over 200 customers on our Portal!!
Zoho Creator and CRM integration Error
Hello, I am using Zoho Creator to create an app that integrates with Zoho CRM data. I am using the following code: leadslist = zoho.crm.getRecords("Leads",1,10); for each leadDet in leadslist { info leadDet; } And getting the following output: {"message":"Invalid Ticket Id","code":"4834"} The documentation says this error is an API authentication error, but I am writing a deluge script from within Zoho Creator Please advise. Thanks
Script Troubleshooting help
I have form called “Add a Student” with a multiselect field called “Enrolled Classes”. I have another form called “Classes” with a field called "Max number of students” and a field called "Number of Students Enrolled” which counts how many students are
URL to form redirecting to app on mobile
I have an app which has a few forms publicly accessible by guests to our organization; they are provided a link to a form-perma in their email. When most try to open the link on an iOS mobile device, the device first asks them to download the app - if they choose Continue to mobile site , it routes them to a login screen instead of the public form. Is there a way around this, or just a quirk of the iOS browsers?
Group Invitation Expiration
It appears that Group invitations expire after a certain period of time. But I haven't yet been able to discover within the Creator documentation what that period of time is. Does anyone know?
Is it possible to have a confirmation message during the form submission?
Hello, We have some forms and all the fields are not mandatory. Sometimes our clients when they add something then they hit the Enter button from the keyboard by fault. Of course then the form is submitted. Is there any way to create a confirmation message
FIREFOX will not show ZOHO database but EDGE will
I've been unable to work on my several (12+) ZOHO Creator database for some time. Now when I try - FIREFOX will not open any database. So I switched to EDGE and they work perfectly. I have no idea what browser my viewers will use so need all to work
Lookup fields in subform demanding unique values?
I have a form for our program sessions that includes a subform for the purpose of listing participants. The subform is a separate form, and includes three lookup fields: Name of the participant Sponsoring organization Occupational institution For some
Search with barcode on pages
Hello, When creating a Page (not a form) is it possible to set a search field to act as a barcode scanner similar to how it is done in the form pages? In other words I want to create a page whereby when I click the search field it activates the phones
How do I unpublished components?
How do I unpublish components? Is there a way to unpublish components from a deleted application? Is there a single place to find a list of all my published components?
How do I see the data submitted in the Creator Customer Portal?
I feel like this is a dumb question. I added the filter: email == zoho.loginuserid So that customers can only see their data, and not the data of any other customer. Now I can't see any of the submitted data as a Zoho user. How are Creator users meant
How to use searchRecords to pull more than 200 records within Stateless form
Hi, I'm using code below to pull open cases from zohoCRM and then looping through the results to create a dynamic picklist. My problem is I've more than 200 open cases. How can I pull them all and assign to searchCase so I can loop through. I've searched and there is no while loop available in Creator Appreciate any help in advance searchCase = zoho.crm.searchRecords("Cases","(Status|<>|Closed)",rangeStart,rangeEnd);
Fill in Fields in Copies of Original Printed Applications
In the Record Template in Zoho Creator, I have put the image of the format in the background. And then I can put the info. Until then there is no problem. The problem is when the format has more than one page. In record template it is not possible to
Zoho Date and Other Questions
Is there a way to up date that the date to today so it can be automatic so I don't have search through all of the months? Can we take off boxes like (email)? Can we add a check box for up dated Address or add we need up dated address? Is there a reason
How to Pass Form Collection to a function?
I have been trying and trying and cant figure this one out! Trying to pass the entire collection to my custom function that I have tested and works. I am trying to invoke a function I wrote that takes all the form info and send to Zoho Sign. I have it
[SESSION ENDED] Ask the Experts #07| Live Q&A: Building workflows with Blueprint in Zoho Creator |
Hello, Post the release of Zoho Creator Blueprint last month, we're happy to tell you that we'll be launching a new 'Ask the Experts' session on 16th September (Thursday) this month focussing on creating blueprints in Zoho Creator. The session will be
Masking or hiding ZOHO url
I wanted to know if there is a way to mask the url showing it is coming from Zoho's server. For example, I create an HTML export of my data to embed in my website. However, when you mouse over the link from the file upload to view an image, the status bar shows it is coming from creatorexport.zoho.com, etc. And then when you want to save the image, it shows it is coming from http://creatorexport.zoho.com I want this to be transparent to my clients. Can you give me some suggestions. Thanks!
Data from a field of the subform doesn't appear in the report
Greetings, I hope find all well and safe! I have a form (image attached) with 2 (two) fields and a subform. - First filed is a lookup from another form (Estate field from Estate form) - Second field is a simple Data field. The subform: - The first field
Feature Request: Add a method for calling cloud functions (Java, Node.js, etc) using the Creator JS API
Many times when building a Creator Widget that integrates with an external service we need to build custom server functions and call them from inside our widget. At the moment this cannot be done. It would be very helpful if we could use the Creator JS
Update a Multiselect List with .add?
bool helpers.testing(Events event) { info event.Event_Specifics_List; event.Event_Specifics_List.add(3206171000012706003); info event.Event_Specifics_List; return false; } Hey folks, inside the form Events I've got a Multiselect Lookup setup. I need
How to force text to wrap on mobile versions of reports
I am developing an app for use on both web and phone. I have constructed a nice Quick View layout for the phone version of a report with a photo on the left and several fields of text on the right. But when a field contains more text than can be displayed
Scroll to record that was just edited
Scenario: When viewing a report with a long list of records, you are scrolling down and reviewing all the data. Then you see a record that needs to be edited. You edit the record and save, but when you are returned to the previous report you are viewing
Set Default Entries for Subform in Script
How can i set the default number of rows in a subform in the script so that it can change dynamically. Thanks!
Triggering a CRM function from Updating a CRM Contact through a workflow
Hi, I am trying to call a CRM function when a tickbox is selected on the form for a CRM Contact. I have this working when you manually tick the checkbox, however i am wanting to do this through a button on a Zoho creator page. On the Creator page when
Pasting Mixed Data into View
I need to paste and store information which includes both text and images into a field. I thought that RTF field would be the best. When I copy web page content (with multiple fonts and images)... they paste just fine into the RTF field. When I copy Word Document (with multiple fonts, formatting, graphs and/or images)... ONLY the non-graphical content pastes into the RTF field. I am missing the Graph and the Image. Can you tell me how I can paste mixed content (graphical and not) into a field
Count Subform Rows in Current Record
Is it possible to count the total subform rows as each is being added in the record that is being edited? So in the below example, the "Number of Children booked in" field would be 2. If I added another row it would update to 3, etc. It needs to NOT count
Fill in Fields in Copies of Original Printed Applications
Does anyone know how to do this? I would appreciate your help in advance. I would appreciate your help in advance. From an original printed application for a security guard, I want to make a digital copy, upload it to zoho creator and automatically fill
Send Email to Co-Worker when Field is updated
I am wondering if anyone has any advice on sending an email to another person in another department when a field is updated. What I want done: We have a price comparison section in the account page in the CRM. When a salesmen uploads customer's invoices
Behavior of roles
Hello, I have two questions concerning the behavior of roles. Unfortunately I can't test this myself right now. 1. What happens if an employee who belongs to Role1 switches to Role2. Can his former peers in Role1 still see the Data he entered while belonging
ZOHO CREATOR RECORD Template
how do you view a record template with custom function. I have a services report and add a button to view i used openUrl but dosen't seems to work.
Fuzzy string matching / approximate string match
Does anyone have Deluge code that does a decent job at fuzzy / approximate string matching?
Lookup field filter
Does anyone have any advice on what I am doing wrong here. When testing separately, the first part of the filter (Head Coach) is working, but the second part (Day/s) is not.
Filters on Sidebar that apply to all records
Before I deep dive too much into building this app I'm trying to determine if filtering on a sidebar that applies to all record views is possible. After entering projects, I'd like to be able to select a checkbox for 1 or multiple projects essentially
Home page
Hi, i'd like to know please, how to recover my deleted home page ?
How to calculate by month
I'm wanting to output totals from 2 months ago, 3 months ago, etc; but when I use "Previous N Months", it's a cumulative total. How do I get a total for ONLY the single month 2 months ago, and ONLY the single month 3 months ago, etc? Current code: <panel>
How can I display dynamic days of the week?
I have a snapshot monitor for our company to see what is coming up. I'm OK with the top 2 fields showing "Today (not visible in my screenshot)" and "Tomorrow" - easy enough. But, I would like the bottom boxes to be able to change as the week moves. If
How to display Zoho's Ticket Timeline's 'git-like' chart inside of Creator or the Creator Widget
Hello everyone, I was wondering if there is a way to display the Ticket Timeline chart inside of a Creator application or the Creator Widget. The Creator app doesn't seem to allow for svgs or nth types, so it wouldn't be able to highlight the current
Only show unique values that fit within a lookup field filter
Is it possible to set a filter on a lookup field and have it only show unique values that fit within that filter? So for example the below field has the following filter: And this shows what I would like to be able to see:
Enable or disable the ability to insert records into subforms from report detail
Hi there. How can I enable or disable the ability to insert records into subforms from a report detail? I have subforms that I can do it on and others that I can't and I think the user is assigned the same permissions for all subforms
Next Page