Restrict the copy change ui action on change form

Black Coder
Tera Guru

We are in need the "Copy change" Ui action to be restricted only to normal and standard changes form. It means on the emergency type change form users should not be able to see the copy change ui action.

How can we achieve this

6 REPLIES 6

Hi @Black Coder,

Try current object instead of g_form.

 

existing_condition && (current.type == ''normal'' || current.type == ''standard'')

 

Thanks,
Sagar Pagar

The world works with ServiceNow

Hi,
Remove the second condition.

 

 

 


Thanks and Regards,

Saurabh Gupta