AgreementClassification::findOrCreateAgreementClassification Method
Finds or creates a default instance of the AgreementClassification table.
Syntax
client server public static AgreementClassification findOrCreateAgreementClassification(RelationType _agreementRelationType)
Run On
Called
Parameters
- _agreementRelationType
Type: RelationType Extended Data Type
The input parameter that defines the relation type for the AgreementClassification table to find or create.
Return Value
Type: AgreementClassification Table
An AgreementClassification buffer that contains the instance data that was found or created.
Remarks
The supported entities for the _agreementRelationType parameter are the SalesAgreementHeader table, which is the default, and the PurchAgreementHeader table.