Hello,
I need to show in a view if a field has an attachement into it or not. My problem is that I can’t use “@If(@Attachments;5;0)” because I have to be field specific as there is other fields in the doc with attachment.
Anybody has an idea to solve this issue ???
Subject: Field with attachement
As far as I know, that is impossible.
You could have a script that runs when the document is saved that checks the specific field for an attachment and sets a hidden field to some value.
Then you could check that field in the view column.
Subject: RE: Field with attachement
Thanks a lot for the reply. Anyone knows which script should I use in order to detect if there is an attachment in a specific field ??? I can’t see anyway to detect this…
Subject: RE: Field with attachement
A hint - check the EmbeddedObjects property of the NotesRichTextItem class.
Subject: RE: Field with attachement
Thank you Kenneth, I think this will really help me to know where to start from !!!
Best regards,
Laurent