PCTableConstraintGlobalUpdateHandler.existsRowRecId Method [AX 2012]
Indicates whether the column name has already been added to the update handler.
public NoYes existsRowRecId(RefRecId _rowRecId)
Run On
ServerParameters
- _rowRecId
- Type: RefRecId Extended Data Type
The record ID of a table constraint row.
Return Value
Type: NoYes EnumerationNoYes::Yes if the record ID already exists; otherwise, NoYes::No.
Community Additions
ADD
Show: