Skip to content

Instantly share code, notes, and snippets.

@fraga
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fraga/1b86ea95e98bcab33557 to your computer and use it in GitHub Desktop.
Save fraga/1b86ea95e98bcab33557 to your computer and use it in GitHub Desktop.
updateAxClass
static void dynUpdateAxClass(Args _args)
{
AxGenerateAxBCClass gen;
gen = AxGenerateAxBCClass::newTableId(tableNum(SalesTable));
gen.run();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment