RunBaseMultiParm::initFromForm Method [AX 2012]
Initializes an instance of the RunBaseMultiParm class by using a calling form.
client public static void initFromForm(
RunBaseMultiParm _runBaseMultiParm,
Args _args,
[boolean _includeRecords])
Run On
ClientParameters
- _runBaseMultiParm
- Type: RunBaseMultiParm Class
An instance of the RunBaseMultiParm class.
- _args
- Type: Args Class
An argument that represent the calling form.
- _includeRecords
- Type: boolean
A Boolean parameter that indicates whether the selected records on the calling form are included.
Show: