C/Side Integration Utilities
A .Net library containing classes that allow for communication with a running instance of Dynamics Nav. This can be used to upload/download text objects, compile objects, query table data and many other things. You will still need a developer license to use most of the functionality this library provides. These utilities in no way bypass the usual Dynamics Nav licensing. This project is open source, licensed under the Apache 2 license. The latest source can always be freely downloaded from the Edgerunner website.
http://www.mibuso.com/dlinfo.asp?FileID=1275
Discuss this download here.
Comments
I traded my sanity for a railgun
I want to read the help file but there is no content inside, or?
BTW nice idea! Ill hope that I had enogh time in the future to test this dll
I traded my sanity for a railgun
I traded my sanity for a railgun
My hope is that this project will become more community driven eventually. Up to this point various people have had their own implementations of these interfaces and I thought it would be good to create a formalized project to encapsulate all of them. I also wanted to obscure most of the dirty details that make it all work so that as long as someone understood .Net they could easily make use of it.
I traded my sanity for a railgun
I traded my sanity for a railgun
I traded my sanity for a railgun
I traded my sanity for a railgun
We had the same problem with our automation.
Maybe you already know the solution, else you can read about it here:
http://www.mibuso.com/forum/viewtopic.php?f=7&t=28707
Instead of this:
You will have to do the following:
Object Manager
I traded my sanity for a railgun
A .Net library containing classes that allow for communication with a running instance of Dynamics Nav. This can be used to upload/download text objects, compile objects, query table data and many other things. You will still need a developer license to use most of the functionality this library provides. These utilities in no way bypass the usual Dynamics Nav licensing. This project is open source, licensed under the Apache 2 license. The latest source can always be freely downloaded from the Edgerunner website.
Version 1.3 Alpha
Added ClientLink class
http://www.mibuso.com/dlinfo.asp?FileID=1275
Discuss this download here.
I traded my sanity for a railgun
I traded my sanity for a railgun
A .Net library containing classes that allow for communication with a running instance of Dynamics Nav. This can be used to upload/download text objects, compile objects, query table data and many other things. You will still need a developer license to use most of the functionality this library provides. These utilities in no way bypass the usual Dynamics Nav licensing. This project is open source, licensed under the Apache 2 license. The latest source can always be freely downloaded from the Edgerunner website.
Version 1.4 Alpha
Renamed Client.FetchSpecificObjects methods to GetObjects and GetObject
Refactored the code for GetObject and GetObjects
Added missing documentation
Renamed Client.FetchTable to GetTable
Renamed old Client.GetTable method to GetTableInternal to avoid conflict
Made all ClientLink.Parse methods static
Made all ClientLink private parsing helper methods static
Renamed Client.GetSpecificClient methods to GetClient
Renamed Client.GetSpecificDesigner to GetDesigner
Version 1.3 Alpha
Added ClientLink class
http://www.mibuso.com/dlinfo.asp?FileID=1275
Discuss this download here.
I traded my sanity for a railgun