PdsMRCCustomerHistory::findLastSentDate Method

Finds the record last sent for the specified customer, item, and document ID.

Syntax

client server public static PdsMRCLastSent findLastSentDate(
    CustAccount _custAccount, 
    ItemId _itemId, 
    PdsMRCDocumentId _documentId, 
   [boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

Type: PdsMRCLastSent Extended Data Type
A record in the PdsMRCCustomerHistory table if found; otherwise, an empty record.

See Also

Reference

PdsMRCCustomerHistory Table