Hi,
'm trying to extract custom properties of a Notes Attachment(Word, Excel etc.)
using a Notes formula and store this in a field(in this case a Verity field)
Example of a custom property is: AuthorID
I've tried the following:
@If(@Attachments>0;@GetDocField($Ref;"Authorid");"AG")
(explanation:If Attachment, copy DocField(AuthorID) to Authorid else copy
AG to AuthorID' as test)
@If(@Attachments>0;@GetDocField(@_document_UniqueID);"Authorid");"AG")
If Attchment, copy DocField(AuthorID) to Authorid else copy AG to AuthorID
@If(@Attachments>0;@GetField(@_document_UniqueID);"Authorid");"AG")
Can't get this to work. Am I overlooking something ?
FYI:Lotus Notes script language can NOT be used!
Thanks for every help/suggestion
Arthur
'm trying to extract custom properties of a Notes Attachment(Word, Excel etc.)
using a Notes formula and store this in a field(in this case a Verity field)
Example of a custom property is: AuthorID
I've tried the following:
@If(@Attachments>0;@GetDocField($Ref;"Authorid");"AG")
(explanation:If Attachment, copy DocField(AuthorID) to Authorid else copy
AG to AuthorID' as test)
@If(@Attachments>0;@GetDocField(@_document_UniqueID);"Authorid");"AG")
If Attchment, copy DocField(AuthorID) to Authorid else copy AG to AuthorID
@If(@Attachments>0;@GetField(@_document_UniqueID);"Authorid");"AG")
Can't get this to work. Am I overlooking something ?
FYI:Lotus Notes script language can NOT be used!
Thanks for every help/suggestion
Arthur