Create Help Center content for configurable workspaces
Create Help Center content to provide your users with helpful information about the page that they are working on within a configurable workspace.
Before you begin
Create or edit an embedded help record prior to creating a guidance record by following the steps in Add custom Embedded Help content to create new content or Add custom Embedded Help from a copy to modify existing content.
Role required: admin
About this task
To create Help Center content, you will create or modify two record types: guidance records and embedded help records. The guidance record enables your content, which is in an embedded help record, to display in the Help Center. This procedure explains how to enable displaying existing embedded help content in the Help Center.
Procedure
Creating guidance for a list in a configurable workspace
To provide guidance when a user is viewing a specific list, review the URL and look for the list id number, such as list-id/7ae4da1ec3013010965e070e9140dd66. Then, enter route parameters in the following format: {"params":{"listId":"7ae4da1ec3013010965e070e9140dd66"}}.
Creating guidance for a record in a configurable workspace
To provide guidance when a user is viewing a specific record type, review the URL and look for the record name, such as record/problem. Then, enter route parameters in the following format: {"params":{"table":"problem"}}.
Creating guidance for a related record in a configurable workspace
To provide guidance when a user is viewing a related record (a record accessed from within another record), look for the second record name in the URL, such as sub/record/incident. Then, enter route parameters in the following format: {"params":{"table":"incident"}}.