Skip to main content
Question

Base method UpdateExpirationDate() now missing in 26R1

  • May 7, 2026
  • 7 replies
  • 53 views

Forum|alt.badge.img+2

When upgrading from Acumatica 24R1 → 26R1, the CCProcessingCenterMaint.UpdateExpirationDate(PXAdapter adapter) is now missing in \App_Data\CodeRepository\PX.Objects\CA\CCProcessingCenterMaint.cs.  I was overriding this method but was still using the base.  Was this method moved somewhere else?

7 replies

Naveen Boga
Captain II
Forum|alt.badge.img+20
  • Captain II
  • May 8, 2026

@bpgraves  Please check the Acumatica version based release notes.


Forum|alt.badge.img+3

@bpgraves 

It looks like the method was removed or internally refactored from CCProcessingCenterMaint.

You may need to check with Acumatica Support and compare the 24R1, 25R1/25R2, and 26R1 source code to identify the replacement implementation or the new recommended approach


mohammadnawaz51
Jr Varsity II
Forum|alt.badge.img+6

@bpgraves 

Please refer this 

 


Forum|alt.badge.img+2
  • Author
  • Semi-Pro III
  • May 8, 2026

@bpgraves  Please check the Acumatica version based release notes.

The developer release notes for 2025R1 only mentions that it was removed: it doesn’t explain why or where the method got moved to (if it even did) or how to replace any existing functionality that uses it.


Forum|alt.badge.img+2
  • Author
  • Semi-Pro III
  • May 8, 2026

@bpgraves 

It looks like the method was removed or internally refactored from CCProcessingCenterMaint.

You may need to check with Acumatica Support and compare the 24R1, 25R1/25R2, and 26R1 source code to identify the replacement implementation or the new recommended approach

There is no replacement implementation or recommended approach which is why I wrote this post.


Forum|alt.badge.img+2
  • Author
  • Semi-Pro III
  • May 8, 2026

@bpgraves 

Please refer this 

 

This doesn’t explain how to resolve the issue: the coding solution given requires a basemethod that doesn’t exist anymore.


Forum|alt.badge.img+3

@bpgraves Since there is currently no documented replacement or recommended approach available.

You may need to confirm this with Acumatica Support to understand whether the functionality was deprecated completely or replaced with a different extension.