Link to home
Start Free TrialLog in
Avatar of chinnaji
chinnaji

asked on

Lotus Notes Input validation not working

I want lotus notes to prompt the user to input information on the first 5 columns in a form. I tried the input validation...but surprisingly it doesn't work.

@If(Manager = ""; @Failure("You must enter a Sales Manager Name before proceeding."); @Success)

I want the user to enter data in columns 1-2-3-4-5 without skipping any fields. HELP
ASKER CERTIFIED SOLUTION
Avatar of qwaletee
qwaletee

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Arunkumar
Arunkumar

write the @Trim(Manager) on the validation formula and have "Automatically refresh fields" options turned ON in the form properties.
Avatar of chinnaji

ASKER

Thanks it worked great ...
What worked great?