AttachmentManager
You use the AttachmentManager keyword to perform actions in the Attachment Download Manager page in MAF applications.
Signature
The AttachmentManager keyword supports the following signature:
AttachmentManager(AppletRN, Name of the Entity|Name of the File Name, ...;DOWNLOAD/
DOWNLOADALL/REMOVE/CLOSE/TOP)
AttachmentManger signature supports the following actions:
DOWNLOAD
DOWNLOADALL
TOP
UPLOAD
UPLOADALL
UPLOADTOP
REMOVE
REMOVEALL
=filename with extension
=Error - File Not Found
=100%
=Error - Network Error
=Sync Data First
Desktop Examples
The AttachmentManager keyword does not apply to desktop applications.
Mobile Examples
The following table describes how to use the AttachmentManager keyword to perform actions in the Attachment Download Manager page in MAF applications (on mobile devices).
Target Object | Inputs | Closing Action | Comments |
---|---|---|---|
Download Attachment Applet |
Download Attachment Applet |
AdminSalesTool|pills1.jpg;DOWNLOAD;IPH3 |
To download user specified files. |
Download Attachment Applet |
Download Attachment Applet |
AdminSalesTool|Zonall_Launch.zip,AdminSalesTool|ZonallPatientProfile.zip;DOWNLOAD;IPH3 |
To download user specified files. |
Download Attachment Applet |
Download Attachment Applet |
AdminSalesTool|pills1.jpg;REMOVE;IPH3 |
To remove the selected files. |
Download Attachment Applet |
Download Attachment Applet |
AdminSalesTool|Zonall_Launch.zip;TOP;IPH3 |
To move the file to the first (TOP) position. |
Download Attachment Applet |
Download Attachment Applet |
NULL;DOWNLOADALL;IPH3 |
Selects all the files and performs the action when the Download button is clicked. |
Download Attachment Applet |
Download Attachment Applet |
NULL;REMOVEALL;IPH3 |
Selects all the files and performs the action when the Remove button is clicked. |
Download Attachment Applet |
Download Attachment Applet |
AccountAttachment|pills1.jpg;=Error - File Not Found;IPH3 |
To verify Status of the user specified in Download Attachment - the equals sign ('=') signifies verification. |
Download Attachment Applet |
Download Attachment Applet |
NULL;=pills1.jpg;IPH3 |
To verify if the user specified file (pills1.jpg) is available in the Download Attachment - the equals sign ('=') signifies verification. |
Download Attachment Applet |
Upload Attachment Applet |
AccountAttachment|Test.jpeg;UPLOAD;IPH3 |
To upload user specified files. |
Download Attachment Applet |
Upload Attachment Applet |
AccountAttachment|Test.jpeg;=Sync Data First;IPH3 |
To verify Status of the user specified in Upload Attachment - the equals sign ('=') signifies verification. |
Download Attachment Applet |
Upload Attachment Applet |
AccountAttachment|Test.jpeg;UPLOADTOP;IPH3 |
To move the file to the first (TOP) position. |
Download Attachment Applet |
Upload Attachment Applet |
NULL;UPLOADALL;IPH3 |
Selects all the files and performs the action when the Upload button is clicked. |
Download Attachment Applet |
Upload Attachment Applet |
NULL;=Test.jpeg;IPH3 |
To verify if the user specified file (Test.jpeg) is available in the Upload Attachment - the equals sign ('=') signifies verification. |
Download Attachment Applet |
Upload Attachment Applet |
AccountAttachment|Test.jpeg,AccountAttachment|pills.jpeg;UPLOAD;IPH3 |
To upload user specified files. |
Download Attachment Applet |
Attachment Applet |
NULL;Close;IPH3 |
To close the Attachment Manager. |