-
Kindly give me example where we use single instance codeunit in nav 2013.
Hi, Please give me real time example for single instance codeunit. Thanks in advanced. Shobhit
-
how to make Fields a Required Fields
I'm using Nav 2009. how can i make a field required ? I'm new to nav development. thanks in advance
-
DISABLE TO USER RIGHT CLICK MOUSE FUNCTION SHOW/HIDE COLUMN IN NAVISION 2009 CLASSIC
Hi all, I have use the CurrForm.Editable := False code to lock the Sales Quote Form to our Reps (based on User Setup). How do I disable the Show/Hide column Function available with right click on the mouse?....I want to hide some of the cost fields on the sales lines from them and this function allows them to change the…
-
line number already exist
Good day, I need help for this kind of error. this error occurred when I press the arrow down key every time. this packing result fast tab is a list part of this page.
-
Problem opening of Demo Database.
Sir, I have been working on my Demo database since I've installed NAV in my PC. But recently I couldn't use it. Whenever I try to open the demo database it shows the following message: 'The Demo Database database on the XXX server cannot be opened by this version of the Microsoft Dynamics NAV Development Environment. The…
-
How to track data modification on Page level?
Hi all! I have trouble with tracking changes on Page level. I wanted to use Codeunit 1 Application Mgt. "OnGlobalModify", but it says that "// Replaced by OnDataBaseModify. This trigger is only called from pages.". It means that trigger runs only when table trigger validated. Does anybody have idea how track activities…
-
How to create the first date when I have the month and year
Hi!!! I have one field(datatype=code) named Period. If it has value as 2016_01 then I need to get the First Date of January of that year i.e 01/01/2016, if it is 2015_08 then 01/08/2015, this way. How can I do that? any suggestion? Thanks in advance..
-
Get Data from Setup Table
Hi!!I have created one codeunit where a customized setup table is called by Setup.get. But it is not picking up any value.Any suggestion will be appreciated. Thanks.
-
Create and Send outlook appointment via NAV classic
Here's an example on how to create and send outlook appointment in NAV classic Automation variables "Application" : 'Microsoft Outlook 12.0 Object Library'.Application "Appointment Item" : 'Microsoft Outlook 12.0 Object Library'.AppointmentItem "Namespace" : 'Microsoft Outlook 12.0 Object Library'.Namespace…
-
NAV 2015 and Visual Studio 2015
Hello, Is it possible to edit an rdlc from NAV 2015 in Visual Studio 2015? Thank you, Jake
-
GET data from Table to another
hi everyone, as i am still not very familiar with Nav, i have a small task but i dont know how to write my Code to get into the solution. i got an INVoice number , example INV254524 and i need to findo out the order number based on the Values stored in the primary Key. table 36 have got 2 Primary keys / type Option which…
-
User cant see statistics page - Nav 2015
Hi Guys I am quite new to NAV 2015 and I have a user that cant see the Statistics screens when they press F7, they also cant see the Statistics icon when the click on the Navigate Ribbon. I have checked their permissions in comparison to another user who can access it and they match exactly. Any pointers on how to give…
-
Amount to words conversion in Navision2013r2(version-7.1.35473.0) different currencies
Hi All, In Navision, Overseas Invoices Amount in Words is not taking Correctly (like Dollar,Euro,INR etc). For example in Dollars Conversation I Want 1000.50 would be shows = one thousand dollars and fifty cents For example in Euro Conversation I Want 1000.50 would be shows = one thousand euro and fifty cent For example in…
-
Create Temporary table with dynamic fields?
Which is the best method to create your own virtual structures like tables? I create physical tables with fields like: CodeField1 (Text 250), Codefield2 (Text 250)....., DecimalField1.... This works great, but code hard to maintain in a long-term. There are always not enough fields or keys.. because I have much tasks with…
-
One Company Vs Multiple companies
What are the merits and demerits of multiple companies over a single/one company in NAV 2016?
-
All Table Relations from NAV
If you want to browse the table relations in your database, you can use the tool I released on the "The Art Of NAV" project pages under name "The Big Picture of NAV". I will send it to Luc to upload it into Download section on Mibuso too... You can find diagrams with all the relations on this project too. More about these…
-
Top 3 Dynamics NAV Upgrade Options
1ClickFactory is specializing on NAV upgrade projects and is sharing the best practices. Read more on this blog.
-
nav 2013 r2
Create all customers as employees nav2013r2
-
Merge table header rows?
In NAV 2009 R2, is there a way to merge rows? I have an SSRS report that has column headers in the table. Some headers use two rows and some use one. I would like to merge the rows for the single row headers so that I can display the header name in the center of the two rows. Is this possible?
-
How to optimize Microsoft Dynamics NAV Report? Solve (OutOfMemoryException)
Microsoft Dynamics NAV reporting seems to be working very well in terms of performance, however, there are few cases when the reports hit the limit. Whenever a report dataset exceeds a certain size limit you see the message (OutOfMemoryException). Our technical team explores Microsoft Dynamics NAV report optimization here:…
-
Knowledge Hour - Introduction to Dynamics NAV 2016
Hi everyone, Just thought that I'd let everyone know that at The NAV People, a reseller in the UK, we're just about to launch our "Knowledge Hours". Once a fortnight we're going to host a Webinar that is free for anyone at all to join, the only pre-requisite is that you're interested in Dynamics NAV! We just really want to…
-
which keyword use for Enter current Time
When we want to enter current Day Then we enter "T", If I want to enter Current Time then What i can type ??? Enter shortcut Key?
-
Have databasename and company name visible in the development environment
Is it possible to have both the company and database name visible in the Development environment when a company is selected? Now the default is the database name is shown, until a company is selected than this is changed into the company name. I would prefer to always see databasename, to prevent development in the wrong…
-
Ja (Da,Si,bien) is no option
This tip is only for users with an NAV language <> ENU (Like DEU or NLD) You start NAV Client and you get the message: "Nein is no option" or "Ja is no option" This message will be displayed, if you change the language in NAV to EN before you close it and then you start NAV again with the shortcut on your desktop. For…
-
How to write to Eventlog from NAV (using DotNet)
Hi, sometimes it is helpful to log debug data somewhere without disturbing / debugging the client itself - paticularly if you want to track web services where the sessions are difficult to catch. Here is a little code snippet to write to the event log with USERID, Database and ServiceTier-Information easily. PROCEDURE…
-
System Security
I want to modify the system such that a it can prompt a user after a certain period to change their password and also the password can only be reused after 5 passwords have been used. I wanted to know the codeunits to use. I am certain of the tables to modify
-
Experience with Hooks Pattern?
Hi, I would like to know if anyone here on the forum has experience with the Hooks Pattern discussed on the design pattern page and also on Waldo's blog? I am interested in knowing how to deal with small assignments in the code, e.g like: SalesLine.Quantity := MyNewLine.Quantity According to the pattern everything is…
-
Add/Remove item of Right Click Menu
Hi All, is there a way to add or remove an item of right click menu on NAV ?
-
SetFields: an alternative to Setdata - Getdata?
There may be a much easier and more intuitive method for generating dynamic headers in RDLC reports in NAV 2013 R2 and higher. I call it the SetFields method and it works in short like this: 1.) For each NAV field or array to be shown in the page header, I create a public shared variable or array within the custom code…
-
How do I generate a report in Dynamics NAV, with report copies having different names in the header
For example 1st Copy named Supplier Copy 2nd Copy named Customer Copy 3rd Copy named Records Copy