Ui action

manale
Giga Explorer

I’m working on a UI Action "Request Information" in the ServiceNow back-office. When a user clicks this action, they should automatically be redirected to the Related record "Comments" to enter the requested information.

3 REPLIES 3

satyaprakas
Tera Expert

Hi @manale 

Can you please add some screenshots

Regards,

Satya

manale460681490_0-1739971197904.png

 

Notes = Comments

Hi @manale460681490 ,

 

Please use the below code on your UI action script section

 

function onClick(){ 

g_tabs2Sections.setActive(0); 

}

Mark my ANSWER as CORRECT and HELPFUL if it helped.

Regards,

Satya