-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
The team that wrote the dynamics crm sdk help rocks! I wanted to display the same crm icons on our time tracking application for consistency, so I opened up the sdk help file, searched for 'icon', ignored all the sitemap/isv config entries since I know I want to get these icons programatically, about…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We have a Dynamics CRM 4.0 instance with some custom attributes of type "money" on the Case entity and on all Activity entities (Email, Phone Call, etc.) When I use the built-in "Convert Activity to Case" functionality I find that the resulting Case does not have a Currency set, even if the Activity…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to get to grips with MS Dynamics CRM 2011. I have have the beta installed on a VM and things look pretty good - some great new features etc.
However I am getting an exception when trying to connect to the new XRMServices (updated 2011 WCF web services)
Exception: System.ServiceModel…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
So I've been working on trying to figure this out, oddly when I ran it one machine I got a generic Axis Fault with no description, but now on another machine I'm getting a different error message, but I'm still stuck. Basically I'm just trying to do what I thought would be a fairly trivial task of…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to register a plugin for MS CRM, the situation is as follows. It's an IFD deployment and everytime that I connect using the Microsoft provided plugin registration tool I get the following error message.
Unhandled Exception: System.Net.WebException: The request failed with the error message:
--
<html><head><title>Object…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Using this code I can not create a connection using IIS 7 with Windows Authentication.
try
{
Axapta axapta = new Axapta();
axapta.Logon("", "", "", "");
//Or this> axapta.Logon("COMPANY", "NL-nl", "OBJECTSERVER", "");
System.Diagnostics…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello, I have created new LeaveMaster table in Axapta. please let me know how can i create number sequence of LeaveID. please help me. Thank you.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hi folks,
i'm struggling with an .net activeX i try to use in ms axapta 2009.
using this component on my local machine where it was compiled, it's working quite fine.
it can be added as activeX element on a form, the methods and events are listed in the axapta-activeX-explorer and i can interact…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is it possbile to move aotnode in axapta through code(I want to achive the same movement as done via alt-up, alt-down)
Dynamics AX 2009 has AOTmove method, but when I try
#AOT
ProjectNode root;
//SysContextMenuAOT ctx = new SysContextMenuAOT();
ProjectGroupNode firstChild;
ProjectGroupNode secondChild;
;
//root=ctx…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to add a service reference to axapta 2009. All is working well, its a simple web method(external webservice) that gets executed on the server tier(necessary, otherwise clr interop error)
But I've ran into the following problems :
is it possible to close the proxy one way or another…
>>> More