Skip to main content
Question

Error releasing transactions.

  • May 14, 2026
  • 4 replies
  • 24 views

I am trying to release some Project Transactions and I am getting an error message that simply says, Object reference not set to an instance of an object. How can I determine what this error is if this is all it gives me. Anyone have any direction on where to find more information? These transactions and details are created using the API.

 

Mike Bujak

4 replies

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

@mbujak  Can you please check the TRACE log to identify if this error is coming from the customization.

Also, I would recommend, try unpublish the customizations if any, and please verify if this issue is occurring or not.


  • Author
  • Freshman I
  • May 14, 2026

I am not using any customizations to release the transactions, they were only created from the API. I am using the Acumatica UI to release the transactions on Screen: PM3040PL. When I click the release button, an error message pops up in the top corner of the browser:

 

 


  • Author
  • Freshman I
  • May 14, 2026

I saw something regard cash management, so I went to set that up. I tried again and this is the trace, any hints?

 

 


  • Freshman I
  • May 14, 2026

I saw something regard cash management, so I went to set that up. I tried again and this is the trace, any hints?

 

 

The trace is failing inside PM.RegisterReleaseProcess.CalculateCurrency, so it looks like the release process is hitting a Project Transaction with missing currency information, likely CuryInfoID or related currency setup. Since I recently touched Cash Management setup, I would verify the cash account currency, branch/company base currency, and any unreleased PMTran rows with null CuryInfoID. This may be a data/setup issue rather than a Cash Management screen issue directly.