how to fetch the records from a 3rd party application by Plugin and populate an html in CRM dynamics 2016 page ?
*This post is locked for comments
how to fetch the records from a 3rd party application by Plugin and populate an html in CRM dynamics 2016 page ?
*This post is locked for comments
Finally I got My solution
1. Created a Action /Process which can be called from java script
2. Action is calling custom work flow
3. Custom Work flow is calling 3rd party applications and return data in string format .
4. Action can pass input parameters and get the value as out put parameters
5. Out put from the Action is used in HTML web resource .
Thanks, Alex. The steps you provided worked well for us.
Hi try this:
Write custom workflow activity for integration and use that custom WF activity in synchronous WF, save the return data in Text Field on Form and then display it in webresource. You need to put interval in JS untill you get the data in Text Field
It is better to create an entity and save return record in that entity and show that sub grid of that entity. In that way you do not have to manage HTML webresource
Mark answer as verified, if it works for you.
Create an on demand workflow. Run that workflow whenever there is a need. Get the data and save it in a field, use a webresource to display the html.
But "retrieve" plugin will fire in each retrieve event in CRM which will cost more in performance .
Hi,
you would probably need to do something along these lines:
-Use post-"retrieve" plugin
-In the plugin, fetch your data from another app
-Put it into a multi-line field in the target entity (create a new entity field just for this, add it to the form, but make it hidden. Then use it in the plugin)
-Then, on the CRM client side, add a web resource and use it to display the content of your hidden field
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,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156