Skip to main content
Question

Customize Time Entry to Save Notes


Given the issue with the Time Entry Webservice and form, can a user implement in interim fix by customizing the form, or building a new web service endpoint. 

Our deployment won’t be able to upgrade to 2025R1 in the near future. 

Thank you

 

Pushing Notes for time activities, and auto completing time activities when creating | Community

 

3 replies

Forum|alt.badge.img+2

Hi ​@Mikemedved21 
The fix should also be available in 2024r208 and 2024r116.
Could you please let me know your Acumatica version, I can test and confirm you.
 


  • Author
  • Freshman I
  • 2 replies
  • April 2, 2025

@ruchikasharma23 - We’re running Build 23.212.0024 on premises. 

 


Forum|alt.badge.img+2

@Mikemedved21 
The fix is not available in 23R2 in the product.

However, you can fix it using the following code:

public class TimeEntry_Extension : PXGraphExtension<PX.Objects.PM.TimeEntry>
  {
    #region Event Handlers
    public delegate void PersistDelegate();
    [PXOverride]
    public void Persist(PersistDelegate baseMethod)
    {
      Base.EnsureCachePersistence<Note>();
      baseMethod();
    }
    #endregion
  }

I tested this on 23R213 and it seems to works fine.

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings