CueRun::GetCueCount Method [AX 2012]

Retrieves the record count that is associated with the specified cue.

client server public static int64 GetCueCount(RecId cueId)

Run On

Called

Parameters

cueId
Type: RecId Extended Data Type
The record ID of the cue.

Return Value

Type: int64
The cue count if it is found; otherwise, -1.
Show: