PmfFormCtrl_BOMCalcDialog::newFromForm Method [AX 2012]
Construct an instance of this form control by using a given form and calc job reference.
client server public static PmfFormCtrl_BOMCalcDialog newFromForm(FormRun _fr, BOMCalcJob _bomCalcJob)
Run On
CalledParameters
- _fr
- Type: FormRun Class
FormRun object reference of the form.
- _bomCalcJob
- Type: BOMCalcJob Class
BOMCalcJob object reference which activated the calc job dialog box.
Return Value
Type: PmfFormCtrl_BOMCalcDialog ClassNew instance of the form control for the calc dialog box.
Show: