PurchReqLineVendorSuggestionHistory::existsHistory Method

Indicates whether the specified PurchReqLineVendorSuggestion record has any history stored in the PurchReqLineVendorSuggestionHistory table.

Syntax

client server public static boolean existsHistory(RecId _purchReqLineVendorSuggestion)

Run On

ClientOrServer

Parameters

  • _purchReqLineVendorSuggestion
    Type: RecId Extended Data Type
    A PurchReqLineVendorSuggestion record for which to check for history versions.

Return Value

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

See Also

Reference

PurchReqLineVendorSuggestionHistory Table