Share via


VendCertification::findVendParty Method

Retrieves a VendCertification record that is specified by the vendor account.

Syntax

client server public static VendCertification findVendParty(
    DirPartyRecId _vendParty, 
    RecId _recId, 
   [boolean _forupdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether the VendCertification record is retrieved for update; optional.
  • _concurrencyModel
    Type: ConcurrencyModel Enumeration
    A ConcurrencyModel value that is used when the table is not automatically concurrent; optional.

Return Value

Type: VendCertification Table
A VendCertification table buffer.

See Also

Reference

VendCertification Table