VendQuestionnaire::vendorQuestionnaireExists Method
Checks whether a record in the VendQuestionnaire table exists.
Syntax
client server public static boolean vendorQuestionnaireExists(
RecId _partyId,
KMCollectionId _questionnaireDefinition,
[DataAreaId _dataAreaId])
Run On
Called
Parameters
- _partyId
Type: RecId Extended Data Type
The party record ID of the logged in vendor user.
- _questionnaireDefinition
Type: KMCollectionId Extended Data Type
The collection ID of a KMCollection table record.
- _dataAreaId
Type: DataAreaId Extended Data Type
The dataAreaId value that is related to the vendor questionnaire.
Return Value
Type: boolean
true if the VendQuestionnaire record exists; otherwise, false.