Hierarchical list view for related list is not available in Agent WorkspaceIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Overview When a record is viewed in the platform view, if a related list has Hierarchical lists checked, we can see the record hierarchy. The same hierarchy cannot be seen when the record is viewed in Agent Workspace. Agent Workspace just shows the parent record (or the record which is at the top in the hierarchy) Additional Information This is an expected OOB behavior. Validated on Madrid Patch 4a. Workaround As a workaround, you can create a custom UI action for Agent Workspace which will show the hierarchy. OOB we already have a similar UI Action available for Account Hierarchy. You can refer to the: UI Action - Account Hierarchy (/sys_ui_action.do?sys_id=5c1e9048b380130082186e5f26a8dce2) Script Include - AccountHierarchyUtils (/sys_script_include.do?sys_id=3e13d750b3f3030082186e5f26a8dc17) Documentation - Enable UI actions for Agent Workspace