Hello
How to get attachment in the richtext field using formulea language.
Hello
How to get attachment in the richtext field using formulea language.
Subject: To get richtext data using formulea language
Have you looked at the designer help under Attachments?
It tells you how to get details of, save (detach), launch and view attachments in formula language.
Which one do you want? What do you mean by ‘get attachment’?
Subject: RE: To get richtext data using formulea language
HI,
@abstract is used to convert contents of richtext field to plain text. Is any other way ???
Subject: RE: To get richtext data using formulea language
You’ve lost me now - were you trying to get the attachment or the text - as I say look in the designer help under the attachments section, you’ll see the following formulas:
@AttachmentLengths
@attachmentModifiedTimes
@Attachments
@AttachmentNames
@command([AttachmentLaunch])
@command([AttachmentDetachAll])
@command([editdetach])
@command([AttachmentView])