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.

Figure 1. The list of attachments


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:

Learn More

For comprehensive guidance about configuring attachments, see the following topics in the Mobile Framework Guide: