Share via


PurchLine::findPurchTypeItemIdVarinatId Method

Finds the specified record in the PurchLine table.

Syntax

client server public static PurchLine findPurchTypeItemIdVarinatId(
    PurchId purchId, 
    PurchaseType purchType, 
    ItemId itemId, 
    RetailVariantId variantId, 
   [boolean update])

Run On

ClientOrServer

Parameters

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

Return Value

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

See Also

Reference

PurchLine Table