Experience effortless record management in CRM For Everyone with the all-new Grid View!

Experience effortless record management in CRM For Everyone with the all-new Grid View!

Hello Everyone,

Hope you are well!

As part of our ongoing series of feature announcements for Zoho CRM For Everyone, we’re excited to bring you another type of module view : Grid View.

In addition to Kanban view, List view, Canvas view, Chart view and Timeline view, we have introduced Grid view for your records in different CRM modules. This feature transforms the way users manage data in their modules by presenting information in a convenient sheet format. It’s especially beneficial for handling modules with large volumes of records, significantly improving efficiency and boosting productivity.

What is Grid View? 

Grid View provides a spreadsheet-like interface within our CRM, allowing you to interact with records in a structured and user-friendly format. This powerful addition allows you to create, edit, view, and manage multiple records in a grid or sheet format, making it easier to handle large datasets efficiently. This eliminates the need to download data into sheet format to perform any necessary actions.

Layout-specific views  

Grid view is layout specific because it is designed to provide an efficient user experience tailored to each CRM module. Each module in a CRM serves a distinct purpose, such as tracking leads, managing accounts, or closing deals, and may have its own set of fields and formats.

Grid View adapts to these differences, ensuring that:
  • Only relevant fields are displayed, and
  • Record data is organized in a way that aligns with the needs of the specific module.
For instance,
  • In the Deals module, users might perform actions like updating deal stages or assigning ownership.
  • In a Leads module, users might focus on converting them to contacts.
The custom layout for each module will include different fields to be displayed. However, the grid view for the Deals modules will display only the field selected for its own layout, including deal stage, deal ownership, and so on. Whereas, the grid view for the Leads module will only display fields for its own specific layout, including lead status, conversion rate, and so on.

Grid View Capabilities   

1. Create records directly from the grid

You can add new entries directly from the Grid View without navigating away to the create new record page. Allowing users to create new records directly from the grid helps save time with a reduced number of steps involved.


Row-wise Record Creation Limitations:
  • If any required fields are not selected in Manage Columns, record creation will be allowed through the default form in the pop-up instead of row-wise record creation.
  • If a layout rule is enabled for your module, record creation will only be allowed through the default form in the pop-up instead of row-wise record creation.
  • If data enrichment is enabled for your module, record creation will only be allowed through the default form in the pop-up instead of row-wise record creation.
  • If a wizard is set as the default view for your module, record creation will only be allowed through the default form in the pop-up instead of row-wise record creation.

2. Edit, view, and share records directly from the grid

You can effortlessly update records directly within the grid by clicking on the records that need to be updated without having to navigate to the record's detail view.



From the row actions provided in the more menu(...), you can click View to access the record's details quickly. Additionally, you can Share records with team members for collaboration without going into the record detail view.


3. Summarize record data with a chart

Select columns with picklist data to be represented in the different chart views to facilitate pattern identification and decision-making. Click on the chart to view the number of records against it and perform actions on them.


4. Generate Aggregate data from columns

Select columns with number values to get a summary of the data in the records. Without the need to export data or use external tools like spreadsheets, users can save time and effort. The Add Aggregate feature provides immediate answers within the CRM itself, enabling users to make informed decisions by tracking and comparing numbers across categories. This feature appears only for number fields.


Note : The number fields supported are Number, Decimal, Currency, and Long Integer. The fields that are not supported are Phone, Percentage, and Auto number.

5. Perform mass update actions on records

You can mass update records in just a few clicks directly from the grid. Either select the number of records to be updated or select multiple records that need to be updated and enter the data to be added against all of them.


6. Review and Approve records

With grid view, you can approve or reject records directly from the grid, streamlining your approval and review processes.

You can review the records from the grid instead of navigating to My Jobs or to the record detail view page as shown below.



Similarly, you can approve records directly from the grid view, as shown in the below gif.


 When to use Grid View? 

A scenario where Grid View can be used is during a quarterly sales review.

