The getAllAttachments function returns information for all attachments that are present in the CA Process Automation database.
Syntax
vmArrayAttachments = getAllAttachments()
Return Value
This function returns an array containing the following information for all attachments that are present in the CA Process Automation database:
Attachment content type.
Attachment contentID, if present.
URL that can be used to view or download the attachment.
Name of the attachment.
Unique ID for this attachment. This ID can be passed to other system functions.
Example
Process.attachments = getAllAttachments();
|
Copyright © 2014 CA.
All rights reserved.
|
|