Microsoft Dynamics is a line of ERP and CRM applications. This tag can cover any of the products in the Dynamics family (CRM, AX, GP, NAV, SL, C5).

learn more… | top users | synonyms

0
votes
0answers
23 views

Dynamics CRM Online - Modifing an existing report

I am trying to modify an existing report (Orders) and I must be doing something wrong because when I export the report and I open it in Visual Studio I don't see the actual report. As you can see ...
0
votes
0answers
31 views

Unexpected exception from plug-in (Execute): Plugin: System.Security.SecurityException with Dynamics CRM Online plugin

I am trying to get my hands wet on developing a plugin for Dynamics CRM Online. So I started out with this Walkthrough: http://msdn.microsoft.com/en-us/library/gg695782.aspx As noted in the header, ...
0
votes
0answers
15 views

Dynamics CRM 2011 Online - How to total the duration for activities

I have a requirement to total the durations of all activities related to a custom entity. I have created a custom entity that allows the user to add activities for that instance of the custom entity. ...
0
votes
1answer
18 views

Microsoft Dynamics GP 10.0: Where is the “business object”/stored procedure documentation?

I've been looking at, among other things, the "eConnect Programmer's Guide Release 10.0" for Microsoft Dynamics GP. There are stored procedures (termed "Business Objects") referred to in this ...
0
votes
0answers
60 views

Sql-related error when uninstalling update rollup 13 for MS Dynamics CRM 2011

I'm trying to remove the latest two update rollups (12 and 13) for Microsoft Dynamics CRM 2011 because they've each caused serious issues with our systems. However, I'm receiving an the following ...
0
votes
1answer
18 views

Great Plains Find Sales Orders

I have created sales orders in Great Plains, however, I cannot find them in the right place in the system. Although my code executes without any errors, I do not find this transaction under Sales > ...
0
votes
0answers
25 views

How can I trigger a TFS build when data in Dynamics CRM changes?

The setup we are envisoning is perhaps a little convoluted. However let me start by describing our main goal. We have a Microsoft Dynamics CRM setup which contains data that we would like to build ...
0
votes
1answer
18 views

Create Customer No Address - Dynamics GP

I am trying to create a customer in MS Dynamics GP. Here is my code: public void CreateGPCustomer(JMAOrder jd) { Customer cu = new Customer(); cu.ModifiedDate = DateTime.Now; ...
0
votes
1answer
13 views

MS Dynamics Great Plains Authentication - No Connection Could Be Made

I am trying to pull a list of vendors from my local instance of Great Plains. When I visit http://localhost:48620/DynamicsGPWebServices/DynamicsGPService.asmx I am asked to login. I enter my ...
1
vote
1answer
32 views

Check if two objects are of same type - Dynamics AX 2012

How to check if two objects are of same type in Dynamics AX 2012 Unit Test. Like, AssetProposal::construct(AssetTransType::DisposalScrap) creates an object of type AssetProposalDisposalScrap. So I ...
0
votes
1answer
25 views

Lookup item selection in Dynamics

I have a custom lookup on a Dynamics 2011 form. I also have a javascript library to do a variety of basic validations. My question is, how do I point to a value in the lookup with javascript? The ...
0
votes
0answers
36 views

How to open the whole record of an entity using javascript in dynamics crm 2011? [closed]

with reference to this. i want to ask the question that if i want to open only the record of accounts using java script how could be this possible. i have also try the URL from this but it open a ...
0
votes
0answers
19 views

Encoding upca barcode gives random characters

I am encoding item numbers into bar code in Dynamics AX 2012. I have an item number 765811249511 which when encoded into UPCA gives the encoded characters as ".765811/B:?:." which I think is not ...
1
vote
1answer
71 views

Date filter in Microsoft Dynamics NAV webservice

When sending a filter to the webservice in php everything works fine, but when we need to sort on dates we encountered a problem. We need to get all the objects modified after a certain date. In a ...
0
votes
1answer
44 views

UI Record Counter of closed activities in ms crm 2011

I am trying to make an UI Record Counter of the Closed Activities showing the count of open activities. My list of parameters is: ...

1 2 3 4 5 22
15 30 50 per page