Share via


RunBaseMultiParm::initFromForm Method [AX 2012]

Initializes an instance of the RunBaseMultiParm class by using a calling form.

Syntax

client public static void initFromForm(
    RunBaseMultiParm _runBaseMultiParm, 
    Args _args, 
   [boolean _includeRecords])

Run On

Client

Parameters

  • _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.

See Also

Reference

RunBaseMultiParm Class