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
10 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
11 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
16 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
9 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
17 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
22 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
26 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
18 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
41 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
34 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: ...
0
votes
1answer
52 views

The value 'Xrm.XrmServiceContext, Xrm' is not recognized as a valid type or is not of the type 'Microsoft.Xrm.Sdk.Client.OrganizationServiceContext'

I am trying to connect to MS Dynamics 2011 Online. On the using xrm part of my code, I receive this error: The value 'Xrm.XrmServiceContext, Xrm' is not recognized as a valid type or is not of the ...
1
vote
1answer
49 views

Dynamics CRM 2011 Microsoft Online CrmSvcUtil Meta Data Contains a Reference that Cannot be Resolved

I am using the Microsoft Dynamics CRM Online, located here: https://portal.microsoftonline.com/admin/default.aspx I am trying to create the dll files from this article: ...
0
votes
2answers
82 views

Dynamics CRM 2011 Plugin How to get the team(s) a user belongs to

I have a requirement to check and see if a user is on a specific team. I'm assuming that I have to start at the team, but I'm not really sure about that. It would easier to just look and see all the ...
0
votes
0answers
58 views

In dynamics CRM 11, open a URL with a specific IFrame information

I have to get an URL so I can get directly into the main.aspx page of dynamics with a specific entity. This I already did, no problem. The problem is that I have to open this entity in the main.aspx ...
0
votes
0answers
9 views

Activating/Deactivating aif ports using a script

I've searched google and also this site but am having trouble finding any examples for this. Does anyone have any suggestions?
1
vote
0answers
42 views

Use Dynamics AX array in .Net

We have an installation of Dynamics AX 4 that's being called by a web service, and I need to retrieve a collection of table buffers. While I could instantiate a class instance and return all the ...
-1
votes
1answer
39 views

Sending Quote directly from Dynamics CRM

i am trying to find a way to send generated Quote directly from CRM to my client + at the same time adding add completed task of doing that. As i understood only way to do this is by downloading ...
2
votes
3answers
55 views

BMI calculation syntax with javascript inside dynamics

I'd like to create a simple BMI calculator (MS Dynamics 2011) I have 3 fields: 1: persons height (precision 2 - decimal formatted text box) 2. persons weight (precision 2 - decimal formatted text ...
0
votes
1answer
177 views

how to retrieve a field's value from another entity in MSCRM 2011?

I was able to buld such useful odata queryies by using CRMToolsODataQueryDesigner however I'm stuck how can I get value from a particular field of a form. for instance, I make the next odata query ...
0
votes
1answer
64 views

how to insert some data another form into new contact form in dynamics crm 2011?

So, I'd like to insert data that was taken from one form into a new another one. In my case, I have a contact's form. for example, and there is a lookup inside of it. I can find any account by using ...
0
votes
0answers
27 views

Access COM DLL from MBS Axapta 3

We have MBS Axapta 3 in our company. The boss doesn't want to migrate to a later version of Dynamics AX, so I'm stuck with this. Basically what I'm trying is to access my own COM DLL from Axapta's ...
1
vote
2answers
102 views

Querying Microsoft Dynamics NAV 2013 Odata service as JSON Format

i have read here, that the Odata Webservice also supports the JSON format. But how can I get that? When I send a request i only get the following format> application/atom+xml
0
votes
2answers
56 views

Errors 10001 Internal Error The transaction could not be loaded

I am encountering strange issue with Paypal sandbox account. While testing Credi Card Authorize command all Visa type of card are authorized sucessfully but credit card of type Master Card are not ...
0
votes
1answer
132 views

Dynamics CRM 2011 - How do you debug a custom workflow using CRM online?

We are using the online version of CRM. I have created a custom workflow but I can't seem to locate anything that will tell me how to debug it. Everything I've read refers to copying the pdb file into ...
1
vote
1answer
104 views

How to make a diagram for а dashboard in CRM 2011 which includes two or even more entities?

I'm interested in dashboard CRM 2011. It seems that in order to make it nice to view for users We have to create a specific workflows or FormXML or FetchXML. I wonder, for instance, to make a ...
0
votes
1answer
99 views

How to create or get an OrganizationServiceProxy instance on a plugin

Is there any way to create an OrganizationServiceProxy instance on a plugin? I want to execute EnableProxyTypes method passing an assembly which is different from the plugin assembly as the argument ...
0
votes
1answer
193 views

Bold a field label, resize fields in Dynamics CRM 2011?

I don't think this is possible using the Xrm. framework but I have to ask. We have labels next to our fields and one we want to bold is the Sub Total. I can't see any way to do this without going ...
0
votes
1answer
154 views

how to use jquery in dynamics crm 2011 online?

Did anyone use an jquery for controlling form's attributes I'm interested in Expanding Textareas in forms of entities in Micrsoft CRM 2011 I found some pretty nice solution by using jquery so as to ...
1
vote
2answers
77 views

AlwaysOnTop property not behaving properly

For some reason, the AlwaysOnTop attribute for a form's design isn't properly working. Here's the context: we are trying to have a form that stays on top of every other one when opened. Simple no? ...
0
votes
2answers
74 views

Send Emails in CRM2011 [closed]

