Share via


HRMMassHireLineCreate.makePosIdUseNumberSeq Method [AX 2012]

Uses Number Sequence to generate a PositionId value.

Syntax

public Num makePosIdUseNumberSeq()

Run On

Called

Return Value

Type: Num Extended Data Type
The idNumPos value.

Remarks

This method calls the numberSeqPos.num method to generate an ID number; if it does not generate an ID number because of selecting the Manual check box of the Number Sequence, it will cause an exception; and the NumberSeqPos object will cause an exception if the Stopped check box Number Sequence is selected.

See Also

Reference

HRMMassHireLineCreate Class