This post is machine-translated. The original post in german language can be found here.

AX 2012: SysOperation-Framework: Use your own form as a dialog

In have already described how you can integrate your own form as a dialog within the SysOperation framework. Meanwhile, I've encountered a much simpler version:

  • Create a copy of form SysOperationTemplateForm
  • Overwrite method templateForm() like the following snippet shows
protected FormName templateForm()
{
    FormName ret;

    ret = formStr(CopyOfSysOperationTemplateForm);

    return ret;
}
These post applies to following version:
Dynamics AX 2012

Pooja 04/17/2023 15:13 | #1

In the case when this new form need to show only specific records. How can we pass that argument records to form?

 
 

 

 
 
 
Posts of the actual month
August 2026
MoTuWeThFrSaSu
 12
3456789
10111213141516
17181920212223
24252627282930
31 
© 2006-2026 Heinz Schweda | Imprint | Contact | German version | Mobile version
In order to provide you with better service, this site uses cookies. By continuing to browse the site, you are agreeing to our use of cookies.