BudgetPlanAttachment::exist Method
Indicates whether a specified record exists in the BudgetPlanAttachment table.
Syntax
client server public static boolean exist(BudgetPlanAttachmentRecId _budgetPlanAttachmentRecId)
Run On
Called
Parameters
- _budgetPlanAttachmentRecId
Type: BudgetPlanAttachmentRecId Extended Data Type
The record ID of the record to check for existence.
Return Value
Type: boolean
true if the record was found; otherwise, false .