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 PdsMRCCustomerHistory table.
Syntax
client server public static PdsMRCCustomerHistory find(
CustAccount _custAccount,
SalesIdBase _salesId,
ItemId _itemId,
PdsMRCDocumentId _documentId,
[boolean _forUpdate])
Run On
Called
Parameters
- _custAccount
Type: CustAccount Extended Data Type
The customer of the record to find.
- _salesId
Type: SalesIdBase Extended Data Type
The sales order number of the record to find.
- _itemId
Type: ItemId Extended Data Type
The ID of the item on the record to find.
- _documentId
Type: PdsMRCDocumentId Extended Data Type
The ID of the document on the record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: PdsMRCCustomerHistory Table
A record in the PdsMRCCustomerHistory table if found; otherwise, an empty record.