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 SalesLine table.
Syntax
client server public static SalesLine findItemIdInventDimId(
SalesId salesId,
ItemId itemId,
InventDimId inventDimId,
[LineNum lineNum,
boolean update])
Run On
ClientOrServer
Parameters
- salesId
Type: SalesId Extended Data Type
A SalesId value.
- itemId
Type: ItemId Extended Data Type
An ItemId value.
- inventDimId
Type: InventDimId Extended Data Type
An InventDimId value.
- lineNum
Type: LineNum Extended Data Type
A line number; optional.
- update
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: SalesLine Table
A record in the SalesLine table; otherwise, an empty record.