Question regarding Twilio deluge task
I am using the deluge twilio.sms.send to send SMS to clients. https://www.zoho.com/deluge/help/twilio/send-sms.html Is there any way to setup the below somehow? 1) I would like when a client receive an SMS the FROM to show a name like 'Transfer' and not
Can I get stock prices in Creator
Is there a way for me to get current stock prices, DayHigh, And DayLow into Zoho Creator the same way as in Zoho Sheet?
Changing the name of Record Template sent as attachment in SendMail
Is this doable or not yet?
Update / Refresh report automatically?
I have 2 forms: newspapers and prices. I have a report of newspapers linked to prices. If I update the price for a specific newspaper in form "prices", I would like to see the price of the existing record in my newspaper report change as well, which is currently not the case. How to automatically refresh the report? Thank you in advance
How do I make a report based on two forms?
Can I combine two Forms in the same report? For example I have a form with the average results of each student and a different form with the preferred assignatures and I would like to make a report (for example a list) combining both forms. Can I do that?
can't select "Collection of record " for multiple record
Why I can't select "Collection of record " for multiple record
Random Sort/Shuffle a List
I'm trying to figure out an efficient method to randomly shuffle a list. Basically an implementation of Fisher/Yates/Knuth algorithm. In order to do this efficiently the best way is to repeatedly swap two elements in a list (or even a map). The built in functions do not seem to allow you directly write to elements in lists. So I end up having to repeatedly create temporary lists. Which is obviously very inefficient and slow. Can anyone think of a better way to easily swap two elements within the
How to prefill data on a subform properly?
Hi everyone, I'm struggling on how to prefill the data on a subform properly. Scenario: I have 3 Forms: Shops, Clients and Needs Analysis. Shops is a subform of Clients as well as Needs Analysis. Whenever I create a new Client then I can add in the Shop
Zoho Desk and Zoho Creator Integration
Hello Everyone, I have an senario about Zoho Desk and Zoho Creator integration. I developed a app for our service team and they fill up the service form end of the service. But I want to merge ticket and service form. For example I created a ticket from
Creator information to Books custom field
Hello community, I've two surely basic questions for people with more expertise than me, but it's been two days checking forum posts to get a solution without success. Context In our business, we need to qualify/approve all our suppliers before allowing
Scanning App
Hi, I have created a scanner app for events that we host, this works fine as we have different ticket types from different vendors, however there is one ticket type that comes in that is a URL which when accessed checks the attendee in on the vendors
2 Field With same value
Dear Sir I need help with a problem I'm facing If I have 2 fields with their respective values then I have recorded them, when I enter the same data for the two files, the new record will automatically be rejected by the system or can't be save, see the
Route Draw on Google Map
Can we draw a route between the two locations using Google Map?
@mention in comments no notification
Hi, hope someone can help. When we @mention someone in the comments in Zoho Creator, how is that user notifed as we don't get anything on email or in the app notifications.
Zoho Recruit to Zoho Creator
I have been working on an application in Zoho Creator and created a form. But I am only stuck with this one problem. What I can't do is that I want the integration to happen this way that when the user inputs the Candidate ID which is an auto number field
Single User Subscription
Hi Everyone, I am working as freelancer. I am exploring ZOHO Creator. I am thinking for purchasing single user for my self for practicing. Please guide me whether I can purchase single user for ZOHO Creator.
WhatsApp and Zoho Creator Integration
#Tips of the Day ======================================================================================== How to Connect WhatsApp With Zoho Creator. -> Create an account on WATI API EndPoint https://app-server.wati.io/api/v1/sendTemplateMessages Pass
Turn Decision Box to a button
Dear all, I need your help on CSS to turn a Decision Box to a Button. I have a Decision Box like: Turn on/off to refresh the information. (on User Input, either True or False, will refresh the information) Now I want to simulate to treat it like a Refresh
Changing Developers
Hi! How hard is it for one coder in Creator to take over for another coder in Creator? We have someone who created some complex code for us and isn't finished the project. We need someone to take over the project without having to start from scratch.
Local development workflow for Zoho widgets.
I am working on a creator widget using the Zoho ZET CLI. I can import the JS SDK, and initialize it using ZOHO.CREATOR.init() However I am only able to access the SDK functions by deploying the widget. Running the development server using "zet run" shows
Stone & Pounds minus Stone & Pounds
Hello everyone, I've made a formula to calculate the difference between two decimal fields for example: 12.13 = 12 stones and 13 pounds Now I would like to calculate the difference between two stone & pounds decimal fields. The script I've written is below. The problem is 0.14 pounds is 1 stone. So in the below formula I got a problem with the following outcome: 1.15. Actually this has to be 2 stone and 0,01 pounds. How could I resolve this? //Calculatie today's weight loss in stones and lbs //Stones&LBS
zoho.ai.recognizeText(my_pdf_file) returns 2 to 4 repetitions of the text
I have tested this function to convert pdf files to text and have found that it works, but in very many cases (almost all) it returns the same text over and over again repeatedly. This of course is not the original text, but a massive rewrite that causes
How to get user zoho id
Hi, I'm trying to assign user on creator to zoho projects, I didn't found a way to get the zoho user id (not the email and username) using deluge to assign a user using the "person_responsible". Is there any way That I can get all the users ids or at
Portal Permissions not Publishing to Stage
I am having difficulty getting portal permission sets to publish to the stage environment. We've updated the portal permission sets, granting access to different reports/modules and they show up as changes when we go to publish, don't throw any errors
Google Maps and Zoho Creator Integration
Hello everyone, I would like to ask a question about Zoho Creator. I want to calculate between how many distance between two location. Is it possible to integrate Google Maps into Zoho Creator. That's way I would choose start and end location then it
getRecords - Avoid duplicates
Hello community, I'm maintaining a Vendors table in creator, fetching data from Zoho Books. The vendor table can not contain duplicates for consistency in the records of my app. That's why I've checked the "No Duplicates" option on the contact_id fetched
Remove "-" from String
if(input.Full_Name.contains("-") == true) { getsuffix = Full_Name.getsuffix("-"); if(getsuffix.len() == 1) { input.New_Full_Name = Full_Name.replaceAll(getsuffix, "").replaceAll("-",""); } else { input.New_Full_Name = input.Full_Name; } } .........................................
Automatically updating date based on field status change
I am working on some automated date stuff and having a bit of a hard time getting the script. I have a checkout form in that I would like the "Return_Date" field to be automatically updated to the current date and time when the "Status" field is updated
Auto populate fields based on user selected crm integration drop-down list
I have an app that I am trying to update customer details in a form based on an integration drop-down. I would like to select a customer in the crm integration drop-down list and then based on the selected record it updates customer values on the form;
Create a chart using data from different components
Hello, I'm using Zoho Creator to create an app which will be used track who's responsible for specific tasks in the company. I have the following components with the following fields: Component 1: tasks task name description employee in charge for the
Zoho Developer Console: How to add developer access
How can I give my developer access to my Zoho Developer Application? I know how to add a developer via Zoho One and/or Zoho Creator, but I cannot do the same thing for the Developer Console...Any ideas? *This documentation was not accurate: https://
Multi-currency - What's cooking ?
Hi, We have been doing this feature for sometime and we would like to give you some glimpses of it. Working with Multi Currency : Multicurrency support gives you the ability to handle business transactions in multiple currencies. You can define a base currency for your organization and add more currencies with exchange rates based on the base currency. Setup : From the setup page, you can manage all the currencies supported by your organization. Currencies page
Missing "manage" section in zoho creator app
Hello, I have been trying to assign permisions to a new hire to see a custom form made with Zoho Creator, but I do not see the manage tab of the app when accessing it: I am the administrator in Zoho CRM if this info helps. Can you please help me understand
Zoho Creator - 2023 Release Projection 2
Hello everyone! Time truly flies when you're having an incredible journey, and today we mark the completion of an eventful and action-packed six months. It feels like just yesterday when we embarked on this adventure together with the launch of our new
logic based calculations
Hi can anybody help me? I need to plot of financial forecast from information in our CRM that splits a payment based on a bunch of logic statements. As an example: if supplier = A then split the payment into 10 parts, starting from three months after
How to create a URL link to include filtering on a field from an associated form
I have two forms Carbon and Emission Source. I am trying to create a filtered url hyperlink to a form called All Carbon which included a specifi field from the Emission Source form. The field in question does appear in the report to be filtered The field
Trouble fetching data from parent and child form to input into another form based on lookup field
I have similar scripts for other forms that seem to work fine. i'm not sure why this one doesn't work. All data is from one form and it's subform based on the lookup field Accession_Number. The script was working until I added the child form lines. This
Jira Integration Experience with Zoho Creator
Does anyone have experience integrating Zoho Creator to Atlassian Jira?
Zoho is not MIME-decoding filenames of attachments containing international characters
We are trying to use Zoho incoming email to form functionality and it works, but when customers attach files that contain international characters (letters with accents, etc.) then Microsoft Outlook has MIME-encoded the names of these files. Zoho totally
Creator Development: Import JSON data into a map
1. I have created a function that fetches data from Bouncie's API (3rd party GPS Tracking service) and has that data in a JSON. I need a way to import that data into a map so that the location coordinates can be used to mark multiple pins on the map dynamically.
Next Page