Questions tagged [webresource]
104 questions
0
votes
0 answers
How do I get rid of the server blocks in the AjaxControlToolkit CSS?
We've been using the AjaxControlToolkit for many years, but just recently, a security scan flagged a "source code leakage" in some CSS returned by WebResource.axd. Specifically, it contained <%= %> server blocks.
Most of the CSS is normal, but the…

wwarnick
- 1
0
votes
1 answer
How to get Stage ID in Dynamics 365 Web Resource?
I have a form in which I pass the execution context as the first parameter to the web resource:
I'm migrating from CRM 2015 to Dynamics 365 and there is a line of code in the web resource that breaks:
var stageID =…

Angel Cloudwalker
- 2,015
- 5
- 32
- 54
0
votes
1 answer
Problem with JDK 8 vs JDK 15 Jersey WebResource
I have a problem with a web resource. I am requesting data from a server. If I run the program with JDK 15, everything works without problems. When I run the program with JDK 8 I get the error 403 from the server.
I don't know if that has anything…

Steffi
- 296
- 1
- 2
- 8
0
votes
1 answer
Integrated Authentication on dynamic/embedded Webresource.axd under IIS6
Is it possible to force Integrated Authentication on a dynamically created embedded resource under IIS6?
For those of you who don't know what a Webresource.axd is...it's the dynamically created resource from when you choose embedded "Embedded…

farina
- 3,486
- 6
- 32
- 44
0
votes
1 answer
Receiving Content Security Policy errors with no Content Security Policy header present
I am integrating with a third party library (Chargebee) and I am receiving Content Security Violation errors.
As far as I can tell, I don't have CSP defined in my web page as it doesn't return a CSP response header:
Although, when trying to utilise…

Brummy
- 183
- 1
- 11
0
votes
1 answer
Retrieve Quick View Form Value - Dynamics CRM JavaScript
For a certain aspect of functionality, I require the need to pull a value from a quick view form on an entity "Course request" form. The quick view form is of the "programme" entity and includes details on Member and Non-member price.
I need to…

Jx123
- 31
- 6
0
votes
2 answers
D365/JavaScript issue: Need help appending an OnSave event to not allow a user to save a form
I've created a JavaScript OnSave event that parses through a "Sales Quota Distribution" entity grid within an "Opportunity" entity form, and checks for duplicates in the "Resource" field of the "Sales Quota Distribution" grid. When there is a…

Tim G
- 147
- 4
- 11
0
votes
0 answers
Maven WebResources files becoming directory in war file
My project has two version for two different client. Both version have some common files with different content. So I have replaced common files in war file in war using WebResource under war plugin. This files becomes directory in war file when I…
0
votes
1 answer
Dynamics CRM 365 on premise unified interface webresource reading date field from form getting date in UTC
We have an on premise tenant and using unified interface.
I have a form which has a date field and its behaviour is set as User Local.
Date Field Setting On the same form I have a web resource that displays the same date field data on form load. I…

u981157
- 1
0
votes
1 answer
ReferenceError in Dynamics 365 Webresource
I am using web resource in CRM of Dynamics 365. Recently, such an error occurred, and I didn't know why it happened and I asked a question.
Error log content:
ReferenceError: $ is not defined
I'll attach the part where the error log…

K.natsu
- 11
- 4
0
votes
2 answers
Need help debugging CRM Web Resoruce code -- getting error message "Web Resource Method Does Not Exist"
I am trying to make the Manufacturer field on a CRM Opportunity form become required when a user opens the form. (I cannot simply use a business rule to do this because the Manufacturer field will then become required in QuoteWerks as well, which is…

Tim G
- 147
- 4
- 11
0
votes
2 answers
Can I import related web resource in Dynamics CRM?
I want to be able to import related web resource, like utility web resource, from my current web resource in Dynamics CRM. This will allow me to split my code across multiple files rather than including everything into a single web resource file.…

Shreejit Rajbanshi
- 55
- 7
0
votes
1 answer
How can I auto-populate QuickCreate form fields with data from a parent record using a jscript OnLoad event?
When a user sets the "Scope" on an Opportunity record to "Parent Opportunity", a grid appears that allows the user to create child Opportunity records associated with the parent. I am trying to create a web resource for an OnLoad event that will…

Tim G
- 147
- 4
- 11
0
votes
1 answer
Exclude webresources from obfuscating with babel?
I'm obfuscating a DLL which contains an embedded webresource, however when I try to add it to the page using ScriptManager.RegisterClientScriptResource I get a YSOD
Web resource 'NameSpace.JsFileName.js' was not found.
I'm obfuscating my DLL via a…

Matt Brailsford
- 2,209
- 3
- 28
- 40
0
votes
1 answer
GetGlobalContext is not defined in HTML webresrouce of Dynamics CRM
I've an HTML web resource in Dynamics CRM on-premise environment. It is saved as new_htmlpage1, now at a click of Custom button I'm opening this HTML web resource. I've added ClientGlobalContext.js.aspx as reference in HTML webresource as well. But…

Mohsin A.
- 153
- 2
- 18