Share via


ConfirmingPO::findByConfirmingPOID Method

Finds the specified record in the ConfirmingPO table for a specified confirming order.

Syntax

client server public static ConfirmingPO findByConfirmingPOID(
    ConfirmingPOID _confirmingPOID, 
    LanguageId _languageId, 
   [boolean _forupdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: ConfirmingPO Table
A record of the ConfirmingPO table if found; otherwise, an empty buffer.

See Also

Reference

ConfirmingPO Table