Is it possible to run a script on data that is imported into dynamics? I have a script that pulls a Region based on zip code when zip code field changes, however when you import data this script is not called. Any options?
Is it possible to run a script on data that is imported into dynamics? I have a script that pulls a Region based on zip code when zip code field changes, however when you import data this script is not called. Any options?
Hi ttorbik,
the javascript run only client side it will not execute server side, importing data will run in the server side so javascript will not execute.
Better option for this use plugin on create of record.
Hi,
If by the script you mean JavaScript then it is expected cause JavaScript executes only on client side. You can build custom workflow activity to perform the same task and call that activity from out of box workflow. This workflow you trigger on create/ update of field.
This should work on data import as well.
Hope this helps.
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,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156