Share via


BudgetCheckResultErrorWarningDetail::exist Method

Indicates whether the specified record in the BudgetCheckResultErrorWarningDetail table exists.

Syntax

client server public static boolean exist(RecId _recId, [UserConnection _userConnection])

Run On

Called

Parameters

  • _recId
    Type: RecId Extended Data Type
    The recId value of the BudgetCheckResultErrorWarningDetail record to check for existence.
  • _userConnection
    Type: UserConnection Class
    An instance of the UserConnection class to use to determine whether the specified record in the BudgetCheckResultErrorWarningDetail table exists; optional, default is nullNothingnullptrunita null reference (Nothing in Visual Basic).

Return Value

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

See Also

Reference

BudgetCheckResultErrorWarningDetail Table