Skip to content

Instantly share code, notes, and snippets.

@ztirom

ztirom/main Secret

Last active April 22, 2016 16:59
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 ztirom/10ea1644766d3b4c500b513e87dbdbc0 to your computer and use it in GitHub Desktop.
Save ztirom/10ea1644766d3b4c500b513e87dbdbc0 to your computer and use it in GitHub Desktop.
AX2012 Custom Lookup on a Dialog
static void main(Args _args)
{
DialogLookup dialogLookup = new DialogLookup();
if (dialogLookup.prompt())
{
dialogLookup.run();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment