cancel
Showing results for 
Search instead for 
Did you mean: 

Visibility control of field and label in FPM screen

former_member203480
Participant
0 Kudos
722

I have added the checkbox and the drop down field on the fpm Screen.The challenges are

I have to display only the checkbox first . In the screen config i only have option to hide the label and not the dropdown.

Once the dropdown is hidden i have done the config in field control to show only when it is checked.

So i want to know how we can hide the field and display only on the checking the checkbox.

Kind Regards

lakshmi

Accepted Solutions (1)

Accepted Solutions (1)

michaelf_
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Lakshmi,

I have to refer you to the Field Control customizing I mentioned earlier. It allows to change all kinds of the so-called field properties at runtime:

  • Is the field enabled (visible/invisible),
  • Is the field read-only (no input possible/input possible)
  • Is the field mandatory (obligatory, optional input)

Especially the mandatory setting is important for many customers because the field will not only get an asterisk ( * ) to show that input is obligatory, but there is a validation linked to it as well. If no input is given into the field, an error message is raised.

Please have a look at the example regarding the "Time Unkown" I answered earlier. Instead of the read-only setting, you can use the "Enabled" setting.

With kind regards,

Michael

Answers (0)