Share via


PurchAgreementSubcontractor::updateCocontractorForContractorChange Method

Updates the SubcontractorID field for the specified record at the time of a contractor change.

Syntax

client server public static void updateCocontractorForContractorChange(
    AgreementHeaderRecId _purchAgreementHeaderRecId, 
    VendTable _vendTableCurrent, 
    VendTable _vendTablePrevious)

Run On

Called

Parameters

  • _vendTableCurrent
    Type: VendTable Table
    A VendTable table buffer for the current co-contractor.
  • _vendTablePrevious
    Type: VendTable Table
    A VendTable table buffer for the previous co-contractor.

See Also

Reference

PurchAgreementSubcontractor Table