Recently, on change of value of a field, we had business rule earlier and then we decided to perform the same using JavaScript to avoid hard coding of value in Business rule. The logic was to set value of 2 other fields on the form based on the value selected.
The logic was working fine on DEV as we had deactivated the business rule. However, after deploying to TEST and UAT, it stopped working.
We verified that the JavaScript event handler was enabled for the OnChange event of that…
Continue Reading Nishant Rana’s Article on their blog
JavaScript and Business Rule on the same field – Nishant Rana’s Weblog
Blog Syndicated with Nishant Rana’s Permission