Hi,
I know HTML but I've never created any HTML in CRM.
Does anyone know some good blogs for sample HTML requirements and implementation which I can refer and implement good practices as well.
*This post is locked for comments
Hi,
I know HTML but I've never created any HTML in CRM.
Does anyone know some good blogs for sample HTML requirements and implementation which I can refer and implement good practices as well.
*This post is locked for comments
Hi Rahul ,
Just to let you know , there is no difference between the normal HTML and CRM HTML. If you know the HTML ,JavaScript any HTML page page (Web Resource ) you can render in your dynamics CRM instance .
You can browse HTML inside form section , inside form iframe , adding navigation , showing in popup window or different tab so html web resource nothing but its a html page only.
Only thing is you need to learn how to retrieve/pass/access CRM data to your HTML page . You can use all XRM method in your html web resource , you just need to add "window.parent.Xrm "
Pass data using URL -
msdn.microsoft.com/.../gg327945.aspx
Access Data from CRM form-
mahenderpal.wordpress.com/.../get-customer-address-in-sales-entities-using-html-web-resource
Get data from different entity -
docs.microsoft.com/.../xrm-webapi
docs.microsoft.com/.../web-api-basic-operations-sample-client-side-javascript
Hope this helps.
Hi Rahul,
In addition to above.
Pass multiple values to a web resource through the data parameter
How to insert value in CRM field from web resource
Creating Quick Entity View in MS CRM
https://celedonpartners.com/blog/json-data-type-webresource-in-crm/
http://butenko.pro/2015/03/01/howto-htmljs-webresources/
Add Dynamic Controls Row in HTML Web Resource CRM
Thanks
Justin Jose
Thanks Shidin and Goutam,this is what I was looking for.If you guys know any more blogs,do let me know,that would be very helpful.Actually I have to develop some advanced HTMLs for my project so I wanted to some hands on.
Hi Rahul ,
Here is sample HTML web resource reference , I hope this will helps you -
crmbook.powerobjects.com/.../html-web-resources
www.tutorialspoint.com/.../microsoft_crm_html_web_resources.htm
This would be a good place to start:
https://crmbook.powerobjects.com/extending-crm/javascript/html-web-resources/
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,321
Most Valuable Professional
nmaenpaa
101,156