VendPaymSched::findDeleted Method
Finds a record that was soft-deleted i.e. IsDeleted property is true.
Syntax
client server public static VendPaymSched findDeleted(
TableId _tableId,
RecId _recId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _tableId
Type: TableId Extended Data Type
TableId of the Table to find the records in.
- _recId
Type: RecId Extended Data Type
RecId of the record to find.
- _forupdate
Type: boolean
Determines if selection should be done for update; Defaults false.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Determines concurrency model; Defaults to Auto.
Return Value
Type: VendPaymSched Table
VendPaymSched record.