- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hey I created a Demo Playbook in the Playbook Designer and set the table to my custom table and the trigger as the Record is created. I also edited the UX Menu Config for the CSM / FSM workspace to add the Content tree items and linked them to the Service request table with some filter conditions . The Cell now goes to the default record page . I want to add a playbook tab to the left of the Details tab.
I found a Youtube Video With the UI Builder. Is there a more straighforward way for doing this.?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @AfsalV ,
Please follow the below threads :
https://www.servicenow.com/community/csm-forum/how-to-add-a-playbook-tab-to-case-records-in-csm-work...
You tube Video Link : https://www.youtube.com/watch?v=5QjZ4e9JHDY
https://www.youtube.com/watch?v=G4k0SThJZl8
Please mark helpful & correct answer if it's worthy for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hi @AfsalV ,
If you're using CSM/FSM Workspace (or any configurable workspace), the recommended approach is to use UI Builder. There isn't a simpler out-of-the-box option to add a custom Playbook tab alongside the Details tab.
The general steps are:
- Open the workspace record page in UI Builder.
- Locate the Tabbed Container (where the Details tab is configured).
- Add a new tab (for example, Playbook).
- Place the Playbook component on that tab and configure it to use your custom table.
- Publish the page.
If the Playbook is correctly configured for your custom table and the trigger conditions are met, it should appear on the new tab when viewing a matching record.
As far as I know, UI Builder is the standard and supported way to customize workspace tabs, and I don't believe there's a more straightforward out-of-the-box method to add a Playbook tab.