How to show variables from a submitted record producer in a contextual side bar menu option?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2023 12:06 AM - edited 08-31-2023 03:43 AM
Hi,
We are currently in the process of configuring a new menu in the contextual side bar of the CSM/FSM Workspace. In this menu we only want to show the variables that are attached to the form/record itself.
We have created a view to show the variables from the record producer. However we can only see the details whenever the specific sysId is populated in the sysId field.
How can we configure it so, it dynamically picks up the correct record information, for the opened record instead of just 1 sysID?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2023 03:50 AM
@Michael Fry1 Hi, I hope you dont mind me directly @'ing you.
I noticed you provided a solution in the following community post: https://www.servicenow.com/community/developer-forum/get-the-current-sys-id-on-csm-workspace-in-ui-b...
We have tried adding '@context.props.sysId' in the sysID, however this made no difference.