Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds a table cell by its column and row.
Syntax
client server public static PCTableConstraintCell findByColumnAndRow(
PCTableConstraintColumnDefinitionRecId _columnId,
PCTableConstraintRowRecId _rowId,
[boolean _selectForUpdate])
Run On
Called
Parameters
- _columnId
Type: PCTableConstraintColumnDefinitionRecId Extended Data Type
A table constraint column ID.
- _rowId
Type: PCTableConstraintRowRecId Extended Data Type
A table constraint row ID.
- _selectForUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: PCTableConstraintCell Table
A table constraint cell.