NumberSeqCleanUp.DoesTTSExist Method [AX 2012]

Determines whether the transaction ID is present in the TTS tracking table.

private boolean DoesTTSExist(CreatedTransactionId transId)

Run On

Called

Parameters

transId
Type: CreatedTransactionId Extended Data Type
The ID to find.

Return Value

Type: boolean
true if the transaction ID is found; otherwise, false.

Community Additions

ADD
Show: