Forum Post: RE: MIGRATING FROM NAV 2015 TO NAV 2009 BUT I AM HAVING AN ISSUE...
a bit strange thing, what you want to do. ... and that won't go the way you tried. you cannot go backwards with sql versions. so your best chance is to export the complete data using sql server...
View ArticleForum Post: RE: Can anyone help me to understand how NAV tables are linked in...
best you read that thread: community.dynamics.com/.../192567
View ArticleForum Post: RE: new item log
add 2 new fields in table item: - 50000 Created by: Text-50 // saves the user which created the item - 50001 Created at : DateTime // date of creation set the values in trigger oninsert. additional you...
View ArticleForum Post: RE: Does anyone know how to "POST" unsing the webservice
for calling nav web services via php best you follow blogs.msdn.microsoft.com/.../ http://www.dynamics.is/?p=390 dynamicsuser.net/.../69232 blog.artea.info/.../
View ArticleForum Post: RE: Problem opening of Demo Database.
seems that the original database was opened and converted by a newer nav version in dev. env. check which nav versions you have installed on your pc. open the demo database with the newer version....
View ArticleForum Post: RE: Database login sessions
run windows client then open session list with dev.env: tools --> debugger --> debug session all user sessionss should be available
View ArticleForum Post: RE: Meaning of Adj. Opening Balance on Customer Detail Trial Balance
these values are calculated and printed if you set a datefilter for the customer(s) and the sum of the CustLedgEntry."Amount (LCY)" values for the specific customer within that datefilter is not the...
View ArticleForum Post: RE: Is it recommanded to implemen a Virus Scanner on the SQL/NAS...
Thanks a lot for your answer Jonathan :-)
View ArticleForum Post: RE: Read this before you post your first question
Hi I've developed a C# Project using NODBC to query data from tables using LEFT JOIN to join them. - General Ledger Setup, - Contact Business Relation, - Contact, - Contact Industry Group) Cases: -...
View ArticleForum Post: RE: Hello NDs (Nav Developers), How can I ( is it possible to)...
Are you a Developer, if not do you got developers License ? As Filters involve Global Variables So just you have to change length of respective Filter.
View ArticleForum Post: RE: Hello NDs (Nav Developers), How can I ( is it possible to)...
Yes I am a developer and have a developer license
View ArticleForum Post: RE: Hello NDs (Nav Developers), How can I ( is it possible to)...
Then see what global variable you are using in request page. then Goto variables menu and select that particular variable and change the length to 1024 or Leave it Blank Blank means unlimited size or...
View ArticleBlog Post: TFS 2015 Build system - Build Agents
Agents of TFS 2015 In previous part we were I was describing the TFS 2015 build system and how to create your first build template. Today, I will describe how to prepare environment, where the build...
View ArticleForum Post: RE: Transaction postings in Navision
Hi. So you want to understand the posting routine behind the payment journal? If so when you post a payment to a vendor it debits (reduces) the vendor liability and credits (reduces) the bank balance....
View ArticleForum Post: RE: WIP in NAV
Hi Stock or Job? Assuming job so please see www.youtube.com/watch for YouTube demo and msdn.microsoft.com/.../hh172398(v=nav.90).aspx for explanation of WIP methods. Neil
View ArticleForum Post: RE: Error Message
How you are entering the Gen. Posting Type on Item Card. Either by template or manually. Please check the Gen. Posting Type on Item Card of this particular Item. If it helps Then reply.
View ArticleForum Post: RE: Error on using GET and SET in RTC Report
I get today the same code error, and I have solved it. How was generated the problem?: - First, I copied the report's layout rdlc in a 50000 id report based in standard credit memo. (I copied a invoice...
View ArticleForum Post: RE: Error Message
if [Gen. Bus. Posting Group] or [Gen. Prod. Posting Group] not blank, you have to enter [Gen. Posting Type]. You can go back to check the posting groups of 58000.
View ArticleForum Post: RE: dynamics nav
I think the approach is not correct - The Header part should not be related to a table, all the fields that you need should be variables once user put values in that then lets say user clicks a button...
View Article