Mashmatrix Sheet
English
English
  • Mashmatrix Sheet User Guide
  • Introduction
  • Application Overview
  • Basic Usage
  • Functions about Books / Sheets
    • Create a New Book
    • Change Book Setting
    • Duplicate Book
    • Delete Book
    • Open Book in New Tab
    • Change Book Sharing Folder
    • Split Book Screen
    • Create a New Sheet
    • Change Tab Display Order of Sheets
    • Change Sheet Setting
      • Sheet Setting - Basic
      • Sheet Setting - Options
      • Sheet Setting - Filter
      • Sheet Setting - Actions
    • Maximize Sheet
    • Duplicate Sheet
    • Delete Sheet
    • Create a Related Sheet
    • Create a Card Type Sheet
    • Change Card Type Sheet Setting
    • Configure Views
    • Configure Search Form
  • Functions about Displaying Data
    • Change Columns Order
    • Change Column Width / Height
    • Fix Column from Scrolling
    • Sort
    • Filter
    • Change Column Setting
      • Column Setting - Basic Property
      • Column Setting - Options
      • Column Setting - Format
    • Show / Hide Column
    • Add Column
    • Delete Column
    • Group Column Headers
    • Summary Row
    • Formula
    • Function
      • Salesforce Compatible Functions
      • Aggregation Functions
      • Other Extension Functions
    • Reference Value
    • Navigate Pages and Reload Records
  • Functions about Editing Data
    • Edit / Save Displayed Data
    • Copy & Paste Values
    • Create a New Record
    • Duplicate Records
    • Delete Records
    • Lookup Search
  • Functions about Actions
    • Action Button
    • Standard Actions
    • Marketing Actions
    • Custom Actions
    • Approval Request Actions
  • Functions for Advanced Usage
    • Time-Series Matrix Transformation
      • Overview
      • Add Matrix Column
      • Change Matrix Column Setting
      • Show / Hide Column
      • Add Child Column
      • Delete Child Column
      • Format
      • Matrix Column and Formula
      • Limitations
  • Settings for Admin
    • Assign License
    • Grant Permission Set
    • Administration Console
    • Organization-Level Configuration
  • Customization
    • Access Sheet Directly with URL
    • Sheet Component
    • Embed Sheet in Layout using Visualforce
    • Using Sheet Component in Visualforce
    • JavaScript API
    • Launching Custom Apex / Visualforce
    • Launching Flow
    • Using in Experience Cloud
Powered by GitBook
On this page
  1. Customization

Access Sheet Directly with URL

By accessing the following URL, you can display the page that displays the created book and sheet directly on the screen.

https://{{domain name of the Salesforce org}}/apex/msmxSheet__MsmxSheetView

If you are in a Professional Edition Salesforce organization using the Mashmatrix Sheet for Professional Edition package, use the following URL.

https://{{domain name of the Salesforce org}}/apex/msmxSheetPE__MsmxSheetView

In the URL above, "domain name of the Salesforce org" can be determined by either of the following methods.

  • If you have already set up "My Domain" in Salesforce, the domain you set.

    • You can confirm it from "Setup" > "Company Settings" > "My Domain"

  • The domain name of the URL displayed in the URL location field of the web browser, just after logging into Salesforce.

On the above URL, it is possible to receive the following parameters as URL parameters.

  • id – ID of the context record. This ID value is used as the "Context Record ID" of the ID filter.

  • bookId – ID of the book to display. The value of book ID can be referred to from book or sheet setting.

  • sheetId – ID of the sheet to display. The sheet ID value can be referred to from the sheet setting. If not specified, all the sheets included in the book are displayed in tabs.

For example, if you are using salesforce domain name mydomain.my.salesforce.com and display sheets1 of a book with book ID a002v00004EE6cGAAT, and also specify 0012v00002jFM1uAAG as ID of the context record, the URL will be in the following format.

https://mydomain.my.salesforce.com/apex/msmxSheet__MsmxSheetView?bookId=a002v00004EE6cGAAT&sheetId=s1&id=0012v00002jFM1uAAG

PreviousCustomizationNextSheet Component

Last updated 3 years ago