cancel
Showing results for 
Search instead for 
Did you mean: 

Disable a field from input

Former Member
0 Kudos

Hi Techies,

I have requirement that, based a field validation against master table on uibb, i have to enable/disable another field for the input. How can I perform this step.

Pleas advice.

Thanks

Sapna

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

One way to do this is by enhancing the feeder class of that UIBB (create a sub-class that you assign in the FPM configuration instead of the original feeder class). In the GET_DATA method of the child, first, call the super (meaning the GET_DATA of the original class). Then, write code to control whether the dependent field is read-only or editable.