Zetadocs links not correct on custom page

This question is not answered

I have added Zetadocs Express to a bespoke page using the Zetadocs Express Page Modifier tool.  The Zetadocs "drag files here" box appears on the page as expected, and allows documents to be stored.  However, the documents are not linked to the individual record, they are linked to all records - i.e. if I change to a different record, the document incorrectly still appears.

Looking in SharePoint, the Record No. field is blank:

I have tried removing the Zetadocs box and manually adding it as per the instructions in the Installation Guide document, but get the same results.

The page with the problem is a List page, and the primary key of the record is an integer.

Can you please advise?

Thanks

All Replies
  • Hello Paul,

    Please can you send a copy of your page (.fob) to support@equisys.com (incl 'FAO DAVID - ZDX' in the subject).

    Can you also obtain a copy of the ZetadocsCaptureAddin.log, follow these steps:

    - Enable DEBUG logging (In Documents Factbox click on ? icon, 'About Zetadocs' and select 'Debug' level of logging.

    - Drag & drop a file

    - Obtain copy of ZetadocsCaptureAddin.log file located in users temp folder (in Zetadocs folder).

    Thank you.

    David Cole

    Technical Support Engineer

  • This issue was on a custom list page which includes the Zetadocs Documents factbox. When switching between records the factbox contents is not changing, instead the documents shown in the fact box when the list page is first opened continue to be shown even after selecting a different record.

    The code added to the custom page was correct (below), but it was only being called when the list page is first opened, and not when selecting different records.

     ZdRecRef.GETTABLE(Rec);
     IF ZdRecRef.GET(ZdRecRef.RECORDID) THEN
     CurrPage.Zetadocs.FORM.SetRecordID(ZdRecRef.RECORDID);

    The solution is to ensure the above code is called when a new record is selected so that the documents factbox contents is then updated.

    David Cole

    Technical Support Engineer