Help Center
  • What is GridMate
  • 📌Getting Started
    • Package Setup
    • Appexchange
  • 🎬Product Tour
    • Related List Grid
    • Parent Related List Grid
    • List View Grid
    • Kanban List View Grid
    • Field Set Grid
    • User Grid
    • Pivot Grid
    • Report Table
    • Multi Calendar
    • Object Timeline
    • File Explorer
    • Record Layout
    • Record KPI
    • Field Path
    • Map Record
    • Map List
    • Utility Bar Grid
    • Record App Switcher
    • Flow Grids
    • Compact Calendar
  • 🚀Advanced Guides
    • Grid - Advanced Configuration
    • Grid - Mass/Record Actions
    • Grid - Advanced Filtering
    • Grid - Inline Components
    • Grid - Mass Edit Button
    • Grid - Enhanced Filter Builder
    • Grid - Data Import Wizard
    • Grid - Dynamic Formula Field
    • Grid - Grid Explorer
    • Grid - Dynamic Interaction
    • Grid - Dynamic FieldSet Grid
    • Grid - Dynamic Record Card
    • Grid - Custom Action
    • Grid - Interactive Filters
    • Grid - Bulk Action
    • Grid - Custom Inline Component
    • Grid - Config Checker
    • Grid - Admin Cockpit
    • User Grid - Split View
    • User Grid - Data Filtering
    • User Grid - Deployment Process
    • Map List - Search Around Setup
    • Salesforce Classic Setup
  • 📦Package Reference
    • Components Library
      • GM - RelatedList Grid
      • GM - FieldSet Grid
      • GM - ListView Grid
      • GM - FieldSet Kanban
      • GM - ListView Kanban
      • GM - Parent RelatedList Grid
      • GM - RelatedList Tabs
      • GM - RelatedList Accordion
      • GM - RelatedList Cards
      • GM - Record Layout
      • GM - Record Layout (LWC)
      • GM - Record Card
      • GM - Dynamic Tabs
      • GM - Dynamic Accordion
      • GM - Flow Layout
      • GM - Field Path
      • GM - Multi Calendar
      • GM - FieldSet Pivot
      • GM - Flow View Grid
      • GM - Flow Edit Grid
      • GM - Record App Switcher
      • GM - Map Record
      • GM - Map List
      • GM - Report Table
      • GM - Object Timeline
      • GM - User Grid
      • GM - File Explorer
      • GM - Dynamic FieldSet Grid
      • GM - Dynamic Record Card
      • GM - User Grid Split View
      • GM - Compact Calendar
      • GM - Interaction Logger
    • Javascript Formulas
    • DataGrid Settings
  • Tools
    • SF Cli Plugin
    • Chrome Extension
  • 📬TROUBLESHOOTING
    • ⚙️Config Snippets
      • Layout - basic setup
      • Layout with read only field
      • Layout with field visibility
      • Layout with section visibility
      • Layout with autocomplete
      • Inline FieldSet Grid
      • Inline RelatedList Grid
      • Inline Record Layout
      • Inline Chatter Feed
      • Multiple Inline Components
      • Calendar - Extra Activities
      • Field Path Stages
      • Dynamic Tabs
      • Compact Calendar
      • Object Timeline
    • ❓FAQ
  • 📋Release Notes
Powered by GitBook

Links

  • Appexchange
  • Pricing
  • Solution

Social

  • Youtube
  • LinkedIn
  • X

2025 GridMate

On this page
  • Enable Admin Cockpit
  • Field Access
  • Action Access
  • User Filter Maintenance
  • User Grid Maintenance
  • Adoption Dashboard
  • User Interaction Setup
  • Interaction Monitor Setup

Was this helpful?

  1. Advanced Guides

Grid - Admin Cockpit

PreviousGrid - Config CheckerNextUser Grid - Split View

Last updated 9 months ago

Was this helpful?

