Hi friends,
I am facing a problem. Describing the problem in brief :
I have a document with a field letterNo. Corresponding to one letterNo there are two attachments of word document files.
I am displaying this in a view using the property ‘Show multiple values as separate entries’. As a result I’m getting two entries in the view for that letterNo.
The view contains two columns. First one is letterNo, and second one is attachment(attachment column contains function Attachment Names).
NotesViewEntryCollection also shows the count as 2. I’m getting the first attachment, say a.doc, but not getting the second attachment, say b.doc from that view.
Can u give me a solution? Give me a Lotus Script solution.
Thanks.