Hi,
I have a screen where all fields are required to proceed.
Option 1:
Mark the field as required in the screen painter. Now they have this little sign for a required field. Problem is that I have toogle display/change button. Upon that button - it is not an exit command since I am not leaving the screen - the fields are checked automatically, but I want to be able to toggle despite the fact that not all fields are filled yet.
Option 2:
Do NOT mark the field as required in the screen painter but have a self made check in the PAI if all required fields are filled. This way the toggle button works fine, but the fields do not have the required marker.
So the question is how can I achieve the toggle button and the required marker in the input boxex?
Thanks.