cancel
Showing results for 
Search instead for 
Did you mean: 

Changing Lable with conditions

Former Member
0 Kudos

Hai Experts,

I just want to remove the red star near by a obligatory field when tat field is not mandatory due to some conditions. how it can be done? Plz help. Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can bind the STATE property of your input field to an attribute of type WDUI_STATE and then can set the values to one of the following:

00 - Normal Item

01 - Required.

Regards

Manas Dua

Former Member
0 Kudos

Exact answer provided by Manas. Set the State property with wdui_state type attribute of the UI element whenever you needed.

Answers (0)