PurchCommitmentLine_PSN::find Method

Finds the specified record in the PurchCommitmentLine_PSN table.

Syntax

client server public static PurchCommitmentLine_PSN find(
    RecId _recId, 
   [boolean _forupdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.
  • _concurrencyModel
    Type: ConcurrencyModel Enumeration
    An ConcurrencyModel enumeration value that indicates the Concurrency model to use; optional.

Return Value

Type: PurchCommitmentLine_PSN Table
A record in the PurchCommitmentLine_PSN table; otherwise, an empty record.

See Also

Reference

PurchCommitmentLine_PSN Table