Sales managers often need a quick and comprehensive way to:
  • Review their team's performance.
  • Mass update the status of deals.
  • Schedule follow-up calls or meetings for accounts.
  • Approve discount requests or proposals.
  • Generate charts to get an overall summary of teams' achievements vs targets.
  • Get aggregate values of deals won for a specific time period.
Grid View enables all of this without switching between multiple modules or screens, saving valuable time.

Limitations :
  • Wrap-mode for grid view is not supported.
  • Client script configuration for grid view is not supported.
  • If the user has multiple layouts, then they cannot select all records in that layout; they would need to select all records page-wise.
  • Row-wise record creation is not supported for campaign module integrated layouts.
  • Grid view is not available for the following modules:
    -- Tasks, Meetings and calls,
    -- Finance and other integration module,
    --- Services and Appointments


We believe this feature will significantly enhance your experience with the CRM and make data management more intuitive than ever. Please do let us know your thoughts in the comments below.

Availability : The grid view feature is available only for Zoho CRM' new user interface - NextGen UI. 

Thank you.
Serena Woolridge
The Zoho CRM Marketing Team


        • Recent Topics

        • Finding rhythm through poetry

          Poetry has long been a powerful form of expression, discovery, and reflection. For many, it is a way to pen down their thoughts and experiences. The "poetic license" allows writers to shape their words with rhythm and flow. This year, on World Poetry
        • Bring your own credentials (BYOC) for connections in Zoho Creator

          Hello everyone, We're excited to announce an important step forward in how integrations and authentications work in Zoho Creator. Zoho Creator is a versatile platform for integrations, enabling you to connect with thousands of third-party services using
        • CRM x WorkDrive: File storage for new CRM signups is now powered by WorkDrive

          Availability Editions: All DCs: All Release plan: Released for new signups in all DCs. It will be enabled for existing users in a phased manner in the upcoming months. Help documentation: Documents in Zoho CRM Manage folders in Documents tab Manage files
        • Project Management Bulletin: March, 2026

          We are passionate about equipping our users with efficient solutions that help them run their businesses successfully. Our collective efforts over the past 2 years have culminated in the launch of Sprints 3.0— built with reliable features, impactful integrations,
        • Composite items inside of composite items; bill of materials needed

          Hi Zoho and Everyone, I am evaluating whether Zoho Inventory will work for my small business. I grow and harvest herbs and spices but also get from wholesalers. I use all these items to make herbal teas, but also sell them as individual items on my Shopify store and Etsy. I discovered the composite item bundling and am wondering if I could get some assistance since there is no bill of materials: Our herbal company's best selling tea is a sleepytime tea. Sleepytime Tea can be purchased in three weights
        • Automation Series: Sync Task Status with Zoho Desk Tickets

          In Zoho Projects, you can automatically close and reopen an associated Zoho Desk ticket when the status of a task is changed. This syncs the current state of the task with the support ticket without manual updates. For instance, a support team handling
        • Auto-Generate Line Numbers in Item Table Using HTML & CSS Counters (Zoho Books & Zoho Inventory Custom Templates)

          <div> <style> /* Start counter from 0 inside tbody */ tbody#lineitem { counter-reset: rowNumber; } /* Increment counter for each row */ tbody#lineitem tr { counter-increment: rowNumber; } /* Show counter value in first column */ tbody#lineitem tr td:first-child::before
        • Does zoho inventory need Enterprise or Premium subsrciption to make Widgets.

          We have Zoho One Enterprise and yet we can't create widgets on inventory.
        • Introducing Radio Buttons and Numeric Range Sliders in Zoho CRM

          Release update: Currently out for CN, JP, AU and CA DCs (Free and standard editions). For other DCs, this will be released by mid-March. Hello everyone, We are pleased to share with you that Zoho CRM's Layout Editor now includes two new field formats—
        • New UI for Writer - Disappointed

          I've been enjoying Zoho Writer as a new user for about 6 months, and I really like it. One of my favorite things about it is the menu bar, which you can hide or leave out while still seeing most of your page because it is off to the left. I think this
        • Zoho CAMPAIGNS working hours

          Hi I use Campaigns Automation workflows to automate follow-ups to my Leads. I discovered this weekend that emails are being sent out on Sundays. How do I limit my Campaigns outgoing emails to business working hours? This is very important! Thanks, D
        • Depositing funds to account

          Hello, I have been using Quickbooks for many years but am considering moving to Zoho Books so I am currently running through various workflows and am working on the Invoicing aspect. In QB, the process is to create an invoice, receive payment and then
        • Create Receipt of a Donation (not a sale)

          We are a non-profit organization that receives general donations. How do I create a receipt of payment for the donor and categorize the payment as a Gift? I tried the method of creating an invoice; however that automatically created a "Sales" transaction
        • Function #2: Create a Deal in Zoho CRM when an Estimate is created in Zoho Books

          For those who use Zoho CRM integrated with Zoho Books, here's a nifty function that helps you optimize your sales process by adding a Deal in Zoho CRM whenever an estimate is created in Zoho Books. Custom Function: To create the custom function, go to
        • New Custom View -Sorting the Custom fields

          While creating a New Custom View in invoice , Customers, Bills ,expense etc , the sorting of custom fields are not available , a query function "order by / sort by  " may also be included in  Define new criteria module  which will be more beneficial to
        • Grouping Undeposited Funds to Move to other accounts

          In the bank option it would be nice to check what transactions in undeposited funds I want to move to other accounts. Then while checking this it can accumulate totals and created whats essentially a deposit slip. Once the transaction is moved it should
        • Sync your CRM Tasks with Zoho Projects

          Zoho Projects integration with Zoho CRM helps you manage your tasks more efficiently. You can create all project related activities right inside your CRM using this integration. Create new portal or associate an existing portal, add projects to the portal,
        • Zoho CRM strips whitespace in text fields

          When editing field text with multiple spaces: CRM - both UI and API trim / compress the whitespace to a single space when saving: Is this known / expected / documented behaviour?
        • WorkDrive API returning empty response even after placing file in Team Folder

          Hi everyone, I am trying to fetch a file from Zoho WorkDrive using a Deluge standalone function in Zoho People. The API call executes successfully using a configured connection, but the response is coming back empty. I have verified the following: The
        • Custom Button makes scroll bar go down in report

          I have a report with a Custom button called Completed. A colleague mentionned to me that when he pressed this custom button it scrolled down the page which is annoying since he want to stay at the same space on the repoort. There is no reload linked to
        • Quickbooks Integrations Stopped Working

          All of our Quickbooks integrations have stopped working. I am checking in to see if: a) this is a known issue b) if anyone else is having this issue. As usual, Zoho support is unavailable.
        • sync two zoho crm

          Hello everyone. Is it possible to sync 2 zoho crm? what would be the easiest way? I am thinking of Flow. I have a Custom Module that I would like to share with my client. We both use zoho crm. Regards.
        • CRM x WorkDrive: We're rolling out the WorkDrive-powered file storage experience for existing users

          Release plan: Gradual rollout to customers without file storage add-ons, in this order: 1. Standalone CRM 2. CRM Plus and Zoho One DCs: All | Editions: All Available now for: - Standalone CRM accounts in Free and Standard editions without file storage
        • Incorrect Functioning of Time Logs API (Version 3)

          We need to fetch the list of time logs for each task for our company internal usage. We are trying to achieve it by using the next endpoint: https://projects.zoho.com/api-docs#bulk-time-logs#get-all-project-time-logs Firstly, in the documentation the
        • Zoho CRM Queries Now Support Databases and Cloud Data Sources

          Hello everyone! We're thrilled to announce a major enhancement to the Queries feature in Zoho CRM! Queries now support a broader range of external data sources, allowing you to fetch live data and combine it with CRM records, all using a unified query
        • Salesforceに添付ファイルを格納したい

          お世話になっております。 Salesforceに添付ファイルを格納したく、カスタムオブジェクトに連携し、 「ファイルのアップロード」項目を設けました。 実際、エラーもなく送信出来たのですが、実際生成されたカスタムオブジェクトのレコードを見ると、どこにも添付ファイルがありません。仕様として、この添付ファイルはSalesforceのどこに格納されるのでしょうか? 今回作りたいフォームは、複数の書類を添付するため、Zohoformのファイルアップロード項目「本人確認書類」「源泉徴収票」などの項目を、Salesforce側にも設けた「本人確認書類」「源泉徴収票」という各項目にURLリンクとして紐づけたいと思っておりました。
        • Dynamic image in form works in the app but not on the customer portal.

          img = frm_Fichas[ID == input.Nombre].Foto; imgno = Nophoto[ID2 = 1].Image; if(len(img) > 1) { img = img.replaceAll("/sharedBy/appLinkName/",zoho.appuri); img = img.replaceAll("viewLinkName","Fichas_de_personal_public"); img = img.replaceAll("fieldName","Foto");
        • Is it possible to retrieve function (Deluge) code from Zoho CRM externally?

          Hi Everyone, Is it possible to fetch or retrieve the Deluge function code from Zoho CRM using an external method (API or any other approach)? I would like to know if there is any way to access or extract the function script outside of Zoho CRM, or if
        • Uplifted homepage experience

          Editions: All editions. Availability update: 17th February 2026: All editions in the CA and SA DC | JP DC (Free, Standard and Professional editions) 23 February 2026: JP (All Editions) | AU, CN (Free, Standard, Professional editions) 27 February 2026:
        • Darshan Hiranandani : How many participants can join a Zoho Meeting at once?

          Hi everyone, I'm Darshan Hiranandani, trying to find out the maximum number of participants that can join a Zoho Meeting at once. Has anyone here used Zoho Meeting for larger groups and can share their experience or knowledge about the participant limit?
        • Where is the scheduled report in New UI?

          Hi Team, Seems there is not such a field in New UI, hence I have to switch to old UI to handle request..
        • Approval Workflow for Purchase Orders Abrir

          The requirement is , that all purchase orders greater than or equal to 5000 go through an approval process from certain people, but within books I only see that the approvers can be by levels or any approver but we cannot enter a rule like these. Can
        • WeTravel + Zoho CRM Integration - Has Anyone Built a Connector or Extension?

          Hi all, I'm exploring options for integrating Zoho CRM with WeTravel (booking & payment platform for tour operators). Zapier seems to be the common method but seems limited. I'm wondering if anyone in the community has developed a more comprehensive solution,
        • Option in pipeline deal to select which hotel or branch or store if client has more than one local store

          Hi, I would like to know if there is an option in the deal pipeline to select which hotel, branch, or store a deal is related to—if the company has more than one location. For example, I have a client that owns several hotels under the same company, and
        • Undo article like/dislike

          It seems to be not possible to undo your like/dislike for an article. Would be great if you can. Kind regards, Helen
        • Nested notebooks

          Dear Sir/Madam, I would like to know if it is possible to nest notebooks. It would be very helpful when there are too many, as it would improve organization. Thank you for your response. Best regards.
        • Tax in Quote

          Each row item in a quote has a tax value. At the total numbers at the bottom, there is also a Tax entry. If you select tax in both of the (line item, and the total), the tax doubles. My assumption is that the Tax total should be totalling the tax from
        • Issue with "Send Email" from Quotes not loading Email Template data

          Hi everyone, I'm currently experiencing an issue when using the "Send Email" option from a Quote record in Zoho CRM. What’s happening: When I go to the Quotes module and select a record, then click Send Email, the attached file (Quote) correctly pulls
        • Dynamically Fetching Lookup Field Display Value

          I have an audit trail form, Audit_Changes, that tracks old vs new values across different forms. For lookup fields, the old/new value is the ID, but I also need the display value. What's a best practice for dynamically fetching the display value of the
        • Stop Scrolling, Start Asking: Meet Zia for Your Files

          Hey everyone 👋 The era of 'scrolling and searching' is officially over. Whether it's a dense legal contract or a long meeting recording, searching for specific details is a massive time-sink. We think you should be able to interact with your files, not
        • Next Page