How to add the discuss button in a risk record form under Risk?

ChuanYanF
Tera Guru

Dear experts,

 

I wanna know how can we manually add a discuss button in the risk record form? Thank you.

4 REPLIES 4

PritamG
Mega Guru

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.

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

Community Alums
Not applicable

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?