How to add the discuss button in a risk record form under Risk?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 10:58 PM
Dear experts,
I wanna know how can we manually add a discuss button in the risk record form? Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 11:13 PM
Create new UI action and then add following sript :
function openDiscussion() {
GlideUI.openConversation('sys_id_of_current_record');
}
Set UI action type to "form button" and save.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2025 10:10 PM
I added in this script but it seems that the discuss button has appeared but does not work as accordingly and it does not function properly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 11:17 PM
Hi @ChuanYanF ,
Please refer to the steps mentioned : https://www.servicenow.com/docs/bundle/xanadu-conversational-interfaces/page/administer/conversation...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 11:37 PM
Hi, but it does not seem to let me add new or edit when I navigate to the risk actions layout. How should I approach this issue?