Hi, I have a simple html page embeded in the account form, how can I load up case data through web api, when paging loading, any samples?
*This post is locked for comments
Hi, I have a simple html page embeded in the account form, how can I load up case data through web api, when paging loading, any samples?
*This post is locked for comments
Hi, can you explain better the problem?
Thanks
A.G.
I don't understand what is the issue then, it's pretty stright forward when you get the data via REST Builder. When you have data form REST Builder then you just need to put that data in your custom HTML page via simple JavaScript.
Do you need help with REST Builder or creating custom HTML page?
Thanks Ivan, I understand that. I guess I have bunch of data displayed in a html form, crm fields doesn't help, so how do we load the data in the html form, if we use REST Builder
The best way to do this is to generate REST request via CRM REST Builder which can be found at: github.com/.../CRMRESTBuilder
Then when you have the data you want to populate just use:
parent.Xrm.Page.getAttribute(<ATTRIBUTE>).setValue(<VALUE>);
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