
Hi, i want to create a new web form for upload data into crm.
The scenario is i add a new button in CRM Ribbon. When i click the button, a custom webform will appear on new window. From the new window, i select files from computer and upload it to CRM
I would like to know how to display a new window using html web resources. Also, since its only html, so where to put the query(C#) for uploading record ?
*This post is locked for comments
I have the same question (0)Hello,
To open Html webresource you can use Xrm.Utility.openWebResource method - msdn.microsoft.com/.../jj602956.aspx
I'm afraid you will have no possibility to use C# because you're limited to Html/JS. Following article can help you - scaleablesolutions.com/upload-notes-attachments-using-javascript-and-rest