how to restrict cancel change option.

divyal09
Tera Contributor

How can I restrict this cancel change option from this list. This option should be visible only to change management team other than change management none should be able to see the cancel change option. Thanks in advance.

divyal09_0-1692879514048.png

 

1 ACCEPTED SOLUTION

pooja_m
Mega Guru
  • Right click on the form header --> configure --> UI Actions
  • pooja_m_2-1692883061776.png

     

  • Search with "Cancel Change" in UI actions and open it
  • pooja_m_1-1692882889842.png

     

  • Under condition field, update the code as mentioned below and save the form:

gs.getUser().isMemberOf('a715cd759f2002002920bde8132e7018')

 

pooja_m_0-1692882673841.png

 

 

 

Note: sys id of the change management group - a715cd759f2002002920bde8132e7018

 

Hope this solves your issue.

View solution in original post

2 REPLIES 2

Karthiga S
Kilo Sage

Hi @divyal09 

 

Add role criteria in the condition of the respective UI Action. However, it's not recommended to make modifications to the OOB Process.

 

Please mark it Correct and Hit Like if you find this helpful!

 

Regards,

Karthiga

pooja_m
Mega Guru
  • Right click on the form header --> configure --> UI Actions
  • pooja_m_2-1692883061776.png

     

  • Search with "Cancel Change" in UI actions and open it
  • pooja_m_1-1692882889842.png

     

  • Under condition field, update the code as mentioned below and save the form:

gs.getUser().isMemberOf('a715cd759f2002002920bde8132e7018')

 

pooja_m_0-1692882673841.png

 

 

 

Note: sys id of the change management group - a715cd759f2002002920bde8132e7018

 

Hope this solves your issue.