Skip to main content
Question

Adding Custom Action on Opportunity Products in Modern UI in 2025 R2

  • March 26, 2026
  • 2 replies
  • 17 views

Hi All,

 

Need help currently we are transitioning to the new 2025 R2 of Acumatica, by this I am trying to switch the Classic UI to the Modern UI, but the problem is when I am switching the UI to Modern UI all the customizations are not reflected to the modern UI, especially we have a customized button in Details tab of Opportunity, because we linked the Estimates on the Opportunities that whenever there is a created Estimated with the same inventory id on the details tab, after clicking the calculate price, the system will automatically calculate the price based on the margin code we specified.

 

 

Thank you

2 replies

lauras52
Freshman I
  • Freshman I
  • March 26, 2026

I had the same issue with my button above the grid in the sales order screen after converting to Modern UI. 

The action needs to be added to the SO301000 converted html file.

See the highlighted section in screenshot below - I added my the actions to the grid-Details section to follow the ShowItems action. Visibility of the buttons is controlled in my code.

 


  • Author
  • Freshman I
  • March 27, 2026

Hi ​@lauras52 

Thanks for this, I will try this and return back for the results