Issue with Privileges and not displaying previously created dashboard and views
Hoping someone can assist me with this.I am new to CRM and have been creating a dashboard with specific lists and charts which looked great and delivered what i needed.I set this as the default and had...
View ArticleIssues with CRM 2015/SharePoint 2010 List Component
HiI've recently installed the SharePoint 2010 List Component and have managed to get as far as trying to create a document library using it.The process seems to stall and just hangs (spinner keeps...
View ArticleLoad Test Dynamics CRM 2015 Using Visual Studio Test Professional 2015
Hi Everyone, I have a project to load test CRM 2015 using VS 2015 Enterprise version. I am facing issue in recording CRM application on Visual Studio and fiddler is not an option for us. Does anyone...
View ArticleDependancytokenvalue in asynchronous table
Hi All,Could you please let me know what is the use of 'Dependacnytokenvalue' attribute in the asynchronous table. According to me , If Any asynchronous workflow stuck in the queue or wait for the...
View ArticleCRM Dynamics - Views and FetchXml
Hi,I need to retrieve the underlying xml for a view for which i have the view-id.Can i get a suggestion as to how this can be implemented.Thanks.
View ArticleOpen Quick Create form with N:N Relationship subgrid
Hello everyone!I have this request. I have a N:N relationship between Items and Transfers of items (inventory management system). I have the subgrid of transfer in my Items form. When i click the +...
View ArticleBusiness Connector for CRM 2016 Online and AX 7
Hi Experts,Does any know when the connector for Dynamics CRM 2016 online and AX 7 will be available in the market?Or is there any other tool (reliable and free of cost) available for integration of...
View Articlehow to get Entity reference id in plugin
if (entity.LogicalName == "account") { Entity Account = (Entity)service.Retrieve(context.PrimaryEntityName, context.PrimaryEntityId, new ColumnSet(true)); tracingService.Trace("1"); Guid ContactGuid =...
View Articlestate code and status code for Duplicate detection rule and condition will...
state code and status code for Duplicate detection rule and condition will always 0 & 0 ??????? when will it be active and when will be it is deactiveCan any body explain about the statecode and...
View ArticleRestart SLA in the past
Dear Experts,I'm facing a scenario that I don't know how to resolve.. The situation is the following. The SLA starts on the Case creation. If the user needs more information from the customer, he send...
View ArticleScheduling report with parameters
Hi All!I have created a report in SSRS with a parameter that can allow multiple values. I had also set default values(more that one value) for my parameter. The report runs fine in ssrs and in crm. The...
View ArticleScheduling report with parameters
Hi All!I have created a report in SSRS with a parameter that can allow multiple values. I had also set default values(more that one value) for my parameter. The report runs fine in ssrs and in crm. The...
View ArticleNotes don't work on the newest version of Firefox
Hi,When I'm using the newest version of Firefox standard Notes doesn't work - I can't see what I'm writing in the Title or text section. And it's happening with all CRM versions, on-prem or online.Does...
View ArticleAssign Request Not Assigning
Good day,Kindly assist,I am writing a plugin that triggers on update of an entity.This then check a specific attribute on an entity if this attribute is trueIt then assigns to the relevant person.My...
View ArticleUse another Exchange Mailbox for CRM Admin
Hi,Is it possible to use the email of a User who has not been assigned a CRM license as the email for a CRM Admin User. e.g. User: John Smith has an exchange license but isn't active in any other area...
View ArticleSet Notification during onclick events inorder to prevent multiple clicking...
Hi all,I have created a custom Button named Create Account, where new account record gets created when Create Account button is clicked. But, when the Create Account button is clicked, it takes few...
View ArticleHow to Fetch Sales -> Leads from Microsoft Dynamics CRM.?
Hi all,Please help me to fetch the Leads from Microsoft Dynamics CRM.I am using PHP to fetch the data from CRM.. Is there any way to Fetch data through PHP..??I tried the CRMSoapAuthPHP-master. But its...
View Articlehow to get created record in plugin
Entity entity = (Entity)context.InputParameters["Target"]; if (entity.LogicalName == "account") {Entity Account = (Entity)service.Retrieve(context.PrimaryEntityName, context.PrimaryEntityId, new...
View ArticleWeb API C# code in dynamics CRM
Can anyone share the basic code (C#) for CRUD operations using Web API ( instead of using Organisation service ).
View ArticleExport Marketing lists of a campaign
Hello All,We have a requirement in which if the user clicks a button the marketing list should be exported to excel in the "Campaign" form. What are the possible ways to acheive this...
View Article