How To Call Action Cancel In Acumatica
09 May 2019
Hello everybody,
Today I want to leave a short notice on how to call Cancel button of Acumatica from inside C# code:
graph.Clear();
That is it, Clear method is binded to button Cancel in Acumatica. Besides that Clear method will reload current data record from database and rolls back changes of Cache objects.