Skip to main content
Question

How are/will screens mapped to the mobile app be affected by the switch to Modern UI?

  • May 30, 2026
  • 3 replies
  • 48 views

MichaelShirk
Captain II
Forum|alt.badge.img+6

I’m in the process of converting custom screens from classic to modern UI for 26R1. Some of these screens are primarily used by shop floor employees via the mobile app. 

Is there anything special I need to do for that, or will they still keep working? 
Are there upcoming changes that will require updating the mapping to accommodate the move to the new UI?

I haven’t been able to find answers on this. 

 

3 replies

Forum|alt.badge.img+1
  • Acumatica Employee
  • June 15, 2026

Hello ​@MichaelShirk,

When it comes to mobile app, it would remain as it is. But there are screens where both web and mobile will be used (Ex: Uploading purchase receipts) So the web interface can have some changes with modern UI. 

Changing screens from classic UI to modern UI can be done through the site map.

Hope this helps.

Thank you


Forum|alt.badge.img+4
  • Jr Varsity II
  • June 15, 2026

Hi ​@MichaelShirk ,

your existing mobile app mappings should continue to work. The mobile app layer is separate from whether the browser screen is rendered in Classic UI or Modern UI.

 


RohitRattan88
Acumatica Moderator
Forum|alt.badge.img+4
  • Acumatica Moderator
  • June 15, 2026

@MichaelShirk ,

WSDL schema could be different for classic and modern UI, and when your customization contains both classic and modern UI definitions and you create/customize mobile screen, (25R2 onwards, I believe) system prioritizes modern ui wsdl schema for mobile.

If only classic ui(aspx) exists in the system, mobile picks up classic wsdl schema.

As far as development/customization is concerned, I think you should take this into consideration.

maybe ​@Cesar Betances  can provide any additional information if needed.