dynamics

Webservice on Navision / Microsoft Dynamics version 5... or else?

Go bounty! This question has earned me a tumbleweed badge (7 views in 7 days!), which is somehow a strong confirmation that Navision has a very limited market share, which - I suspect - should be a confirmation Navision is neither all that great piece of software... But hey... that's what we got as a back-end, so I am ready to fight w...

Discovering Dynamics SL (Solomon) Customizations

I'm in the midst of upgrading a MS Dynamics SL (6.5sp1) installation, and was wondering if there was an easy way to review the BSL/VBA code involved in screen customizations. Or at least a way to be able to discover each and every form that has customizations. ...

Implementing a .NET application in ISV MS CRM 4.0

Hi, I'm trying to create a small application within CRM in the ISV folder. I created a new application using Visual studio 2008. The only thing it does is Response.Write("Hello world!") in the onLoad-function. I compiled it and uploaded it to a virtual folder (app) in the ISV directory in CRM. If I now go to crm.mycrm.nl:5555/ISV/app ...

MS SharePoint & Dynamics

Hi, I am planning to learn the following courses on my own. MS SharePoint MS Dynamics Would you please provide any good reference URLs, CBTs and books for this? Thank you.. Regards, Karina. ...

Quantum and Molecular Dynamic packages and Queueing systems

Hi, from the extense list of Quantum and Molecular Dynamics packages, which ones can be easily "interconnected" to a cluster which works with the queueing systems PBS and Sun Grid Engine? Or is it there some program or method that allows "packing" all jobs in a PBS or SGE way? Thanks ...

How to create add-ins for microsoft dynamics nav / navision

Hi, I wish to create add ins for Microsoft Dynamics NAV/ Navision. Is there any API / SDK that I can use to create add-ins? ...

Axapta V3 - how to access worksheet.pagesetup properties from x++

Does anyone know how to access the PageSetup properities of an Excel worksheet via COM from x++ code. I can do all the formatting I require for a custom report but can't access PageSetup object. Any pointers / suggestions appreciated. ...

MS Dynamics GP and cost accounting

Is cost accounting native to GP? ...

I'm trying to get basic collision dynamics working

I've simplified things down to cubes/a single cube colliding with an infinite-mass rectangle and the following code: The problem is, the boxes tend to spin too much and get stuck together spinning and, if the binary search is included, just hit and spin a lot. Thanks for any and all help. /// <summary> /// Projects an abstract 1D line...

Adding formatted text lines to invoices in Axapta 3.0 SP4

I'm still in the planning on how to proceed phase with this, but at a customer site, they are moving to invoicing through axapta. now the axapta has been used for years, and the invoices they are generating for it is -only- using invoice lines. While this is an acceptable solution, it is still preferred if there's some way to extend/pr...

Visual Studio Tools For Dynamics GP - create new Window?

I'm creating my first Dynamics GP integration using the Visual Studio .NET integration. In starting from the programmer's guide, I know how to add my custom form to an existing GP window. what I'd like to do though is create a new form that's not tied to any existing window. i.e. I'd like to be able to let the user add a window shortc...

Powder Physics Games

Does anyone have any experience with this sort of thing? I'm talking about applets like this http://dan-ball.jp/en/javagame/dust/ I'm really interested in how they work, it seems more like fluid-dynamics than regular game physics. Does anyone know any open source variations, or any hints on how they might work? I think it would be real...

Want to learn Microsoft-Dynamics CRM. Please suggest for Dynamics Beginners?

Hi I need to work on a Dynamics project in next 3 months with Pharmaceutical client. I have been working on .NET technologies from last couple of years. Now I am interestred in learning Microsoft Dynamics. Please suggest how and where to start for the Dynamics Beginners...... your ideas/ any tutorial links / materials/ Books/ Traning/...

Negative tax amount for quote product entity in MS CRM 4

Hi Guys Is there a way to apply negative tax amount into a tax field (e.g. quote product) in Microsoft Dynamics CRM 4? ...

VendInvoiceJour.InvoiceAccount <- VendTable.AccountNum relation

Hi. I have following situation: I need to join VendInvoiceJour.InvoiceAccount <- VendTable.AccountNum and take VendTable.Vendgroup. In all cases (queries,or even views) Dynamics ax joins tables VendInvoiceJour.OrderAccount<- VendTable.AccountNum not VendInvoiceJour.InvoiceAccount <- VendTable.AccountNum. I`m trying to use this kind of q...

Need help getting data out of Microsoft Dynamics GP 10

I have a need to return the contents of the Payables Distribution Zoom window to another application I'm writing. I have successfully used eConnect to pull back the Payables Transaction entries but cannot find where to get the line item detail. Can someone point me in the right direction? I've never worked with Dynamics. I'm not against ...

Dynamics Nav (Navision) webservice ReadMultiple date filter

Using the Navision webservices, how can you filter by a date. i.e. Within a SalesHeader table there is an "ExportedDate". I would like to find all SalesHeaders where the ExportedDate has not been set or were exported on a particular date. It seems that whenever we set a filter on a date field, then the webservice will either return all...

Inserting invoice transactions with Dynamics AX / Axapta Business Connector

G'day, OK, I have now rewritten this question totally: I am trying to import data into Dynamics through the use of the Business Connector (ideally, I would be importing it directly through SQL but I understand that is not a good idea - however I am open to other suggestions). This is to import invoices from a production system into Dy...

Running Dynamics AX Test Case in C#

Hi Everyone, I am hoping someone out there can give me help with this. So I need to be able to run Microsoft Dynamics AX test case in C#. Now I was going to try and do something like Process.Start("ax32.exe", "-StartupCmd=RunTestProject_<name of test>"); But I am hoping there might be a way to run it by importing some Dynamics AX DLL...

Images in AX forms

In Dynamics AX, we use a large number of images and icons for various purposes in our custom forms. We're currently having to individually install image/icon packs on every client machine in order for everything to work. Is there a way (or best practice) for handling images and icons in Dynamics so an install on every single client is ...