Dear All:
I'm just now very confused with the validation of a lookup control. I've tried a lot of formulas but they don't work. Here is:
I have one lookup control linked with a mandatory field:
"ZonaSubzona" is mandatory field:
(esnuloOEstaVacío means IsNullOrEmpty)
If someone can help me I promise to invite him a beer here in Spain...
Have a nice day!
Solved! Go to Solution.
approach with IsNullOrEmpty formula is proper approach and should work.
make sure the validation rule is assigned to the (proper) control.
try to add calculated value control on the form and set its formula just like for validation rule (replace Self with respective named control reference). check how does it evaluates at runtime.
check develeper console for any errors reported.
Dear Marian, Finally I get the error. It's not related to the field validation but I'm using "Save and Continue" instead of "Save and Submit" because I want to continue int the same form before save.
With Save and submit all validations work fine.
Thank you very much