Recent Topics
How to Freeze Tasks
Is there a way to freeze a task in the Gantt chart so it cannot move even when predecessors are moved?
Re-send document that's in process
I tried to send out a document for signature via Email & SMS. The email bounced and I didn't have any SMS credits, so that failed too. I now have SMS credits and want to re-send the same document to the same email address and phone number. How do I do
Continue after error for each loop on invoke url
Hello. I'm trying to upload files to workdrive using invokeurl. It goes through a list of urls using for each. Sometimes the file is larger than 5mb. The whole workflow stops in that event. I'd love a work around to upload larger files, but I don't think
Help Center Help!
Hello, I am fairly new to Zoho Desk and want to write articles and publish them on a Help Centre. However, I cannot wrap my head around how to get started. Can someone from Zoho do a one on one with me or are there helpful videos on this topic? Frustrated,
CRM
I have a portal set up where a contact can see other contacts within an account automatically. When a contact in the portal enters a deal, how do I make sure that deal is assigned to the account so other contacts in the account can see the deal was generated?
Incorrect merging of two tickets: Delete Mail History
Hello, I merged two different (incorrect) tickets in the Zoho Desk system. How can I remove the communication from the merged ticket?
Deluge search records with specific tag
I want to run a function for all records we have with a specific tag. I tried the searchRecords function and the coql query solution, but both don't support tags. Is there any other way to only get the records with this specific tag? What I can do is
Function Line break
question about line breaking, i'm creating a fiction that will display a script for people to use when they make a call.. the following code is what im using, But i cant get the return to use \n, or any type of line break. Any help? f ( (input.contactowner == "Lenni Cabral") ) { return "Yes \n Lenni"; } else { return "notlenni1"; }
Setting Up Auto-charges using payoneer as a gateway
I use payoneer as my gateway because of my location, however, I have a new client who wants to be auto-charged every mont. Is this possible with the gateway I use? Or does the client have to manually pay every month?
Create CRM Notes from Creator using Deluge
I sync our CRM with information from a Creator application using the zoho.crm.create and zoho.crm.updateRecord functions, passing in the appropriate Map variables. This is working fine. However, I'd like to be able to create Notes associated to CRM modules
When will Zoho MA have a feature to filter out bot clicks from actual human clicks?
When will Zoho MA have a feature to filter out bot clicks from actual human clicks so that actual metrics aren't affected? How are we expected to differentiate it today?
Backup all report zoho creator
I want to backup an unused form record. But some fields are not displayed in the list report, if I export in the list report it will not retrieve all fields in the form. Is there a quick way to backup all the fields in the form without having to display
Modify the default layout of how task fields are ordered in Project View
Hi all, I am trying to change the order the columns on project List view when a project is created initially. See image below. Currently, when a project is created, a predefined collumns are created and also its orders. I am aware that I can "hide", and
Edit Transformation
How do I edit the transformation of an existing data source? I am trying to Cluster/Merge a column of data. I can't find that option now that the data has been imported.
Problem with WorkDrive and Vivo X200 Pro
Hey there, after a long odyssey of searching for a new phone, several issues and defects with a phone from another brand and many reinstallations and transfers I stuck to the Vivo X200 Pro. So far, so great. Only thing not working is the Zoho WorkDrive,
Weekly Tips: Never Miss an Important Follow-Up with Zoho Mail Reminders
Often, we plan to follow up on tasks, projects, or conversations, only to let them slip from our memory as time passes. With so much going on, it can be tough to keep track of all your important follow-ups. So, how do you keep track of all your works
Assign project owner to specific tasks on project template
Hi all I managed to create a project template and wonder if there is a way to assign tasks in a way that depending on who starts a new project using this template, specific task would automatically assigned to the creator of the nwe project. Thank you.
How to assign value to the user field in zoho crm using client script
@Aswathi P @Aakanksha J @Aanandhamurugan P @Ashwin Surendranath @Pheranda N Nongpiur @Haiku Technical Support @Aishwarya How to assign value to the user field in zoho crm using client script. Request To
Portal users send notifications to licensed usera
Is there a way for portal users to leave messages or notifications to licensed users?
Create/Edit fields in Applications module
Hi, Do you have any timeline on when we get the ability to create/edit the fields directly of Applications module. We need to update various data points about the candidate after the phone call & want to update those in the application module fields (not
webhooks daily limits in Zoho Creator
I am trying to create Sales Orders (an invoices and payment for each sales order) in Zoho Inventory from Zoho Creator, but after creating like 100 sales order the webhooks daily limit (500) is exceeded and I cant make any more calls. what need to be
Sending Multiple Assessments to Candidate?
Good day, Is it possible to send multiple assessments to Candidates automatically after they have been created? I need to send 4 seperate assessments automatically to new Candidates and am unsure of how to go about it. Zoho only has the option to assign
InteGreat 03: Integrating Zoho Creator with Zoho Books
Hi everyone, Today, we'll look at how to integrate your Zoho Creator app with Zoho Books. This is one of the most popular Zoho integrations that our customers use. You can use this integration to automate processes like: Creating quotes and invoices in Zoho Books from within Zoho Creator Accessing quotes, bills, and invoices from within Zoho Creator Linking bills and invoices to a project and performing profit calculations With Deluge, you can use the built-in integration task to connect with the
Zoho Creator not accounting for time change
I have the timezone to my Creator application set to Eastern Standard Time(SystemV/EST5EDT). This is under the GMT -5:00 category. I was under the assumption that since EDT was present in the time setting that my application would switch automatically
CRM email sync with 365 - app passwords
Hi We have synced users crm account with hosted 365 email accounts. 365 has MFA enforced across the tenant. Now encountering issues with 365 sync failing due to password errors after some time. Advised that will need to use app passwords from 365 in order
Tip of the week #48- Never miss an Instagram DM again!
Do your teams often juggle multiple conversations across different channels like emails, Instagram DMs, and more? When messages are scattered across platforms, it's easy for important ones to slip through the cracks easily. Not to mention, constantly
Zoho People Mobile Check-in/out
Hello, I found an 'issue' with Zoho People. We wanted our employees to not be able to check-in/out from their mobile. But only when they are on the office. We already this: But still the employees can open from their mobile a browser, go to zoho people,
How do I change the order of fields in the new Task screen?
I have gone into the Task module layout, and moving the fields around does not seem to move them in the Create Task screen. Screenshot below. I have a field (Description) that we want to use frequently, but it is inconveniently placed within the More
tasks management
Hi there, Attached file is a task flow char. Can you please guide me through in detail to manage this task flow in ZOHO CRM? Thank you.
Custom Related List Inside Zoho Books
Hello, We can create the Related list inside the zoho books by the deluge code, I am sharing the reference code Please have a look may be it will help you. //..........Get Org Details organizationID = organization.get("organization_id"); Recordid = cm_g_a_data.get("module_record_id");
Building extensions #4: Integrating Zoho Books with applications using connections
In our last post, we looked at an overview of the key features available for creating a Zoho Books extension, including connections. In this post, we'll go over connections in depth, including their types and applications. What are connections? "Connections"
Announcing the all-new Offers Module and Offer Approvals in Zoho Recruit
We're happy to introduce - Offers as a module. As we all know, Zoho Recruit is a powerful Applicant Tracking System that can help us. One of its key features is the ability to generate and approve offer letters. When a candidate is the right fit for a
Add Label or Name parameter to URL Zoho CRM fields
I have come across this multiple times now where a URL in the URL field is very long and it increases the length of the page. This might be ok if you have just 1 or 2 URL fields but some of my clients have many. It makes the CRM more difficult to read
Tracking UTM Campaign information in CRM
Hi All, We have had this questions asked a few times lately so thought it would be a great idea to post it here for others benefit. Many have asked this: How can I track campaign information in CRM from my online campaigns and report on UTM tracking details? Below is what we have set up for other businesses who are using UTM Codes for all their campaigns. Follow the 4 steps below to set this up for your CRM: 1. Create Fields in CRM Leads Module Add a field in the Leads module called 'Referrer
Canvas Email iMap
Hi, I want to be able to have this option (seen below) in our custom Canvas design I'm building. But I don't see that option. Being able to see all related emails is important for us. But in our Canvas, it doesn't seem to have any option....
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
Important update on Group Management | Zoho Mail
Dear Zoho Mail Community, This post is to inform you all of the following updates on the Group Management in Zoho Mail. Group Member Addition: If a group member is added to an organization group in a Zoho Application, the member will be automatically
Zoho books not accepting valid state code via api
Hello, I am using make.com to create a contact and then invoice for a Shopify orders. However, while creating contact I'm getting "please provide a valid state code" error even though I'm providing correct state code. For example I'm providing MH as state
Unified View Desk Tasks
In the unified view of the tasks, It is not possible to have the tasks of all the services in Zoho Desk. We have to choose a service to display but It's not really the purpose of the unified view
Offline for Maintenance Option
Making changes to a live application can cause problems. I'm suggesting a new application settings option to temporary disable all access to an app so the admin or developer can make changes without any user interference. Additionally, while the app is offline, there should be some ability to present the users with a customized notification page (perhaps a view within the app itself). For example, "This application is undergoing maintenance and will be back online Sunday at 5 PM. Please email smith@net.com
Next Page