[Webinar] Schedule work orders directly from Zoho Creator
Hey folks, This Thursday at 12 PDT we're hosting a demo of our SmartScheduler, which was previously featured in a Zoho Practitioner webinar. Since then, we've made some enhancements to it to support both appointment and work order scheduling. Chief Solutions Architect James Converse will demonstrate it all, including: Scheduling from a CRM button or from a Work Order in Zoho Creator Scheduling individuals, crews, and equipment usage Easy drag-and-drop interface Google Maps & Calendar integrations
Tip 16: How to mask customer data to ensure privacy.
Hi folks, As users, we often hesitate to share our contact numbers or email addresses, as we don't want to be bombarded by newsletters, promotional messages, or sales calls. In this tip, we'll talk about how you can mask data entered in Zoho Creator applications with just a few clicks! What is data masking? Data masking, in simple terms, is a process used by businesses to hide or replace real data with random characters. Names, addresses, phone numbers, and credit card details are examples of data
Product Image Url
Hi; I did not find a way to add Image Url to crm with deluge script When I add new record to Products. Are there a way to add image url with script ?
Join us in Singapore for a Zoho Creator Community Meetup!
Hi everyone, We're hosting our first ever community meetup in Singapore and we'd love for you to be part of it! Whether you're a long-time customer looking to sharpen your skills, or a new customer looking to learn more about Zoho Creator, this meetup is the place to be. We will walk you through some of Zoho Creator's most important features while sharing tricks and hacks to help you get the most out the platform. At the end of the session, there will be plenty of time for questions and conversation.
Tip 11: How to extract the time from a Date-Time field.
Hi folks, Over the last few months, many of you have been asking for a Time field in Zoho Creator. We realize how important this field is to you all, and we promise to support this as soon as possible. In the meantime, here are a couple of workarounds that will help fetch the time from a Date-Time field. 1. Using the in-built String functions The easiest way to extract time for display purpose is to use a toString() function with preferred time format we need. We shall get the 24 hours format or
Ask the Expert 5: 5-hour live discussion about integrating payment workflows to your apps.
Hi everyone, As you might already know, every application that you create on Zoho Creator can be connected with other services — be it a Zoho product or a third-party service like QuickBooks, Zapier, or PayPal. In this upcoming Ask the Experts, we would like to address all your questions related to integrating your Zoho Creator application with a payment gateway like PayPal, Razorpay, Authorize.net, and more. In this session, we would cover the following topics: How to configure payments using
Tip 1: Avoid the most common error while using a Lookup in Deluge.
Hi everyone, Today, we'll look at how to compare different data types. Like other programming languages, Deluge supports seven different kinds of data types -- String, Bigint, Decimal, Timestamp, Boolean, List, and Map. To perform particular actions, we often try to compare or match two different data types. Let's look at a simple example: In the below given IF condition, we are trying to check if the left expression which is a text field is equal to "Jack". if (input.name == "Jack") { alert "Hi
Date-Time Error on record update,
Hello I have this simple loop script to update a date-time field with a date/time specified. I have the variable being passed in as a DateTime, but im receiving and error that the timechange variable needs to be datetime? It already is? Can you look and see why this is erroring out? //Define the query to locate all the records that match a zip code. query = "Zip_Code:equals:75056"; //Create the list col_leads = zoho.crm.searchRecords("Leads", query); //Date-Time for the record update. timechange
InteGreat 02: Integrate Zoho Creator with Clickatell
Hi everyone, Today, we'll look at how to integrate your Zoho Creator app with Clickatell. Many of you need to regularly send SMS notifications to your users when a Form is submitted, or based on a specific set of criteria. For example, you might need to send a reminder for a task, or update the customer about an order status, or alert your customer when a payment is due. The solution is to either use the default SMS connection provided by Zoho Creator or create a new connection with any of the
Tip 14: How to iterate a set of Deluge code a specific number of times.
Hello folks, As you might already know, recursive functions are used to perform a particular action a specific number of times. We had explained this in detail in our Tip #2. Similarly, there is another way in which you can iterate a set of Deluge code 'n' number of times. All you need to do is to create a List and use the For each index task to iterate it for a specific number of times. Here are a few use cases where this would be useful to you: To create 'n' number of duplicate records for
Tip 9: How to word wrap content in notes to fit your window size.
Hi folks, I hope our previous tips have been useful to you. Today, we are back again with an easy hack that will help you to auto-adjust form notes to fit your browser window size. Add Notes Field is one of the most commonly used fields while creating forms. We use the Add Notes Field to either provide some instructions to the users filling the form or to display a disclaimer. Whatever may be the case, it is essential that we should be able to auto-adjust the content in the Add Notes field. To do
Tip 5: How to dynamically view filtered data on a page.
Hi everyone, A fortnight has gone by, and we are back with a new tip that would help you dynamically create views based on the data entered in a form. The Page builder is one of the most powerful features of Zoho Creator. It helps to represent important information graphically on a single screen. You can create different types of pages that can include various components like panels, charts, reports, snippets, buttons, forms, and embedded links. Now let's look at how you can dynamically filter the