Questions tagged [webresource]

104 questions
0
votes
1 answer

Can a dynamic link be created to be used from a view in Dynamics CRM?

I would like to be able to include a link in a view on the contact entity of dynamics crm that will pop a custom window that we have built. The custom window needs the contact id and the user id in order to function. Our users have requested that…
Jared
  • 48
  • 1
  • 12
0
votes
1 answer

Dynamics Web Resource opening a dynamic window

I'm fairly new to Dynamics Web Resources and with our web developers help I've written 1 to show a DOMO report in an iFrame. Now, I would like to tackle putting a link on a contact record that will pop a new window and allow the user to fill out a…
Jared
  • 48
  • 1
  • 12
0
votes
0 answers

HTML Link from Dynamics 365 Dashboard displaying incorrect View Name

The default dashboard for the Dynamics 365 home page contains a list of urls for the user to click. The list is inside a custom html WebResource containing the links. When I click on "Natural Gas" it should display the "Gas Division Active Cases"…
Paul Haan
  • 101
  • 10
0
votes
1 answer

Retreive Contacts Using Mobile Number in an HTML Webresource using XRMServiceToolkit

I've following HTML webresource, I need to get the contact id and then do rest of the stuff. It prompt me that I've 1 contact against that specific phone number but it throw exception at retreivedContact (variable in following javascript). When I go…
0
votes
1 answer

Fiddler AutoResponder error with Dynamics 365 web resource

I'm trying to debug Dynamics 365 TypeScript web resource deployed in the Dynamics 365 online instance. I made an AutoResponder rule which exactly matches the URL, but still, I'm getting error 404. Traffic AutoResponder rule I also enabled the…
0
votes
2 answers

ReportViewerForMvc restrict access to ReportViewerWebForm.aspx

I use ReportViewerForMvc and it installs ReportViewerWebForm.aspx into the root project folder. How do I restrict access to ReportViewerWebForm.aspx? I have tried
Kok How Teh
  • 3,298
  • 6
  • 47
  • 85
0
votes
3 answers

Dynamics 365 Client Side Javascript web resources not downloading for non system administrator users

I developed a client side JavaScript functions and added them to the Dynamics 365 customer service solution as web resource using the recommended steps. The functions were tested and operate as required when I am logged into the instance with Roles…
0
votes
1 answer

Dynamics JavaScript Web Resource rendered as HTML

When running my JavaScript, fires on button click on the form pictured left, I get several logs at points in my code. The JavaScript fires off an XHR request to an external API. When I click into any of the links to my file from the console output…
greg
  • 1,118
  • 1
  • 20
  • 40
0
votes
2 answers

How to customize a platformwebservices resource?

I'm working with Hybris 6.2, and I need to customize some of the resources that are generated from my items. I've read this link, and this link, but I am unable to make my custom resource to be used. My resource is located in…
Uriel Arvizu
  • 1,876
  • 6
  • 37
  • 97
0
votes
1 answer

Force Cache Refresh for Web Resources

I have several web resources that are displayed on forms in Microsoft Dynamics. The web resources are html files that include JavaScript/CSS files. When I update the JavaScript files, I am seeing that the latest changes are not getting pulled to…
Tim Hutchison
  • 3,483
  • 9
  • 40
  • 76
0
votes
1 answer

Pass data from html webresource window in MS Dynamics CRM

I need to pass data (an array of strings) from html webresource window to the form. Please note, window means window (it is NOT embedded in CRM form, is NOT a dialog, it is a window opened from the form). I used Xrm.Utility.openWebResource. I need…
0
votes
0 answers

Is there a way to set the charset for the WebResource.axd URL?

The WebResource URL is currently auto generate by the system, and it look something like this and I need away to set the charset to…
su pu
  • 1
  • 1
0
votes
1 answer

Form Event OnSave not executing Promise

I have a web resource in Dynamics CRM where I am trying to add logic to execute on save. I am using the addOnSave() method to attach my logic to the save. When I use a Promise in my save logic, Save & Close exits the page before my save completes.…
Tim Hutchison
  • 3,483
  • 9
  • 40
  • 76
0
votes
1 answer

Using and accessing Webresource

I know this has been asked before. Yes, i did my research but it doesn't seem to be working for me so i hope you experts can help me out :) Here's what my Project looks like https://i.stack.imgur.com/nnPZJ.png Yes, the Build Action is Embedded…
John
  • 177
  • 1
  • 2
  • 9
0
votes
1 answer

Angular2 for Custom HTML Webresources in Dynamics CRM 2016?

Did anyone try to use Angular2 for the custom development of webresource in Dynamics CRM 2016? I looked up some resources but all I can find is how to include AngularJS like here
Bianca
  • 382
  • 4
  • 12