views:

29

answers:

1

I would like to export the contents of a Lotus Notes database to XML. In the resulting file I would like to see who had signed a particular controlled access section. I know that the digital signatures are not exported. All I need to know is who signed the section and when did he/she do it.

In what way can I use the DXL Exporter to export the name and date of who signed the section? What do I look for?

A: 

If a Notes document is signed, the DXL exporter puts the name of the signer in the <wassignedby> tag and puts sign="true" on all <item> tags that are signed.

I haven't found a way to find the date of the signature. It might be possible to look it up using the UNID of the document and checking LastModified property of the $Signature note item.

Anders Lindahl
The wassignedby tag is assigned to a document and is used by the Designer when someone signs their database, doesn't it? Even if it did apply to the document, that does me no good because I need to have the name of the person who signed a section of the document.
DaMoose
I don't think you can sign an individual section of a document, it only has one signature. You can however choose which items should be covered by that signature. Do you have access to the code that signs the section?
Anders Lindahl