I am doing some calculations on form submit and populating some fields. I have lookup rules based on those fields. Is it possible to trigger look up rules in java script, so that fields get populated on form submit?
Thanks
Priya
I am doing some calculations on form submit and populating some fields. I have lookup rules based on those fields. Is it possible to trigger look up rules in java script, so that fields get populated on form submit?
Thanks
Priya
After you apply the input value, call the "input.change()" to trigger it's onchange event.
See Formula not triggered by field populated with javascript
Thanks