ProjCategory::exist Method [AX 2012]

Determines whether a record is located in the table for the values passed as parameters.

client server public static boolean exist(ProjCategoryId category)

Run On

Called

Parameters

category
Type: ProjCategoryId Extended Data Type
The category identifier.

Return Value

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