Microsoft Dynamics CRM is a multi-lingual Customer Relationship Management software package developed by Microsoft. Out of the box, the product focuses mainly on Sales, Marketing, and Service (help desk) sectors, but Microsoft has been marketing Dynamics CRM as an XRM platform and has been ...
4
votes
0answers
340 views
Error while removing custom entity in Crm 2011
I can't delete a custom entity in MS CRM 2011 Rollup 11. While I'm trying to delete entity (it takes 5-7 min then there is an error) CRM freezes.
SQL profiler and DiagTool didn't give an answer. ...
3
votes
0answers
118 views
AdxStudio CrmEntityFormView Swallowing Microsoft.Xrm.Sdk.SaveChangesException
I posted this on the AdxStudio forum and got exactly zero response, so I'm hoping ya'll can help me debug this.
I'm using a CrmEntityFormView to create a new contact in CRM, like so:
...
3
votes
0answers
230 views
How can I know what form control had focus when ribbon button pressed?
Have a custom JS function that gets called when a ribbon button is pressed in the context of a form. In my custom JS function I need to know what form field had the focus just prior to the ribbon ...
3
votes
0answers
163 views
E-mail a direct link to a newly created Dynamics CRM Account in Outlook
I'm creating an application that, based on a webform, creates an Account in MS Dynamics CRM 2011. If everything is going fine and the account is created succesfully, I want to send the manager an ...
3
votes
0answers
279 views
crm 2011 legacy discovery web service
I've been trying to connect to a CRM 2011 IFD legacy discovery web service but have not been able to do so. I've gone from getting a 401 not authorized to a 404 not able to connect to site when ...
3
votes
0answers
422 views
Microsoft Dynamics CRM Online with a Windows Azure Hosted Webpage + IFrame + X-Frame-Options
I am trying to use Microsoft Dynamics CRM Online where Windows Azure hosts a custom webpage that is displayed in an IFRAME of the Microsoft Dynamics CRM web application.
I have read ...
3
votes
0answers
213 views
Layout issues with ssrs-2008
I have some trouble with the layout of a custom invoice report for CRM 2011 based on fetch xml, created in ssrs-2008.
One dataset can contain several invoices. The details have on parent group, ...
3
votes
0answers
177 views
Copy permissions / authentication to child threads…?
Here's something very weird I'd notice.
I'm writing a CRM 2011 Silverlight extensions and, well, all is fine on my local development instance. The application uses OData to communicate, and uses ...
2
votes
0answers
66 views
Error when trying to receive Information from CRM 2011 Webservice
I'm receiving an error while trying to retrieve systemuser information from Dynamics CRM 2011. The following Code works:
public List<CrmUser> GetAllCrmUsers()
{
List<CrmUser> ...
2
votes
0answers
46 views
Applying Styles to rdl file
Is there anyway to apply styles to a .rdl file that will be imported to Microsoft Dyanmics CRM ?
My need is to apply a custom font to an SSRS report without the need to install this font to the ...
2
votes
0answers
97 views
MSCRM 2011 CloseQuoteRequest Offline
I wanna close a Quote from a Plugin. Everything works fine online, but if my plugin runs offline in Outlook, i will get an error:
Primary Key must be populated for calls to platform on rich client in ...
2
votes
0answers
142 views
Dynamics CRM 2011 for Outlook, Regarding pane not showing on email
Have installed the Outlook for CRM 2011 add-in along with Rollup 12 on a Win 7 machine running Outlook 2013. When the user opens an email and click "Set Regarding", she can select an contact, but the ...
2
votes
0answers
477 views
how to get lookup field value from entity object?
I have a list of "Participants",which is an entity. In that entity one lookup is there. how to get the Id,LogicalName values?
I was trying like this. but ContId is undefined
function ...
2
votes
0answers
77 views
Keeping view's hidden status when exporting MS CRM 2011 solution
I have faced with strange flaw of MS CRM 2011 deployment process.
Developer is able to deactivate views on development system, however it's impossible to transfer this customization to the target ...
2
votes
0answers
165 views
Can a non-admin user register plugin steps for an existing plugin in Dynamics CRM 2011?
On a Dynamics CRM 2011 on-premise installation, I'd like to write some code via the SDK that would register plugin steps (sdkmessageprocessingstep entities) for a plugin that is already installed via ...