Browse Forum Posts by Tags: Dynamics NAV, NAV 4.0 SP2

Do you think Microsoft should change the names again?

The change from Navision, Axapta and Great Plains og Dynamics NAV, AX and GP etc. is making less and less people ask for the products. Do you think that Microsoft is killing the Dynamics products?

Should Microsoft change the names back?

  • Yes - change the names back now (57.3%)
  • No - the names are good (42.7%)
  • Total Votes: 171

Get our Free Newletter

Don't you have the time to be online here at DUG every day? So how do you follow what is going on in the Dynamics industry and community?
If you subscribe to the DUG Newsletter then you can relax! We will make sure that you don't miss the big news!

Name:
E-mail:



You can also check our
Newsletter Subscription Center
page for our other newsletters.
Showing related tags and posts for the Forums application. See all tags in the site
  • How to use Filtergroup on Sales Order but not on new order

    I am using FILTERGROUP(2) on all forms for Customers, Vendors, Items etc Form - OnOpenForm() UserSetup.GET(USERID); IF UserSetup.Restricted THEN BEGIN FILTERGROUP(2); SETRANGE(Restricted,UserSetup.Restricted); FILTERGROUP(0); END; This works fine for lookup forms or Customer Form etc as they will not...
    Posted to Dynamics NAV / Navision - Developers Forum (Forum) by Colin Bradley on Sep 22, 2009
    Filed under: Form Designer, NAV 4.0 SP2, filtergroup, Dynamics NAV
  • NAS & Warehousing

    Dear all, I read some posts of people who use a single instance codeunit that communicates with the NAS. Does this means that only one scanner (client) at the time can be served? Due to the fact there can only be one instance of the communication codeunit? Or do I see this the wrong way? Enlighten me
    Posted to Dynamics NAV / Navision - Technical Forum (Forum) by lyot_be on Jan 21, 2009
    Filed under: NAS; Navision Application Server, SQL Server 2005, NAV 4.0 SP2, Dynamics NAV
  • Rounding on FA Disposal

    Hello everybody, I was trying to dispose some FA and when i enter the Diposal amount of the FA Net Book Value, the system gives me the below messege, and i just ca't understand where is the system getting this amount that should be rounded from?!! this happens when the entry type of the FA is disposal...
    Posted to Dynamics NAV / Navision - Developers Forum (Forum) by waleed Awny on Dec 18, 2008
    Filed under: NAV 4.0 SP2, navision, Dynamics NAV
  • How to use Filtergroup on Sales Order but not on new order

    I am using FILTERGROUP(2) on all forms for Customers, Vendors, Items etc Form - OnOpenForm() UserSetup.GET(USERID); IF UserSetup.Restricted THEN BEGIN FILTERGROUP(2); SETRANGE(Restricted,UserSetup.Restricted); FILTERGROUP(0); END; This works fine for lookup forms or Customer Form etc as they will not...
    Posted to Dynamics NAV / Navision - Developers Forum (Forum) by Colin Bradley on Sep 22, 2009
    Filed under: Form Designer, NAV 4.0 SP2, filtergroup, Dynamics NAV
  • NAS & Warehousing

    Dear all, I read some posts of people who use a single instance codeunit that communicates with the NAS. Does this means that only one scanner (client) at the time can be served? Due to the fact there can only be one instance of the communication codeunit? Or do I see this the wrong way? Enlighten me
    Posted to Dynamics NAV / Navision - Technical Forum (Forum) by lyot_be on Jan 21, 2009
    Filed under: NAS; Navision Application Server, SQL Server 2005, NAV 4.0 SP2, Dynamics NAV
  • Rounding on FA Disposal

    Hello everybody, I was trying to dispose some FA and when i enter the Diposal amount of the FA Net Book Value, the system gives me the below messege, and i just ca't understand where is the system getting this amount that should be rounded from?!! this happens when the entry type of the FA is disposal...
    Posted to Dynamics NAV / Navision - Developers Forum (Forum) by waleed Awny on Dec 18, 2008
    Filed under: NAV 4.0 SP2, navision, Dynamics NAV
  • Re: List of the Undocumented Features of Dynamics NAV

    Another nice trick: If you know the field numbers of the table but not surely the field names, you can write your code based on the field numbers: SalesLine.SETRANGE(Field1,SalesHeader.Field1); SalesLine.SETRANGE(Field3,SalesHeader.Field3); If you save and close this code and open the object in Design...
    Posted to Dynamics NAV / Navision - Developers Forum (Forum) by Timo Lässer on Aug 22, 2008
    Filed under: NAV 5.0, NAV 4.0 SP3, NAV 4.0, Navision 3.01, Navision 3.70, Navision 2.60, NAV 4.0 SP2, Navision 3.60, navision, Dynamics NAV, undocumented feature, Tips & Tricks
  • Re: Sales Tax Software for NAV

    Realizing this thread is over two years old, I thought I would update everyone on Avalara's NAV connector. Over the course of the last couple of years we have made significant enahncements and improvements to our connector for NAV and GP. In addition we have launched our connector for AX as well...
    Posted to Dynamics NAV / Navision - Beginners Forum (Forum) by Nate Odell on Dec 14, 2009
    Filed under: NAV 4.0, ERP, NAV 5.0 Upgrade, NAV 5.0, Dynamics AX, Tax Group, Dynamics NAV, NAV 2009, NAV 4.0 SP3, Navision, NAV 5.0 SP1, Automation, SDK, NAV 4.0 SP2, Navision 2009, Dynamics NAV configuration and implementation, NAV vs AX, nav, NAV Versions, CCH, Sales Tax, Avalara, Sabrix
  • Is it possible to have Autoincrement on a Card type form?

    I want to have a job entry Card using the Job Journal lines to make the data entry easier (bigger font size and other things). How can I make the autoincrement work as per the list form on F3 or is that not possible? Cheers, Colin
    Posted to Dynamics NAV / Navision - Developers Forum (Forum) by Colin Bradley on Oct 27, 2009
    Filed under: Form Designer, Navision 2.60, NAV 4.0 SP2, Dynamics NAV, Native DB, Development
  • Dynamic creation of controls

    I give 'n' number in a text box and if I click a button, the 'n' number of text boxes has to be generated automatically in a form. Is there any way to do this?..Please help to do this.
    Posted to Dynamics NAV / Navision - Developers Forum (Forum) by Jay on May 12, 2009
    Filed under: NAV 5.0, C/Front, NAV 4.0, NAV 4.0 SP2, Dynamics NAV, codeunit 1, NAV 5.0 SP1, dynamicsuser.net, NAV 5.0 India, C/AL
Page 1 of 2 (14 items) 1 2 Next >