How to write Web ADI formula in layout to make column mandatory?
Hello,
I am trying to make a column mandatory in the web adi layout. I tried something like this, and it made all other columns hidden.
IF [Employee Number] = “” THEN MsgBox ("Please enter Employee Number")
What is the correct way to write this formula?
Thank you, Kevin