0

I have a selection-screen block with two parameters (p1 & p2). I want to force the user to fill the p1 first and then the p2...

Someone can help me with this ?

Thanks

Suncatcher
  • 10,355
  • 10
  • 52
  • 90
d4xtian
  • 27
  • 5

1 Answers1

-1

I would greyout the 2nd parameter (input = 0) and display a hint to the right that Parameter 1 needs to bw filled first.

  • THanks you, it ll work, now i have to find how to ungrey it whenthe 1st field is filled – d4xtian Aug 22 '22 at 11:44
  • 1
    @d4xtian Note that it won't be possible until the user presses enter, because otherwise there is no communication between frontend and backend. – Philipp Aug 22 '22 at 11:55
  • When it click entrer the 2nd field didn't ungrey... – d4xtian Aug 22 '22 at 12:42
  • Finally i use a IF statement to do what i want... when i find how to post my code here i ll update and share for others who could need it – d4xtian Aug 22 '22 at 13:43
  • technially it is not an answer, it contains no implementation details, only general approach – Suncatcher Oct 09 '22 at 21:46