Share via


HRMMassHireLineCreate.creatMassHireLineId Method [AX 2012]

Generates a PersonnelNumber value and a PositionId value for the MassHireLine records.

Syntax

public boolean creatMassHireLineId()

Run On

Called

Return Value

Type: boolean
true if the values were generated; otherwise, false.

Remarks

This method creates the MassHireline records, and calls the createMassHireLinePersonnelNum method and the createMassHireLinePosId method to generate the ID number for each record, and captures the exceptions caused during the process.

See Also

Reference

HRMMassHireLineCreate Class