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 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
- purchId
Type: PurchId Extended Data Type
A PurchId.
- purchType
Type: PurchaseType Enumeration
A PurchType.
- itemId
Type: ItemId Extended Data Type
An ItemId.
- variantId
Type: RetailVariantId Extended Data Type
A RetailVariantId.
- 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.