Questions tagged [webresource]
104 questions
0
votes
2 answers
MS CRM 2013 sitemap links to external pages broken when coming from a different sitemap link to an external page
We have a solution that contains 2 sitemap links that don't link to an entity in CRM but rather link to a web resource in CRM whose sole purpose is to redirect to an external ASPX page.
Sitemap link --> Please wait page --> Redirect to ASPX page…

Justin williams
- 574
- 1
- 8
- 26
0
votes
1 answer
Webresource.axd : unable to validate data
Since few days we have an error that occurs many times on our server.
It starts throwing this error after we installed .net Framework 4.5.
The exact error is (french server) :
Code de l'événement : 3012
Message d'événement : Une erreur s'est…

user3274597
- 1
- 1
0
votes
1 answer
CRM 2011 Update Using the REST Endpoint with JavaScript fails
In MS Dynamics CRM 2011 (which is new to me, I haven't worked with it prior to a few weeks ago), I'm trying to update a custom entity field value from the onsave event of a form. Here's the script saved in the WebResource attached to the form and…

NealB
- 21
- 5
0
votes
2 answers
Linking to record from external webresource in CRM 2013
I have a calendar that displays activities from CRM 2013. This calendar is hosted as a separate MVC4 application.
I can surf to and use the calendar either by going directly to it at calendar.domain.com or by clicking my way to it inside of CRM.
In…

JensB
- 6,663
- 2
- 55
- 94
0
votes
1 answer
how to read Data context parameter from a crm to silverlight webresource
i have a silverlight webresource in my crm 2011.
now my task is to append a data parameter in url like
https://www.............../data=1234
now in silverlight application i need to read this data parameter.
i have tried to read the data
if…

Abhishek gupta
- 463
- 3
- 12
- 33
0
votes
1 answer
How to pass parameters to HTML web resource?
I created one HTML web resource. It is opened in modal dialog after click on some ribbon button. Configuration of ribbon button is shown on picture below.
Now, after this is imported and published in CRM, I'm getting an error:
What did I miss…

lazarus
- 1,997
- 3
- 26
- 44
0
votes
1 answer
Cannot find webresource 404
I'm looking for some help into why this web resource can't be found.
I have a third party solution. The demo has a class library project and a few demo pages. I downloaded it ran it, tested it on my local machine. It works!
In order to put it into…

dotnetnoob
- 10,783
- 20
- 57
- 103
0
votes
1 answer
Reference jquery from aspx webpage in CRM 2011
I've created a web resource with the jquery script, this is the url:
"http://dynamics:port/somelib/WebResources/new_orgName/scripts/jquery1.7.2.min"
I've created a new aspx web page and put it in the navbar in 'account' form.
I've added to the…

Greg Oks
- 2,700
- 4
- 35
- 41
0
votes
2 answers
Wicket Datatable sort links changing URL for WebResources
So I've got kind of an interesting problem. I have a wicket page that contains a datatable and a fusionchart (flash chart) that uses a webresource to retrieve it's xml data file. The problem I've got is that when you use the page number or sorting…

Sam Ellis
- 781
- 2
- 6
- 15
-1
votes
2 answers
HTML Web Resource unable to display all lines
I have a HTML web resource in Dynamics 365 which displays a list of text. However, the output is unable to display all lines, resulting in the last 2 lines being cut off. May I know how can I solve it?

gymcode
- 4,431
- 15
- 72
- 128
-1
votes
1 answer
Jersey WebResource Dynamic Headers
I want to be able to set header dynamically. This line works for me:
WebResource webResource = client.resource(doSomethingURL);
webResource
.header("test1", test1)
.post(ClientResponse.class, postData);
But it makes…

ApurvaTripathi
- 43
- 1
- 9
-1
votes
1 answer
CRM 2011: Silver light webresource to download email description
I want to use the silverlight as a web resource in CRM 2011 to download the description of the email activity as a word document.
Please I want to know seek your kind help in this regard.

user2951753
- 103
- 1
- 3
- 13
-2
votes
1 answer
Get all business recommended fields in subgrid
How do I check if a particular field or column of a subgrid is business recommend or not? I want to do this using a web resource. Also due to some requirements, I will have to use the execution context of the form where the subgrid is present and…

Shreejit Rajbanshi
- 55
- 7
-3
votes
2 answers
Hook a function in place of existing function in javascript
I am trying to override one function by replacing it with a different version. The function which I am trying to override is defined in a web resource of a control. But, I have tried the same for script resources, it works.
function…

Ashwani K
- 7,880
- 19
- 63
- 102