This post is machine-translated. The original post in german language can be found here.
These post applies to following version:
Dynamics AX 2012
Dynamics AX 2012
In the case when this new form need to show only specific records. How can we pass that argument records to form? |
|
|
|
|
|
|
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:
{
FormName ret;
ret = formStr(CopyOfSysOperationTemplateForm);
return ret;
}