PaymTermHold::exist Method [AX 2012]

Indicates whether the specified record in the PaymTermHold table exists.

client server public static boolean exist(RefRecId _paymTermHoldId)

Run On

Called

Parameters

_paymTermHoldId
Type: RefRecId Extended Data Type
The record ID of the PaymTermHold table record to check for existence.

Return Value

Type: boolean
true if the specified record exists; otherwise, false.
Show: