PaymCalendar::exist Method [AX 2012]

Indicates whether the specified record in the PaymCalendar table exists.

client server public static boolean exist(PaymCalendarRecId _recId)

Run On

Called

Parameters

_recId
Type: PaymCalendarRecId Extended Data Type
The record ID of the PaymCalendar record.

Return Value

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