Announcements
I have a requirement where JavaScript function to be hit on field1 when it is updated through workflow process using Onchange event on field1. I need to perform some logic on field1 using Javascript code @ Onchange event and populate value to field2. But Javascript is not hitting as the workflow is updating field1 at server side. How can i achieve this.
Depending on what you are doing you may need to do more in JavaScript in the onSave or onChange like call an Action synchronously then process the results of the action - or put all of the relevant logic in the Workflow etc (not clear why you have to use JavaScript to populate the field2 and you can't build it into workflow or plugin).
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156