Share via


PurchReqLineQuestionnaireResponseHistory::existsHistory Method

Indicates whether the specified PurchReqLineQuestionnaireResponse record has any history stored in the PurchReqLineQuestionnaireResponseHistory table.

Syntax

client server public static boolean existsHistory(RecId _purchReqLineQuestionnaireResponse)

Run On

ClientOrServer

Parameters

  • _purchReqLineQuestionnaireResponse
    Type: RecId Extended Data Type
    A PurchReqLineQuestionnaireResponse record for which to check for existence of history versions.

Return Value

Type: boolean
true if history of the specified record exists; otherwise, false.

See Also

Reference

PurchReqLineQuestionnaireResponseHistory Table