BudgetPlanAttachment::findByHeaderStageType Method
Finds a record in the BudgetPlanAttachment table.
Syntax
client server public static BudgetPlanAttachment findByHeaderStageType(
BudgetPlanHeaderRecId _budgetPlanHeaderRecId,
BudgetPlanningStageRecId _budgetPlanningStageRecId,
BudgetPlanTemplateType _type,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _budgetPlanHeaderRecId
Type: BudgetPlanHeaderRecId Extended Data Type
The record ID of a BudgetPlanHeader record.
- _budgetPlanningStageRecId
Type: BudgetPlanningStageRecId Extended Data Type
The record ID of a BudgetPlanningStage record.
- _type
Type: BudgetPlanTemplateType Enumeration
A BudgetPlanTemplateType enumeration value.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when the record is read; optional.
Return Value
Type: BudgetPlanAttachment Table
A record in the BudgetPlanAttachment table; otherwise, an empty record.