How to send Emails in CRM 2011 without using Any plugins or SDK?.My CRM is Configured with Outlook.Is there any way to send emails from campaign form's "Save Button" Action.Am new to to started CRM ...
3
votes
1answer
199 views

How to send approval email request in MS Dynamics CRM 2011

How to send Email approval request from Campaign form in Ms Dynamics CRM.
4
votes
1answer
85 views

SQL Server Stored Procedure Query

I've recently inherited an internal ASP.NET website that uses SQL Server 2008 as the backend server. SQL Server has a database, Database1, with several Companies within each database, all with the ...
1
vote
1answer
49 views

Does Dynamics NAV 2009 RTC contain orphaned fields?

Until today, I was under the impression, that a field can only show up in the RTC Layout's dataset, if it has been defined in one of the sections of the classic report. Then today I was designing a ...
2
votes
4answers
170 views

text field attributes/methods dynamics crm 2011

I'm looking a method or way how to check that the text field in crm form is "null" I've got a tab, there are section and text field inside of it; furthermore, I'm using that function in order to ...
2
votes
3answers
118 views

Could we make a form in dynamics CRM that will be based on an another?

I wonder is it possible to create a form which will based on an another. for example, I'm creating a new account and, initially, I know that I have to create about 10 accounts yet. The point is that, ...
3
votes
2answers
184 views

How to make a text field fit in Dynamics CRM 2011

Does anyone know how to make the size of a text field shrink in Dynamics CRM 2011? I tried to find a solution online but it seems impossible. Now, there is a setting that allows me to fit a text box ...
-1
votes
1answer
161 views

Dynamics CRM - Open entity form on ribbon button click

I'm planning to add a ribbon button to an existing group for a specific entity. I have created a custom entity, which is a child of the entity for which I'm creating the ribbon button. How do I open ...
4
votes
1answer
149 views

Set visible Tab or section in dynamics crm 2011

I'm a bit confused how to use that function. I'd like to hide/show tab and section by using this logic. function setVisibleTabSection(tabname, sectionname, show) { var tab = ...
2
votes
1answer
73 views

Advice on way to add information to a MS CRM form for a related entity

I want do display information for the associated Account record on an invoice form. The fields are read only and are for information to be shown for the user who is creating or editing the invoice. ...
0
votes
1answer
92 views

Microsoft Dynamics: Value of the field shows on the form, but it doesnt show on the grid view

I have an issue with the visibility of value of the field. I'm using MS Dynamics CRM. After I code the field, in the form, the value of this field shows up perfectly. However, it doesn't turn up on ...
0
votes
2answers
307 views

CRM 2011 Rollup 12 Javascript errors

We recently upgraded to rollup 12 and we are now experiencing JavaScript errors being thrown whenever a grid related ribbon is presented containing ribbon customization the dialog message is stating a ...
0
votes
1answer
36 views

Getting associated trade agreement (PriceDiscAdmTrans) from a record in SalesLine table in dynamics ax

How do I get the associated record in trade agreement journal (PriceDiscAdmTrans) from the record in SalesLine Table?
1
vote
4answers
115 views

Dynamics CRM 2011 - Does each plugin that related to a different entity have to have it's own assembly?

I am creating a series of related plugins. Each plugin is for a different entity. Does each plugin have to have it's own assembly? I'm using Visual Studio and I created a second project within the ...
0
votes
1answer
141 views

Company restriction for some users in dynamics ax 2009

I am trying to restrict a user to access only 2 or 3 companies. I have added code to filter companies in SysDataAreaSelect form but it works only for the link which is present in the status bar. It ...
2
votes
2answers
126 views

Dynamics CRM 2011 - Getting too many rows back from a retrievemultiple on salesordersdetail

I have a plugin that is registered Update, Order, Post Operation. In the plugin I perform a retrievemultiple on the salesorderdetail. The problem I'm having is that there are 3 products that make up ...
3
votes
1answer
95 views

Email router's error occured when send a letter by usual user of CRM 2011

I couldn't get why the email-router works as well. I'm trying to turn a settings of email-distribution for all users in CRM 2011. I managed to configure email-router for system administrator as well ...
0
votes
0answers
29 views

Dynamics CRM 2011 - What is the best way to test a javascript that uses odata?

I have a javascript that reads an order using OData. What is the best way to test it, preferably using Visual Studio 2012. Thanks
3
votes
3answers
120 views

Dynamics CRM 2011 Online - how do you read all products for an order?

I have the following code... var oDataPath = Xrm.Page.context.getServerUrl() + "/xrmservices/2011/organizationdata.svc var oDataSelect = "/SalesOrderSet?" + "&$filter=(guid'" + id + "')" + ...
1
vote
1answer
91 views

Dynamics NAV 2009 Classic Client Extensions

I am curious if it is possible to extend the Microsoft Dynamics Nav Classic Client and program an add-on that can for example enhance the Object Designer. For example in the "Object Designer" it is ...
1
vote
1answer
31 views

How to get log server accessing to Microsoft CRM Webservices 3.0

I'm tring to call Microsoft CRM Webservices 3.0 with a Php Soap Client (Zend_Soap) and I got this exception : Server was unable to process request (0xc00ce556). So, I Want to access log files. ...

1 2 3 4 5 7