crm Questions

4

I'm trying to develop a custom reports generation for my application, in which the user will dynamically input the model and its related model.And will select the related columns for which the repo...
Ninepins asked 5/11, 2015 at 11:5

3

Solved

I'm wondering how to get the string value of an OptionSet in a CRM plugin I am making. I thought all I had to do was pass the int value to OptionSetValue, but that doesn't seem to be working. Here ...
Atherton asked 21/7, 2014 at 19:55

6

Solved

I've just loaded up the advanced find and I cant click on half the icons/drop downs as they are all in the wrong place. It works fine on other servers and other machines. It appears as if its a CSS...
Grimsby asked 12/6, 2015 at 16:1

4

Solved

I need to connect and retrieve records in CRM Online through CRM 365 plugin. I have tried simplified connection using xrm.tooling.dll but unfortunately it says Could not load file or assembly 'micr...

4

I have got an error that is 'The type or namespace 'Xrm' does not exist in the namespace 'Microsoft''. I've already added Microsoft.Xrm.Sdk.dll. My project's Framework version is Framework 4...
Paginate asked 15/6, 2015 at 13:6

3

I am developing one C# application which is used to retrieve data from Dynamics CRM Online. To validate the User Name and Password of Dynamics CRM I am using the WhoAmIRequest. It works fine until ...
Quarterphase asked 24/6, 2015 at 6:56

2

Solved

I have a problem running a WCF service that connects to the CRM: It frequently produces CommunicationObjectAbortedExceptions which leave me to wonder if I am doing something wrong. These execptions...
Medovich asked 3/9, 2014 at 12:51

3

Solved

I need to execute a CRM 2011 workflow from .Net. I have looked at the CRM 2011 SDK example which uses the ExecuteWorkflowRequest message. The example works which is a good start, but the sample als...
Forte asked 20/4, 2011 at 10:6

2

Solved

The documentation for Netsuite is quite lacking, they cover the basics and then let you loose to explore. Anyone without a vast knowledge of PHP trying to use their php toolkit would be on their kn...
Chinookan asked 13/1, 2011 at 21:26

6

Solved

My company took a terrible decision. They decided to use SuiteCRM, someone installed it for them, and now i should support and develop it. We should customize it a lot and of course it's needed to ...
Y asked 9/2, 2017 at 16:14

2

I am trying to remove the PreSearch filer and my code is as below. How can I achieve the same? Xrm.Page.getControl("productid").removePreSearch(function () { Object }); Xrm.Page.getControl("prod...

2

Solved

I need to update modifiedon, createdon, modifiedby in CRM using SSIS via kingswaysoft. Is it possible? Because right now kingswaysoft is not showing these fields for mapping.
Baseball asked 18/7, 2018 at 12:9

5

I need my website to connect to CRM this is my code var organizationUri = new Uri(ConfigurationManager.AppSettings["CRMServerUrl"]); //Client credentials var credentials = new ClientCredential...
Pennywise asked 9/6, 2014 at 7:0

4

Solved

I'm building a website in Django. I want each user of the site to have some basic client management tools - add a client and contact information, add certain events around the clients, text/email c...
Buke asked 12/5, 2011 at 19:53

5

Solved

How to get the option set from a field in an entity in CRM 2011 using crm sdk and C#? I just want to share with you guys a direct approach on getting the option set of a field in an entity.
Oneidaoneil asked 27/4, 2014 at 13:36

1

I'm working with CRM REST Builder to build my requests. I'm creating a web resource from it, I'm inserting a record with Decimal input. when entering a number from decimal input, this error is disp...
Allele asked 27/4, 2017 at 14:43

3

I want to display all audit history data as per MS CRM format. I have imported all records from AuditBase table from CRM to another Database server table. I want this table records using SQL qu...
Forsaken asked 3/8, 2017 at 11:18

3

Solved

I've built a custom action in CRM that I need to fire through its WebAPI. The custom action is activated and I got no errors in CRM while creating it. I try to call this action from a VB.NET app...
Protractile asked 24/1, 2017 at 12:28

1

Solved

I'm recently developing a CRM application using Microsoft Dynamics 365. How do we customize the menu tab in Microsoft CRM as shown in attached Figure? Please let me know the steps to do so. Please ...
Coquito asked 13/6, 2017 at 7:42

2

Solved

How do you write a class for a Dynamics CRM form in TypeScript that is testable? By testable, I mean a non-static class that can be instantiated and passed a mock Xrm object. My current approach ...

1

Solved

Whenever I click on an opportunity to customize it The window bellow opens It appears that the customization window is trying to open an activity window and it should open a opportunity chart...

2

I am currently using InvalidPluginExecutionException to send the message to the user, but it turns out that the message is in English "Business Process Error" beyond which the error box appears the...
Auld asked 16/5, 2013 at 17:19

2

Solved

I'm new to Dynamics CRM and I'm trying to export security roles from the SQL back end of CRM to create a report of each security roles read, write, create etc permissions. Has anyone done this befo...
Fourteen asked 8/8, 2014 at 10:47

1

In Offer screen, I have an subgrid of ProductOffer can be added. I have a PreCreate ProductOffer plugin which checks for some conditions to show error message and stop creating. So in this plugin ...
Bacchae asked 15/4, 2016 at 4:56

4

Solved

I am newbie with CRM and I was googling for how to hide and show a text field using jScript library in MS CRM (online) and found several options of using the function setVisible. I tried those opt...
Otherwhere asked 19/5, 2013 at 11:11

© 2022 - 2024 — McMap. All rights reserved.