Share via


NumberSeq_RU::newGetNumFromId Method [AX 2012]

Initializes a new instance of the NumberSeq class.

Syntax

server public static NumberSeq newGetNumFromId(
    RefRecId _numberSequenceId, 
   [boolean _makeDecisionLater, 
    boolean _dontThrowOnMissingRefSetUp])

Run On

Server

Parameters

  • _makeDecisionLater
    Type: boolean
    The initial value for the makeDecisionLater parameter of the NumberSeq class.
  • _dontThrowOnMissingRefSetUp
    Type: boolean
    A Boolean value that indicates whether an exception must be thrown if a number sequence reference is missing.

Return Value

Type: NumberSeq Class
An instance of the NumberSeq class; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).

See Also

Reference

NumberSeq_RU Class