Solved

Revert long run operation back to checkbox instead of the popup window in upper right

  • 12 September 2022
  • 3 replies
  • 69 views

Userlevel 2
Badge

Is it possible to revert the long run operation status back to the checkbox instead of the popup that shows up in the upper right? We are on 2022 R1. 

icon

Best answer by Naveen Boga 12 September 2022, 19:59

View original

3 replies

Userlevel 7
Badge +17

HI @ckwiat46  Sorry, Can you please elaborate your question.

Userlevel 2
Badge

@Naveen Boga 

So in older versions, when you perform an action, it shows either a green checkbox or red x just right of the actions menu. (https://capture.dropbox.com/qR22yFP1UL4Fsen8)


In the newer versions, it no longer does that, and shows you the model popup in the upper right. (

https://capture.dropbox.com/WbDA8Ns4OTYGBF2m)


My question is whether it’s possible to revert back to the previous way this is handled.

 

Userlevel 7
Badge +17

Hi @ckwiat46  Understood. Thanks for providing the details.

 

We can do this for the Processing screen, where we go back to the OLD timer display instead of the pop-up.  

Below is the small piece of code to add in the Processing screens

public class GraphNameProcess : PXGraph<GraphNameProcess>
{
public override bool IsProcessing
{
get { return false; }
set { }
}
}

 

I don’t think we can do this for the normal screen with old time instead of popup for the long-run operations.

 

Reply


About Acumatica ERP system
Acumatica Cloud ERP provides the best business management solution for transforming your company to thrive in the new digital economy. Built on a future-proof platform with open architecture for rapid integrations, scalability, and ease of use, Acumatica delivers unparalleled value to small and midmarket organizations. Connected Business. Delivered.
© 2008 — 2024  Acumatica, Inc. All rights reserved