Hi,
When creating a lead upon entering the Existing Contact information I want to auto-populate the Existing Account field in the BPF. But I try with Business Rule and Workflow, but the Existing Account and Contact fields are not listed anywhere to use in the Business Rule or Workflow..
So how do I get a onchange event on the Existing Contact field so I can generate som js to auto-populate the account?
thanks for any help
regards
Martin
*This post is locked for comments
Hello,
To register an OnChange event
1st you need to register your JScript in your solution. then add it to the desired form(under form properties)
Then you have 2 options:
1) register the OnChange event in the form customizations
2) register the OnChange event in your JScript and call an OnLoad function in your form(here some referance: msdn.microsoft.com/.../gg334481.aspx).
Personally, I prefer the second option because you call one time a function and then register all your OnChange events instead of going through the all form customization.
Hope it helped
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156