Skip to main content
Question

25R2 Employee Time card (Mobile app) – Missing Daily Time Entry Section in Summary Activity

  • March 19, 2026
  • 1 reply
  • 18 views

Forum|alt.badge.img+1

Hi everyone,

We’ve recently upgraded from 24R2 to 25R2 and have encountered a strange issue with Employee Timecard/Summary/Summary Activity.

In 24R2, users can enter their time spent per day of the week directly in the Summary Activity section (see left screenshot). However, in 25R2, this entire section appears to be missing, even without any customization published (right screenshot).

This prevents users from entering their daily hours as they normally would.

Has anyone else experienced this behavior after upgrading to 25R2?

Thanks


 

 

1 reply

Forum|alt.badge.img+1
  • Author
  • Captain I
  • March 20, 2026

 

We found the source of the issue in TimeCardMaint.cs.

Acumatica now changes the summary day column captions from Mon, Tue, etc. to values like Mon 3/16/2026. Because of that, the WSDL also exposes names like Mon3162026 instead of stable names like Mon, which breaks our mobile app integration.

We want to force the old behavior back and keep simple fixed names (Mon, Tue, etc.) everywhere, including the web UI page.

The code seems to come from SetSummaryColumnsDisplayName(...), which is internal static, so I’m not sure whether this can be overridden in SaaS.

Has anyone found a supported way to restore the old fixed column names in both the UI and the WSDL?