Browse Wiki Pages by Tags

Showing related tags and posts for the Wikis application. See all tags in the site
  • Object Management

    1. Restoring Objects from FBK 2. Creating a copy of an Object 3. Filtering objects to Restore Auditing who changes an Object (SQL Only)
    Posted to The Dynamics NAV Developer Wiki by DaveT on Tue, Mar 24 2009
    Filed under: ,
  • Auditing Who Changes an Object (SQL Only)

    You cannot change the fields in the Object designer, since that is fixed. But you can make a separate C/SIDE table object that looks at a view of the Object table, and add the required audit information to the SQL Object table. You need to use the Query Analyzer (or other SQL tool) for this stuff. This...
    Posted to The Dynamics NAV Developer Wiki by DaveT on Tue, Mar 24 2009
    Filed under: , , ,
  • Filtering Object to Restore

    When restoring a subset of objects from a fob or fbk you can filter the list as per a standard list. The objects that are filtered are only imported e.g. Import FOB have objects 50000 to 50050 Filter to ID 50010..50019 then only 10 objects restored
    Posted to The Dynamics NAV Developer Wiki by DaveT on Tue, Mar 24 2009
    Filed under: , ,
  • Restoring Objects from FBK

    If you have a backup with the application objects included you can import these objects directly without restoring the whole backup. In the Object designer choose import and select the .fbk instead of the suggested .fob or .txt. That's it. Navision prepends the backup data with the objects if you...
    Posted to The Dynamics NAV Developer Wiki by DaveT on Tue, Mar 24 2009
    Filed under: , ,
  • Codeunits

    Contents What You Can Define in Codeunits A codeunit contains C/AL code that you can use in many other application objects. In simple applications, you can place the code in the object that calls the functions. For example, if you use C/AL code in forms, you can store the code in the form. However, as...
    Posted to The Dynamics NAV Developer Wiki by Erik P. Ernst on Sat, Dec 27 2008
    Filed under: , ,
  • Reports

    After the introduction of the role tailored client with Microsoft Dynamics NAV 2009 there are two types of report objects for Dynamics NAV: Reports (Classic Client) Reports (Role Tailored Client)
    Posted to The Dynamics NAV Developer Wiki by Erik P. Ernst on Sat, Dec 27 2008
    Filed under: , ,
  • Objects

    Contents How to Export Objects? How to Import Objects? In Dynamics NAV you have the following types of C/SIDE application elements, in Dynamics NAV called objects: Tables Forms ( classic client ) Pages ( role tailored client ) Reports Dataports XMLPorts Codeunits How to Export Objects? In the Object...
    Posted to The Dynamics NAV Developer Wiki by Erik P. Ernst on Fri, Dec 26 2008
    Filed under: ,
  • Forms

    The forms are the basic user interface in the classic client . Customers use forms for tasks like creating sales invoices and purchase orders, tracking the general ledger balance, and working with warehouse items. XML-based pages have replaced forms in the Role Tailored client . Forms are created and...
    Posted to The Dynamics NAV Developer Wiki by Erik P. Ernst on Fri, Dec 26 2008
    Filed under: , , ,
  • Tables

    Tables are the fundamental objects in any database. They are the objects in which you store and manipulate data. This is true no matter what kind of data you need to manage. When you create a new database , you begin by building the tables. Later, you create forms and reports in order to access and view...
    Posted to The Dynamics NAV Developer Wiki by Erik P. Ernst on Fri, Dec 26 2008
    Filed under: ,
  • Fields

    Data type Description Data Size BIGINTEGER Data Type A 64-bit integer. 8 bytes BINARY Data Type Contains binary data. The binary data is stored in the record. The size of the corresponding SQL data type, VARBINARY, is the number of bytes in the field’s value. (A)(B) Maximum length is 250 bytes...
    Posted to The Dynamics NAV Developer Wiki by Erik P. Ernst on Fri, Dec 5 2008
    Filed under: , , ,
Page 1 of 2 (15 items) 1 2 Next >