Create UI action to set legal request state to "Awaiting Information"

sonalishind
Tera Contributor

I want to create an UI Action button on Legal Request form to set legal request state to "Awaiting Information". 

1 REPLY 1

Bert_c1
Kilo Patron

Look at OOB examples in your instance, query the 'sys_ui_action' table for 'Name', 'contains', 'State'.

 

https://[instance_name].service-now.com/sys_ui_action_list.do?sysparm_query=GOTOnameLIKEState&sysparm_view= 

 

I don't know what table and field you're referring to, I guess it comes in some plugin/app I don't have. But the OOB examples are a start to achieve what you want.