Mobile: Enhanced Mobile Attachment Display
Starting in MYOB Acumatica 2025.2.1, you can configure the MYOB mobile app to display attachments in a modern, user-friendly visual tiles. Mobile users will see all attachments as tiles with full names (shown below)—making it easier to quickly recognize and access the right file.

This enhancement is automatically enabled on mobile app screens listed in Screens with a Default Tile View for Attachments, and you can easily configure it for other mobile screens as described in Configuring a List of Attachments.
How This Benefits Mobile Users
- Better file recognition: Full file names displayed on visual tiles eliminate guesswork
- Faster file access: Thumbnail-style tiles make it easier to locate specific attachments
- Modern mobile UX: Intuitive tile interface matches contemporary mobile app expectations
- Reduced tapping: Visual tiles provide more information at a glance than nested menus
Configuring a List of Attachments
To display attachments as tiles, specify DisplayInListview = True in the attachments instruction. The following code shows how to enable the list of attachments for the Activities tab of the CR301000 screen.
add screen CR301000 {
add container "Activities" {
...
attachments {
DisplayInListview = True
}
}
}
Screens with a Default Tile View for Attachments
The enhanced tile view for attachments has been configured by default for the screens that correspond to the following MYOB Acumatica forms:
- Expense Receipts (EP301010)
- Customers (AR303000), on the Activities tab
- Leads CR301000, on the Activities tab
- Contacts (CR302000), on the Activities tab
- Business Accounts (CR303000), on the Activities tab
- Opportunities (CR304000), on the Activities tab
- Sales Quotes (CR304500), on the Activities tab
- Cases (CR306000), on the Activities tab
- Task (CR306020), on the Activities tab
- Request for Information (PJ301000), on the Activities tab
- Project Issue (PJ302000), on the Activities tab
- Drawing Log (PJ303000), on the Activities tab
- Photo Log (PJ305000), on the Activities tab
- Submittals (PJ306000), on the Activities tab
- Project Quotes (PM304500), on the Activities tab
Learn More
For comprehensive guidance about configuring attachments, see the following topics in the Mobile Framework Guide:
