-
1. Restoring Objects from FBK 2. Creating a copy of an Object 3. Filtering objects to Restore 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...
-
1. Calculating Easter Holiday
-
Procedure EasterSunday(CalendarYear : Integer) : Date; Begin JH := CalendarYear DIV 100; J := CalendarYear MOD 100; a := CalendarYear MOD 19; b := CalendarYear MOD 4; c := CalendarYear MOD 7; P := (15 + JH - JH DIV 3 - JH DIV 4) MOD 30; Q := (JH - JH DIV 4 + 4) MOD 7; d := (19 * a + P) MOD 30; e := ...
-
Categories 1. Object Management
-
Method 1: Design object and use File -> Save As Method 2 (depends on Version): Open object designer. Copy object and scroll to last line. Arrow down for blank line and paste object. Rename and renumber object.
-
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
-
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...
-
An upgrade tool is a collection of objects, documents and other tools to assist and guide IT people in the upgrade process. Usually any Navision new version is distributed along with one or more upgrading tools, according with the number or still supported earlier versions at the new version release...