Share via


NumberSeqScope.getId Method [AX 2012]

Retrieves the ID of the scope.

Syntax

public RefRecId getId([boolean _createNew])

Run On

Called

Parameters

  • _createNew
    Type: boolean
    A Boolean value that indicates whether to create a scope created in the database if it does not exist.

Return Value

Type: RefRecId Extended Data Type
The record ID of the database scope.

Remarks

The first time this method is called the ID is retrieved from the database and cached. If the scope does not exist in the database and the _createNew parameter is specified the scope is created in the database.

See Also

Reference

NumberSeqScope Class