Blog Post: How to: Create an automation for usage in Navision
The development of a COM component with .Net for usage in Navision needs a special approach. Start with a new C# project, project type Class Library. Set the project to “Make assembly com-visible”. The...
View ArticleForum Post: RE: Using temporary table as foundation for flowfield?
I have a similar doubt. I am inserting records in a temporary table and I want to a field to calculate sum using flowfield. Is this even possible? I have tried it didn't work.
View ArticleForum Post: RE: Capture system message in any variable.
You can use GETLASTERRORTEXT to get the last error message that was generated. To know more check msdn.microsoft.com/.../dd355270(v=nav.90).aspx
View ArticleForum Post: RE: Capture system message in any variable.
Hi Sowkarthika, Thanks for the reply... This I know already but I don't want to capture any error but I want to capture any message that come from the system.
View ArticleForum Post: RE: Using temporary table as foundation for flowfield?
You can calculate data OnLookup() trigger.
View ArticleForum Post: RE: Microsoft.Dynamics.Nav.Client has Stopped Working Error
What is the version you are using?
View ArticleBlog Post: Power BI reports in SQL Server Reporting Services
Somewhere in mid 2017 Microsoft will release a new version of SQL Server in which we will have an integration with Power BI. This means we will (I hope) be able to use SSRS as an on premise solution to...
View ArticleForum Post: RE: Is it possible to give the NAV profile permissions from...
Hi Babu, Yes: But it has been removed in the newest versions. Which version are you using?
View ArticleForum Post: RE: section header of a report is coming twice from the second...
Is it a standard or custom report? It can be many things causing this. You may have a new page command or it may just be that you have "invisible" extra space that is causing NAV to create a new page.
View ArticleForum Post: RE: How to send Sales Header and Line data to new table?
Hi Tarique, Did RWN's suggestion help, or did you find another solution?
View ArticleForum Post: RE: Using temporary table as foundation for flowfield?
That's an old one! But I didn't really find a good solution to this. It is not possible to use a temporary table as the foundation for a flowfield. And I kind of knew that answer. Was just hoping...
View ArticleBlog Post: Adding new field to page (without adding to table) using new...
We will learn how to add new field to page which is not available in table using new visual studio code. Sample requirement is to add a Boolean field in Job Card page to check whether there are any...
View ArticleForum Post: RE: Code to deduct values between field
Hi Patrick, A simple solution could be to build your update into a batch (processing only) report that would calculate this field. Eventually add a field to your customer ledger entry table (best table...
View ArticleForum Post: RE: How to Import Item Tracking info (Serial No) using RapidStart?
Hi, In NAV 2016 lot and serial no.'s are much easier to import. You just have to use the Item Journal Line table.
View ArticleForum Post: RE: Using temporary table as foundation for flowfield?
"Just not using an actual flowfield but a global var on the page and a lookup on its trigger." That's what i had in my mind too.
View ArticleForum Post: RE: how to print multiple copies of the report in nav 2009 r2
it is available in standard reports which I mentioned. you need to check again.
View ArticleForum Post: RE: Word report layouts with conditional content?
Did you find any solution Erik?
View ArticleBlog Post: Dynamics NAV in Remote App Mode
Dynamics NAV in Remote App Mode Some people have asked me information on how to use the NAV Windows Client (ex RTC) in remote app mode. This environment can be useful for those still using the NAV...
View ArticleBlog Post: Remove Attribute – Soap Request XML(XmlPort)
Hey Friends, We all know how to remove Namespaces from the XML if we want to import it from NAV XmlPort, I just faced a situation where I was using XmlPort to send Soap Request with Default Namespace....
View Article