Monday 20 May 2019

AX7 Extended Method class

[ExtensionOf(ClassStr(PriceDiscAdmCheckPost))]
final class MyPriceDiscAdmCheckPost_Extension
{
   public void run(boolean _acceptWarnings)
   {
        // Add here any code that you want to run before the standard run method
        next run(_acceptWarnings)
        // Add here any code that you want to run after the standard run method
   }
}

No comments:

Post a Comment