Sequence.currval Method [AX 2012]

Gets the current sequence number from the sequence, without incrementing the counter value.

public int64 currval([str Subkey1, int Subkey2])

Run On

Server

Parameters

Subkey1
Type: str
The Company, or identification of the sequence to access; optional.
Subkey2
Type: int

Return Value

Type: int64
The current sequence number from the sequence.

Community Additions

ADD
Show: