VendQuestionnaire::exist Method
Check whether a record in the VendQuestionnaire table exists.
Syntax
server public static boolean exist(
RecId _vendorRequestRecId,
KMCollectionId _questionnaireDefinition,
[RecId _vendorParty,
DataAreaId _dataAreaId])
Run On
Server
Parameters
- _vendorRequestRecId
Type: RecId Extended Data Type
The record ID of a VendRequest table record.
- _questionnaireDefinition
Type: KMCollectionId Extended Data Type
The collection ID of a KMCollection table record.
- _vendorParty
Type: RecId Extended Data Type
- _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.