The CreatorCon Call for Content is officially open! Get started here.

How to hide Close Task button on Change Tasks when State is New record?

Akkapolk
Giga Expert

Create Change Request and then Click Change Tasks -> New.

find_real_file.png

 

How to hide Close Task button on Change Tasks when State is New record?

find_real_file.png

1 ACCEPTED SOLUTION

Alikutty A
Tera Sage

Hi,

Just append the following condition to the existing conditions of UI Action

&& current.state != 1

here replace 1 with your state value for Open

View solution in original post

2 REPLIES 2

Alikutty A
Tera Sage

Hi,

Just append the following condition to the existing conditions of UI Action

&& current.state != 1

here replace 1 with your state value for Open

Thank you very much.