-
NAV Web Client - Sales Order Demo
NAV Web Client - Sales Order Demo Watch our new video of our Dynamics NAV Web Client "Anveo Web Desk". In this example, you can see how a salesman in the field uses his web browser for an access to Dynamics NAV without using VPN or remote desktop: - Looking for a customer by contact name - Adding a new sales price -…
-
Web Services (ppt)
Web Services (ppt) These are the slides I used during my presentation at Directions EMEA 2011. It was a session about (obviously) "Web Services". This time, I could also talk about the "consuming" part with .Net Interop. I also showed an integration with Magento on Linux. http://www.mibuso.com/dlinfo.asp?FileID=1352…
-
NavFinder v1.02
NavFinder A smart popup finder component to open forms in Google Desktop Search style. Activate it by double-click the left control button in NAV. Can be customized with non-standard form objects by edit the embedded dat-file. If you find it useful you could instantiate it in codeunit 1 (ApplicationManagement) for…
-
Text Output
Text Output Write text into the text file from Dynamics NAV. http://www.mibuso.com/dlinfo.asp?FileID=1349 Discuss this download here.
-
SharePoint 2010 and Dynamics NAV web based client Introduct.
SharePoint 2010 and Dynamics NAV web based client Introduction In this beautiful video, you will see the most important functions about the web based client for Microsoft Dynamics NAV and SharePoint 2010 in brief. Take a quick look at the new functions based upon the "customer and order entry management" here. But there is…
-
LicenseAnalyser
LicenseAnalyser Not empty tables raise an error if not able for customer licence. This object export a textfile with the list of tables which shoud be empty. 1) Activate Customer Licence 2) Run Dataport on Export mode to a textfile (suggestion : LicenseNumber.txt) 3) Activate Developper License 4) Run Dataport on Import…
-
Field Level permission
Field Level permission Just a few lines of code in the change log entry table and a table for the setup to manage permission on insert/modify/delete of fields that are under log. http://www.mibuso.com/dlinfo.asp?FileID=1345 Discuss this download here.
-
Multiuser Object Development
Multiuser Object Development How many times do you work in team on a same project? How many times you see your objects overwritten by someone else' work? This is a useful tool that every developer should take open and use when he works in a team on a same database. Just insert a row when you enter into an object design,…
-
iFacto ImaVision v2
iFacto ImaVision JPG in C/SIDE (Navision)? Now it is possible ... and not only for JPG ... With ImaVision it's possible to open any picture format in Navision(JPG-GIF-TIF-PNG-BMP). The picture will be resized without deformation (Portrait or Landscape) and can be put on a Navision-form. Try it out!…
-
NavDrawingUtil
NavDrawingUtil A free component for dynamically drawing on a picturebox in NAV. It uses GDI+ and supports these shapes/objects: DrawArc DrawBeizer DrawEllipse DrawImage DrawLine DrawPie DrawRectangle Drawstring FilleEllipse FillPie FillRectangle http://www.mibuso.com/dlinfo.asp?FileID=1343 Discuss this download here.
-
Select Role when logging into NAV 2009 RTC (v2)
Select Role when logging into NAV 2009 RTC This little tool is an addition to the RTC RoleTailored Setup (Profiles & User Personalisation) to be able to select a role when logging into NAV. It could be useful for: support-people to give the possibility to set up the system for their specific USERID to select a role when…
-
E-Commerce for Microsoft Dynamics AX - IT IS activigence web
E-Commerce for Microsoft Dynamics AX - IT IS activigence web extensions 2010 This spectacular and nice video give you a quick overview about the most important functions of our e-commerce solution fully integrated into Microsoft Dynamics. Here you can see how to make a integrated shopping cart work for B2B and B2C…
-
Object Exporter
Object Exporter This simple utility allows those of us without a Solution Center Developer's License to easily select and export to text those objects we are licensed to use. "Object Exporter" loads all of the objects in your database into a form designed to look like the Object Designer. Use "View--> Marked Only" to…
-
Navision Automation library v1.0
Navision Automation library v1.0 Navision Automation library to use IObjectDesigner, IAppBase, IHyperLink monikers (from RunningObjectTable). This library can be used to import/export objects, access data and open hyperlinks from any application (JavaScript/PowerShell/Python/VBScript/VB etc)…
-
Navision Chart Example v2
Navision Chart Example It´s easy to display a .Net control in a Navision form. Here is an example of a chart control ("OWC10.ChartSpace.10"). You can use the functions to change the chart, or to change the values it shows. http://www.mibuso.com/dlinfo.asp?FileID=481 Discuss this download here.
-
RSS Reader NAV
RSS Reader NAV RSS Reader for Navision. http://www.mibuso.com/dlinfo.asp?FileID=1341 Discuss this download here.
-
NAV RTC Load Balancer
NAV RTC Load Balancer What is it? The NAV RTC Load Balancer is a project designed to distribute the user load for a NAV database over a set of NAV Service Tiers. How does it work? The application currently consists of two parts. The first is a set of NAV objects that internally handles the session management and determines…
-
DT2UTC v1.05
DT2UTC Function to returns the UTC date time from a DateTime field. The datetime is stored in the database as Coordinated Universal Time (UTC). UTC is the international time standard (formerly Greenwich Mean Time, or GMT). Zero hours UTC is midnight at 0 degrees longitude. The datetime is always displayed as local time in…
-
Navutilus References View v1.01
Navutilus References View Handy and useful tool for NAV inter-object references structure analysis. The utility displays all referenced objects for any object given. Technical Spec Release: 1.00 Release date: 21-January-2010 Microsoft Dynamics NAV Version: 4.xx, 5.xx, 2009 Microsoft Dynamics NAV Database: Native, MS SQL…
-
NAV 2009 R2 NST management within NAV v6.02
NAV 2009 R2 NST management within NAV This is "remake" of my NST Management, this time directly in NAV 2009 R2 environment! You can manage your NSTs directly from the client (if you have the permissions). You can start and stop the services, create new NST or delete them and you can edit their config files. All done in…
-
New SP1:SharePoint 2010 and Dynamics NAV web based client
New SP1:SharePoint 2010 and Dynamics NAV web based client This new video shows the compelling ingredients of the Service pack 1 for the widespread and experienced SharePoint client for Dynamics NAV. See the new fast find and fast filter in action. Brand new: The matrix is there as the web part for the finance area. Also…
-
Twitter Integration Tool v1.2
Twitter Integration Tool With this tool you can load all Twitter tweets from Twitter per contact. See what your contacts and relations are up to. http://www.mibuso.com/dlinfo.asp?FileID=1336 Discuss this download here.
-
Shell-Substitute "Oyster"
Shell-Substitute "Oyster" Substitute for Navision-internal "Shell"-Command. Prevents warning messages in Navision 4.0 Register it, make a suiting variable (Oyster) and use it like: cmd:='notepad.exe'; if Oyster.Oyster(cmd) then ...; You have to used a text variable (cmd), passing constant text will raise an error.…
-
Document Management Dynamics NAV 2009
Document Management Dynamics NAV 2009 Doc Management for Microsoft Dynamics NAV 2009. Prerequisites: Adobe reader installed. Microsoft Dynamics NAV - SQL server Option .NET Framework 3.5 Limitations of demo version: Only works with Dynamics NAV SQL Services that are configured with the Cronus license. Only 2 tables can be…
-
NavZUP v1.2
NavZUP v1.1 NavZUP is a simple backup solution for MS Dynamics NAV ZUP-files. Every now and then (especially when using Navision/NAV 4.x or 5.x) the zup file, which is saving the client configuration, gets corrupted and all settings have to be set again. Using this tool you can simply backup zup files and restore them when…
-
Gantt Manufacturing
Gantt Manufacturing Excel that connect with SQL Navision Server and retrieve data to show several gantt chart about manufacturing. http://www.mibuso.com/dlinfo.asp?FileID=1332 Discuss this download here.
-
Schedule NAS Tasks!
Schedule NAS Tasks! This tool allows to schedule NAS to run at a specific time or event, and also allows it to run for several companies at the same time. It creates batch files and setup tasks in the windows scheduler to run this files. Very easy to use, and to change to suit your needs. Please feel free to add…
-
SQL Optimization for Microsoft Dynamics NAV - Application
SQL Optimization for Microsoft Dynamics NAV - Application Recorded webcast Monday January 29th 2007, 4:30-6:30 CET What is covered in this webcast: - SQL Optimization for Microsoft Dynamics NAV - Part I - Application - Focus on design and troubleshooting at an application level to optimize SQL performance - Include a walk…
-
Microsoft Dynamics NAV W1 2009 R2
Microsoft Dynamics NAV W1 2009 R2 With the release of Dynamics NAV 2009 R2, Microsoft continues to focus on improving business productivity for partners and customers. Businesses are offered integration with Microsoft Dynamics CRM through the Connector for Microsoft Dynamics, support for Online Payment Service for…
-
NAV Web Store - Code Samples
NAV Web Store - Code Samples The Dynamics™ NAV Web Store site demonstrates how simple it is to create applications and services for Dynamics™ NAV and the .NET platform. After installing the sample site, start browsing and add items to your shopping cart and submit it to the Dynamics™ NAV back end system for ordering. You…