Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

How to hide a dropdown button Option in the SOW?

SpartanW4963600
Tera Contributor

Hello All,

 

I want to hide a 'Create change request' button on the service operation workspace for the incident record.

I did try to deactivate using UI Action but did not work.

Please see attached picture.

SpartanW_0-1753270474944.png

Thanks.

1 REPLY 1

sandeepdutt
Tera Patron

Hi @SpartanW4963600 ,

It's not a Declarative Action unfortunately !!

there's no easy way to disable change request. What you can try doing are below :

1. On the record page variant add screen condition table!=change_request and disable all the list category for SOW change request in the table sys_ux_list_category so that it does not show up in SOW list menu.

2. Write a read ACL with target "now.sow.create-change-request-page" and restrict the visibility only to admins.

 

 

Thanks,
Sandeep Dutta

Please mark the answer correct & Helpful, if i could help you.