NAV 2017 and editing data in Excel
Hi I would like to know if there is a (standard)way to edit data from NAV 2017 directly in Excel Without using Azure. I have read some documentation on the issue but all I have read is about Azure and...
View ArticleHow i can change the name of Pdf file generate with NAV 2016
The default file name does not match anything in NAV: i want custom name for the pdf:
View ArticleSorting Can Not Be Done
Hello, I added a flowfield ( text 30 lenght ) and all is working fine, except ordering. Navision shows this error, and can't find the solution for it on google, so hopefully someone knows how to fix...
View ArticleWhy can I even make a FlowField editable of it just crashes the entire client...
Is this really what is happening here or is there some knowledge of this FlowField property that I'm not privy to? Upon typing anything into an editable FlowField, I receive the following sage...
View ArticleSession timout exception for certain users
Hi all, Does any1 know if the session timeout can be excluded for certain users? I know you can set the timeout in the NAV service settings but, I´d like to know if it can be excluded for some of em....
View ArticleFirst NAV 2013 R2 to NAV 2016 upgrade failing : The UPG Item does not exist
Hi, I am having issues with a NAV 2013 R2 to NAV 2016 upgrade. It is failing with: - It seems that the UPG Item table is empty and UPGItem.Get below is causing the crash: - Has anyone come across this...
View ArticleCopy records between companies
Hi there, I need to do some code that will maintain some records between Companies in NAV. This should be quite straight forward, I thought, but I'm seeing some strange behavior in NAV... When I...
View ArticleError while publishing nav extension:: An error occured while comparing...
Hi, I am getting the error while publishing extension in nav 2017.."An error occured while comapring objects of type page =21. The object reference not set to an instance of an object. Any suggestion...
View ArticlePhone Client - Access to files (pictures)
Hi all, My question in short is whether there is a way to access the pictures stored in the phone through NAV using the Camera dotNET variable or any other alternative suggested method. We have added...
View ArticleGL entries with a value in Additional Currency, but zero in Amount field
Hello, In NAV 2009 R2, we have come across a situation where in for some Sales Invoice documents, there are G/L entries posted with a value in additional currency amount, but the Amount is zero. For...
View ArticleCodeunit 5054, Merge Email, Extra Attachment.
In Codeunit 5054 Function Execute Merge is it possible to sometimes add an extra attachment to the sent email as well the merged document. e.g., I might want to sent an extra map.pdf to some lines on a...
View ArticleWriting from NAV to Azure Storage
I have an NAV implementation which is running on an Azure VM. I am writing out files to the server which are then ftp'd to a 3rd party warehouse. I need users to be able to view and move these files...
View ArticleAged Accounts Payables in ACY (NAV 2016)
Hi Friends, Can anyone let me know where should I do modification in NAV 2016's Aged Accounts Payables report to convert the values in ACY? Thanks in advance. Aarvi.
View ArticleHow can I read all the files from a path?
Hi all, I have a problem when I want to read some files from my Lan network directory. The Code is like: CLEAR(rlFile); rlFile.SETRANGE(Path, '\\AnotherServer\MyDirectory\');...
View ArticleHow to close Accounting Period part of months?
Dear All, I m using Navision 2009 Classic version. Example: We have 12month but i want to close 1st 6 month of accounting period. i try to close 1st 6 month of accounting i cannot click manually...
View ArticleSETRANGE function on the page
Hi, guys, I have a problem with SETRANGE function usage on a page. I have added CurrentJobNo variable to Job Card page. It should work this way: when I choose a different CurrentJobNo(validate this...
View ArticleUser ID Filter
Hi, I am trying to add a cue to table 9054 Finance cue that would show open purchase invoices|credit notes that have "Assigned User ID" of the logged in user. The CalcFormula is: Count("Purchase...
View ArticlePurchase Invoice error: Navision 2016
Hello Every One, At time of giving discount in Statistics in Purchase Invoice I am getting this error : "Inv.Disc.Base Amount must not be 0" Structure = service tax Line = type = charge(item) Please...
View ArticleHow the "Search Index" work ?
Hi everyone, I'm reseaching function "Search Index" in NAV 2017 but i can't understand how it work ? So Anyone can explain detail for me ? Thanks for your help !
View ArticleRecRef in Report
Hi, I use RecRef type to show date on report (navision 2016). The code is: OnPreReport() RecRefe.OPEN(50000); FieldRef:=RecRefe.FIELD(4); IF RecRefe.FINDFIRST THEN REPEAT EmployeeNo:=FieldRef.VALUE;...
View Article