RecRef on 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 Articleexclude NAV time IDLE to certain users
Hi, Is it possible to do this? I know you define on server the IDLE time, but is it possible to exclude certain users? thanks!
View ArticleWorkflow failing when more than one user in the approval sequence
Hi! - wondering if anyone out there can help before I pull my hair out We have a client using workflows for their order approvals, approval user setup is all setup and working well on the Sales side,...
View ArticleReading XML Nodes
I Have an XML Document and I want to read the first 3 elements of (Line, Location, and component). In the Example below we have Elements labeled as above but then each recurring element after that has...
View ArticleNAV2017 SOAP and OData with Office 365 authentication
Hi, I have a single box Windows Server 2012 server without active directory on it on which I installed NAV 2017. The server is not in a domain. Created three NAV Server instances as I want to be able...
View ArticleUsing a barcode font on a report printed in NAV2016 running on Citrix
Hi all, This question has been asked for years, but I've tried the suggestions here, so I'm going to ask it again. We're implementing NAV2016 and have several reports that have barcodes on them. We're...
View ArticleRapidStart - Move field data into another field (same table) on import
I'm moving data using rapidstart from an very old database. In several tables we created 50xxx range fields that didn't exist in our version however they do exist in the NAV 17 version. For example the...
View ArticleExport to Excel - Password
Hi all, I have an issue with exporting from NAV 2013 R2 to excel ... all users are set to login with a username and password (DB login) but when they export to excel, NAV asks again for username &...
View ArticleLog Event
Dear All, Is there any possibility for NAV 2016 to write the security and health logs in the Windows Event viewer: Your support is very appreciated Regards
View ArticleIs there a reason: all NSTs use the same AD account in multitenant environment?
I am currently preparing a migration of a multitenant environment from NAV2013R2 to NAV2016. This multitenant environment has an application database with some 7 tenants. The 7 NSTs for these tenants...
View ArticleNAV SMTP transport error
Hi Friends, Im running a NAV 2 services setup. In one of them I get the following error: I have been reading, trying to compare service settings.... the funny thing is when you restart service it works...
View ArticleTestRequestPage functions syntax problem
Have an issue with report request page in test codeunit. It could be interesting for you, and maybe, I could get an advice about // [SCENARIO] Automated Test. Need to pass values to global variables on...
View ArticleRecord filtration in OnOpenPage trigger
I want to show projects which have some specific permissions to the user which opening Projects list page. I have written below code to calculate the permissions and store records in tempJob table....
View ArticlePurchase Invoice Posting error-Quantity must have a value in Item Journal...
Hi All, I am getting error while posting Purchase Invoice - Quantity must have a value in Item Journal Line : Journal Template Name=,Journal Batch Name=, Line NO.=0, It cannot be zero or empty. My...
View ArticleHow To Reverse a G/L Entry with Job No. in NAV 2017
When trying to reverse an entry having job number, NAV will not accept to reverse it. Should I do anything before trying to reverse this entry? Note: Using Microsoft Dynamics NAV 2017
View Articlexmlt how to import tag like this
Hi, i've got xml file with tag like this: <PARTY> <PARTY_ID Type="supplier_specific"/> when insert this tag into xml Nav give error: Tag name can't have space char. Does enybody know how to...
View ArticleExternal access to NAV 2016 on Azure
For testing purposes I have created a manual installation of a server on Azure. I installed NAV 2016 CU1 from the DVD on this machine. I created a database on Azure SQL. Within the remote desktop all...
View ArticleCopy company between two nav buids or versions
Hi everyone, Is it possible to copy a company from a certain nav buid to a higher nav build? Is it possible to do it between nav 2016 & nav 2017? Thanks in advance
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 ArticleCalculate Prod. Order Starting Date NAV 2013
Dear all, we are using the planning worksheet to plan our production orders based on forecast. The suggested prod. orders in the worksheet have an unrealistically early starting date and therefore we...
View Article