PurchAgreementSubcontractor::lookupSubcontractor Method
Filters the subcontractor ID lookup on PurchAgreementSubcontractor table.
Syntax
client server public static void lookupSubcontractor(
FormStringControl _ctrl,
str _filterSelection,
AccountNum _purchaseAgreementHeaderVendor,
AccountNum _subcontractorVendor,
RecId _purchAgreementRecId)
Run On
Called
Parameters
- _ctrl
Type: FormStringControl Class
The instance of FormStringControl class.
- _filterSelection
Type: str
The filter selection criteria.
- _purchaseAgreementHeaderVendor
Type: AccountNum Extended Data Type
The vendor account number of purchase agreement record.
- _subcontractorVendor
Type: AccountNum Extended Data Type
The subcontractor Id of purchase agreement record.
- _purchAgreementRecId
Type: RecId Extended Data Type
The Purchase agreement header record Id.