Installation guide
Zetadocs for NAV Installation Guide
This edition 5
th
December 2012 © Copyright Equisys plc 2012 All trademarks acknowledged All rights
reserved
Page 130
Next copy the following code into the bottom of both the OnAfterGetRecord and OnNewRecord
triggers of the form:
SetRecordID;
Note that to enable the drag and drop control, focus is taken from the default field on opening of
the form. If you wish to have the focus restored to the standard starting point for the user, add the
following code to the bottom of the OnOpenForm trigger.
CurrForm.<controlname>.ACTIVATE;
(E.G. CurrForm.”No.”.ACTIVATE;)
You can now drag and drop documents onto this form, repeat this process for any remaining forms
you wish to add the Zetadocs Capture Essentials Drag and Drop control to.
23.2 Adding Capture Essentials Features to pages in the Role Tailored Client
Open the object designer (Shift + F12) and select the page that needs to be modified and click the
Design button, in this example we will be looking at the Employee card.
Add the following entry inside the <Control1900000001> section:
o Name: Zetadocs
o Caption: <Zetadocs>
o Type: Part
The Zetadocs Related Documents Grid will appear in this location, as such you can choose where
you wish to display it. You can enter the line between, on top of, or at the bottom of the other
controls.
For example, putting the line on top of Control1 will place the related documents list at the top of
the Employee Card page in the RTC.
Place the Zetadocs line in a suitable location, if unsure view the page and find the entry below
which you wish it to appear and place it there.
Once you’ve added the line select it and open the properties (shift+F4) for it.
Scroll down to the PagePartID field and select Zetadocs Related Docs List, ID:9010003.