Link to home
Start Free TrialLog in
Avatar of Jagannath11
Jagannath11

asked on

Store attachment name in text field

I have 3 rich text fields(xRT, yRT, zRT), where user can attach the .gif,.jpeg files.
To get the name of above files which attached in RT fields. I have created 3 text field(x,y,z)

I want to store the attachment name of xRT field in xfield and yRT fieds attachment name in y field and so on.

How can i control that only xRT fields attachment name should store in x field and not in other field.

Thanks in advance
Jagan

ASKER CERTIFIED SOLUTION
Avatar of qwaletee
qwaletee

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Why can't we use @functions?

@If(@Attachments(field);@AttachemntsNames...

Can be done Qwaletee?
Avatar of Jagannath11
Jagannath11

ASKER

madheeswar, i think we can not pass field name like you propose.

Qwaletee, I am using notes 5.10 and not able to find notesRichTextField class, using above code not able to solve the problem.Is there any other way using formula.
please advice
It's notesrichtextitem

Tom
Oopsie me!  Yes, Dim rtf as notesRichTextItem