Hi
In the public addressbook in the view “Certificate Expiration” there is column named ‘Expiration date’. The Column value of this column is:
@Date(@Certificate([Expiration];Certificate))
I am trying to get the same info using Lotusscript. I cannot find the equivalent function in Lotusscript.
How can I get the same info using Lotusscript?
Regards
Subject: The Lotusscript equivalent of @Certificate
I tried this last week and the only way I could find was to use Evaluate and do it using the formula. Works OK though.
Pete
Subject: The Lotusscript equivalent of @Certificate
from @certificateLanguage cross-reference
Signer property of LotusScript NotesDocument class
But this doesn’t seem to return anything about expirations
How about evaulate(@certificate) ?