As a Salesforce admin, GridMate provides you with the GridMate Cockpit, enhancing security by efficiently managing access and securing fields and actions, while also facilitating the maintenance of user grids and filters.

Enable Admin Cockpit

To effectively utilize the GridMate Cockpit acquire the GridMate Cockpit User Permission Set.

Field Access

Field Access feature enables admins to secure the field access of any object for a profile or a specific profile. The video below is a step-by-step tutorial to learn how to use the Field Access👇.

Field Access is applied only at the grid level is doesn't apply on the record page.

Action Access

As an admin, the Action Access allows securing actions on a User Grid. The video below is a step-by-step tutorial to learn how to use the Action Access👇.

Action Access is applicable only for User Grid. It doesn't affect other grids like GM - FieldSet Grid, GM - RelatedList Grid,...

To manage access for core actions like mass edit, they should be configured as custom metadata types using the names below:

  • gmpkg_modalEdit : to control modal edit

  • gmpkg_inlineEdit : to control inline edit

  • gmpkg_massUpdate : to control mass update

  • gmpkg_modalCreate : to control modal create

  • gmpkg_inlineCreate : to control inline create

  • gmpkg_massClone : to control mass clone

  • gmpkg_massDelete : to control mass delete

Below is an example for modal edit action:

<?xml version="1.0" encoding="UTF-8"?>
<CustomMetadata xmlns="http://soap.sforce.com/2006/04/metadata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <label>gmpkg_modalEdit</label>
    <protected>false</protected>
    <values>
        <field>Metadata__c</field>
        <value xsi:nil="true"/>
    </values>
    <values>
        <field>Sobject__c</field>
        <value xsi:nil="true"/>
    </values>
</CustomMetadata>

User Filter Maintenance

User Filter Maintenance enables a Salesforce admin to manage all the created filters within the org. The video below is a step-by-step tutorial to learn how to use the User Filter Maintenance👇.

User Grid Maintenance

User Grid Maintenance empowers admins to manage User Grids at the org level. User Grid can be imported from another org or exported to another one. The User Grid is exported like a Salesforce metadata component (JSON format) and therefore can be modified with widely used tools like VS Code before importing back. The video below is a step-by-step tutorial to learn how to use the User Grid Maintenance👇

Adoption Dashboard

GridMate's Adoption Dashboard is a feature-rich tool that evaluates user engagement and behavior within GridMate components by recording and displaying interactions. This dashboard improves interaction monitoring across different components. The interaction tracking framework can be used for custom and managed component from the app builder or from the code.

Out of the box, a production ready dashboard is provide to analyze interactions by component type, by actions...The dashboard can be cloned to address any gap.

User Interaction Setup

To effectively utilize the Adoption Dashboard from the GM - Admin Cockpit page, assign the GridMate Cockpit User Permission Set to the desired user(s).

Enable Interaction Telemetry in the Telemetry Settings at the org level or per user/profile. With this flexibility admin can track a subset of users during a rollout period.

Interaction Monitor Setup

In addition to Interaction Telemetry activation, the admins have to configure the GM - Interaction Monitor Utility bar. Using the Utility Bar gives the flexibility to track only a specfic lightning app. Below are the steps to configure it:

  1. Go to Setup and on the quick find box search for App Manager

  2. Select the lightning app to which you want to add the GM - Interaction Monitor, then click Edit.

  3. Click on Utility Items, and search for GM - Interaction Monitor

  4. Select GM - Interaction Monitor and configure the Utility Bar as below:

    • Label : (‎‎‎‎‎‎‎‎ㅤ)

    • Icon : No icon

    • Panel Width : 1

    • Panel Height : 1

    • Start automatically : Checked

The label is set to non empty invisible character. Just copy paste the text between 👉 (‎‎‎‎‎‎‎‎ㅤ)

🚀
Action Access
User Filter Maintenance
User Grid Maintenance
Adoption Dashboard
GridMate Permission Set
interaction telemetry
interaction telemetry
GM - Interaction Monitor