Installation guide

Zetadocs for NAV Installation Guide
This edition 5
th
December 2012 © Copyright Equisys plc 2012 All trademarks acknowledged All rights
reserved
Page 140
29. Uninstalling Zetadocs for NAV
29.1 Uninstallation Overview
This section gives an overview of the uninstallation process. Each step is covered in more detail in the
following sections of this manual. It is recommended that you follow these steps in order.
Rollback of NAV Reports
Uninstalling the Zetadocs for NAV Objects
o Remove the Zetadocs for NAV objects and existing object modifications from within
Microsoft Dynamics NAV.
Uninstalling the Zetadocs for NAV Client
Uninstalling the Zetadocs SharePoint Extensions (Optional- may not have been installed)
o Removal of the Zetadocs Archive Document library and uninstallation of the Zetadocs for
NAV search web parts.
Verify all components have been removed successfully
Uninstalling the Zetadocs Server
29.2 Rollback of NAV Reports
To restore you original report versions you should have either backed up the original versions of your
reports or you produced new versions of your existing reports with different report ID’s.
Different Report ID’s
Open the Navision client and connect to/open the Navision database.
Open the Object Designer (ToolsObject Designer).
Click the Report button on the Object Designer.
Set a filter *EQ* on the Version List column.
Select all Zetadocs reports (CTRL+ A).
Click on Delete in the Toolbar (F4).
Click Yes to delete selected lines.
Restoring Backed Up Reports
Open the Navision client and connect to/open the Navision database.
Open the Object Designer (ToolsObject Designer).
Select Import Objects in file menu (FileImport).
Find and select the Backup of Reports before Zetadocs for NAV5.0.fob file.
Choose Yes to import all objects.
Click No to open Import Worksheet.
Click Replace All.
Click Ok.
29.3 Removing Zetadocs for NAV Objects
This section details the removal of Zetadocs for NAV objects and editing restored NAV objects back to their
original configuration.
To call this function it is suggested that you do the following:
Create a new form.
Add a button to the form.
In C/AL Globals, add a variable called ZDInt of type codeunit with a subtype of Zetadocs-Send
Integration.
In the on push event for the button add the following code:
ZDInt.RemoveArchiveIDFromTables(TRUE);
Save and compile the form.