1,412 questions
0
votes
1
answer
44
views
Remove white spaces in quick view form
Hi we added ProviderStatus as quick form view in main form, but it shows white spaces which need to remove. I tried several approaches but does not work:
function formLoad(executionContext) {
var ...
0
votes
0
answers
14
views
Convert an existing product to a bundle and not a Kit
I have dived deeply in product catalog to solve my problem.
There are some existing products in my CRM365 CE that I would like to convert them to bundles. certainly these products have a unique ...
0
votes
0
answers
21
views
SQL Server, View Returns no rows, except for sa Account
I have a Microsoft Dynamics database on-prem and I am going through the filtered views, if I query the views as any user aside from the sa account, I get 0 rows returned. I have a login that is ...
0
votes
0
answers
37
views
Dashboard in Dynamics 365 redirecting to PowerBI
I have a Dashboard in the left menu of the Dyamics 365 Sales Hub App.
When I open a PowerBI dashboard (Published in the PowerBI service) it loads up fine.
The moment I click it or perform some ...
0
votes
1
answer
85
views
Using CrmSdk.CoreAssemblies v9 with Dynamics CRM 2013 - ConcurrencyBehavior serializing
I maintain an API that needs to read/write data to CRM2013, so far I have been working with CrmSdk version 6.1.2. However recently there has been a need to adapt the API to also work with an ...
0
votes
0
answers
26
views
Dynamics CRM on Premise App Server computer name as SQL Login
We have recently upgraded our Dynamics CRM system to new app and SQL servers. We noticed our app servers show as computer account logins (Domain\AppServerName$) on the corresponding SQL servers. Does ...
1
vote
1
answer
371
views
PAC CLI Unpack and Pack managed solution
I am trying to pack the managed solution using PAC CLI for our automated pipeline. I am seeing some peculiar behavior
when we use unpack command it unpacks all the components
pac solution unpack -z ...
0
votes
0
answers
27
views
Microsoft Dynamics CRM On-premises AD and claim based
Can Dynamics CRM Customer Engagement On-Premises version 8 and version 9, support at the same time (on the same instance) AD authentication (on internal URL) and claim based authentication on IFD?
I ...
0
votes
1
answer
470
views
Retrieve deleted records from the MS Dynamics 365 instance
Is there any direct way through which I can get the deleted records from MS Dynamics 365?
I want some REST API or fetchXML through which I can view the deleted records in an entity.
I don't want to ...
-2
votes
1
answer
724
views
C# upload of multiple files to notes and attachments in Dynamics 365
The following code allows you to upload a single file with notes.
string entitytype_attachment = "incident";
Entity Note_attachment = new Entity("annotation");
Note_attachment[&...
0
votes
1
answer
153
views
How to view customized field in UI of dynamics 365 CRM using Plugin in C#
I have created one customized field in contact module by using plugin in dynamic 365 crm. But, I am unable to see the field in the UI of contact field. I have tried with the following code. It is ...
0
votes
1
answer
342
views
MS Dynamics - Microsoft.CIFramework.addHandler is not invoked - onpagenavigate and onclicktoact
I am integrating my call center widget application to dynamics 365 crm. I am using Channel integration framework(Microsoft.CIFramework).
Imported library:
I am registering handler for events such as ...
1
vote
1
answer
929
views
Hide OptionSet Value of Ribbon Button ( Status Reason of Disqualify Button )
I want to hide some optionset values from Disqualify button; actually these are statusreason of disqualify state.
I can do this with any field on the form with simple JS.
But for a button in ribbon( ...
0
votes
0
answers
95
views
C# Create a Mapping Instead of Switch Case
I am reading a csv file exported from another system and creating a record in microsoft dynamics crm using C#. However the status is different between the 2 systems so i have to read the statuses from ...
1
vote
2
answers
610
views
unable to load CRM organization
I can't connect to the V9 on premise env with plugin registration tool, I'm getting the error: Unable to load the CRM organization.
I have searched similar questions but my issue is not similar, stack ...
0
votes
1
answer
883
views
How to get attachment content of post and comment in dynamics 365 using crm sdk
activityfileattachment and fileattachment entities, do have attachment information associated with the post but i am not able to find it's filecontent although activityfileattachment does have ...
0
votes
1
answer
1k
views
Incoming Emails are not getting loaded into CRM Queue in Server Side Synchronization
Recently We have switched from Email Router to Server Side Synchronization (CRM On-Premise). Switching was successful and mailbox also seems active and showing incoming and outgoing processing status ...
-1
votes
1
answer
49
views
I want to create an Array with For loop to hide multiple fields in CRM MS
i want to use an array that contains all the fields and it will be hidden and use for loop to do it.
Inside the CRM MS i don't know how.
function hideShowPicklist(executionContext) {
var ...
1
vote
0
answers
198
views
Dynamics CRM + Azure Function Timeouts on bulk update
I have an Azure function (Http triggered) which updates data in Dynamics CRM.
The data to be updated is beyond 100,000 so I have used the ExecuteTransation request and executing the requests in ...
0
votes
0
answers
16
views
Filed is optional in ms-crm but showing mandatory in powerportal case creation! How?
Can anyone help me with the problem, field is showing mandatory in ms-crm powerportal but it is optional in ms-crm
0
votes
0
answers
71
views
Dynamics CRM Plug-in Configuration Manager Utility
There is a tool called Plug-in Configuration Manager Utility that was on codeplex (https://pluginconfigmgrutil.codeplex.com/)
Since codepleax is not available anymore I am wondering if someone has ...
0
votes
1
answer
75
views
Dynamics CRM + field type to store shareholders information
I have a requirement in which I am getting company's information from an external webapi and I need to store that data in CRM.
Problem is the users want the shareholders information to be stored in ...
0
votes
1
answer
502
views
Where to find the Dynamics CRM Plugin Registration Tool Source Code?
I am looking for the Dynamics CRM Plugin Registration Tool Source Code. Any idea from where I can download it please?
0
votes
1
answer
2k
views
Is there a Tool to List all Dynamics CRM plugins Including Hidden Ones? [closed]
I am looking for a tool to get a list of all dynamics CRM plugins in an on-premise instance and in particular the hidden ones.
0
votes
1
answer
521
views
API to get record level and access level privileges of a user
Is there any API through which I can get a user's access level and record level privileges? First, I want to check if a user has access to a specific entity, and then I want to check what documents a ...
1
vote
1
answer
325
views
Dynamics V9 on premise prod restore on dev environment
I have a prod environment where the version of dynamics in 9.0.16.7 (prod, was not installed by me).
I have installed installed the new organization which is version 9.0.2.3034. (I have not applied ...
-1
votes
1
answer
86
views
getting all the security profiles created for an entity ms dynamics
How can I get all the security profiles created for an entity? Is there any API through which I can get the ids or any information about the security profiles which had been created for that entity?
I ...
0
votes
0
answers
587
views
can a record belong to multiple business units ms dynamics?
I am actually handling the access level permissions for records in one of my projects on the basis of business units. If the business unit value of the record and that of the current user is same, ...
0
votes
0
answers
719
views
how to get the value of "CrmOwinAuth" in ms dynamics?
I was making a request through my browser console to my MS Dynamics instance to retrieve some information. I downloaded the network request made and converted it into a curl request. Then, imported ...
0
votes
1
answer
615
views
getting a user's business unit on the basis of email address MS Dynamics
I have been able to get the currently logged-in user's business unit value on the basis of the system user id. I want to get the same business unit value but, on the basis of the "...
1
vote
1
answer
1k
views
Microsoft Dynamics CRM 2016 Setup Failure on SQL Native Client
I attempted to install Microsoft Dynamics CRM 2013, but I get the error shown in the image
When I drill donw into the error log I noticed the following message:
Installation of Microsoft Visual C++ ...
0
votes
2
answers
1k
views
Dynamics 365 Duplicate Detection Plugin on Subgrid Record create
hope someone can help me I am been struggling with this for a few hours now.
I am creating a Plugin to Create a custom entity record called Future Products(Entity B) on a Subgrid of an EntityA record(...
-1
votes
1
answer
122
views
Automatically assign records after 1 day in MS Dynamics CRM
I would like to implement a functionality in MS CRM-
When a user changes a department, record owned by him should be automatically assigned to department owner after 1 day. How to achieve this ...
0
votes
2
answers
94
views
Dynamics CRM 2013 cascade delete does not fire children plugin
I have a parent entity A that has 3 children entities B,C & D. I have registered plugins on Delete on each of the entities with event pipeline "PreValidation". Inside CRM I have set the ...
1
vote
1
answer
2k
views
CRM Dynamics Performance / Timeout issue
We have Microsoft Dynamics 365 (CRM) on premise version.
This instance is used by around 100 users and there are 15+ custom applications written in .Net, which consumes CRM Web service to perform CRUD ...
0
votes
1
answer
474
views
Queue Item Pick and Release button
I have to show different alerts when the user clicks on the pick and release button, Is there any parameter that is passed when we click on these buttons and get it on Plugin or any other workaround ...
0
votes
1
answer
222
views
Update a existing record instead of creating new record of same entity in MS CRM
I have work order product entity which have product, status and quantity field in MS CRM online. When user tries to create a new record of work order product entity, quantity of existing work order ...
1
vote
1
answer
4k
views
Dynamics CRM + hide ribbon button only on a particular Form
Is there a display rule (using ribbon workbench) through which one can disable the ribbon button on the Form only on a particular Form and not on all Forms?
0
votes
1
answer
198
views
Dynamics crm + Detect changes in an embedded iframe on CRM Form
I have an iframe embedded on my crm Form, the changes made in the controls within the iframe is not detected and the Form does not show 'unsaved' message on the form. However data in the iframe gets ...
0
votes
1
answer
179
views
Dynamics crm online + Disable autosave in html webresource
I have disabled autosave functionality on my crm form using the below code. However it still triggers the save function in my html webresource.
//Javascript on the Form onsave
let eventArgs = context....
0
votes
0
answers
277
views
Account with ID = [id] does not exist, even I don't call any accounts?
I'm writing a console app to upload file .csv into CRM. Here is my code:
var hundredData = File.ReadAllLines(@"..\..\Data\ImportList100Data.csv");
var dataList = from detailData in ...
0
votes
0
answers
634
views
Unable to cast object of type ‘xxxx’ to type ‘Microsoft.Crm.Sdk.IPlugin’
Unable to cast object of type ‘xxxx’ to type ‘Microsoft.Crm.Sdk.IPlugin’ when trying to debug the error in plugin using plugin registration tool
We are using CRM on Premise
here is the full error:
...
0
votes
1
answer
2k
views
Is it possible to disable multiple row selection in a Dynamics 365 view?
As the title says, is there a way? The reason I need this, is because I created a custom entity view for editing records. I'd like the user to only choose one row at a time. (This means, that bulk ...
0
votes
1
answer
78
views
Moving from Office365 Auth to OAuth
So there's a piece of software using the deprecated Office365 Auth type and I am working to change it. However I cannot seem to get my head around how to edit the following:
String ...
0
votes
0
answers
136
views
How to delete entity after all the dependent components has been removed?
I have removed all the components from my entity but when I try to delete it still throw an error. I have tried everything I found on the internet but no luck. Is there anyone who has faced the same ...
0
votes
1
answer
2k
views
create a System Dashboard in Dynamics 365
I am trying to create a system view in Dynamics. I have followed the steps they share in Microsoft foro here: https://learn.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/...
0
votes
1
answer
130
views
Dynamics crm + plugin logic to update zero values
I need to perform the sum of each field across multiple records of the same entity and update the values on the same entity. Along with this I also need to store its formula.
AttributeList = { "...
0
votes
1
answer
4k
views
Dynamics crm + how to get attribute value based on the type dynamically in plugin code
I have the below requirement.
I need to perform the sum of each field across multiple records of the same entity However while performing the sum, I also need to check the type and cast them ...
0
votes
1
answer
616
views
Audit Log records not showing in CRM view
On one of our test servers the view in Settings -> Auditing -> Audit Log Management says there are no deletable audit logs available, even though a select count (*) from AuditBase in the ...
1
vote
1
answer
502
views
Dynamics crm + Plugin code to store sum formula across a entity collection
I have the below requirement to be implemented in a plugin code on an Entity say 'Entity A'-
Below is the data in 'Entity A'
Record 1 with field values
Price = 100
Quantity = 4
Record 2 with field ...