Hi
I am updating a field dynamically, let's call it fieldX, using JavaScript using the setValue() function.
This particular field is one of 3 fields used by a business rule to update a fourth field.
The problem that I have is that the business rule fails to fire after being updated by JavaScript.
Does anyone know of a novel way to trigger the Business Rule to fire and use the new
The obvious fix is to update the fourth field from within the JavaScript but this is duplication of the Business Rule and I would like a more elegant solution if possible.
Another option could be to setFocus on fieldX after the update but this would require the user to click off the field, and I haven't tested yet if this would fire the Business rule.
*This post is locked for comments