Share via


HcmPositionActionBudgetAccountLine::findByActionStateLEBudgetPurposeType Method

Finds a record in the HcmPositionActionBudgetAccountLine table that is based on the specified HcmActionStateRecId, LegalEntity, and BudgetPurposeType values.

Syntax

client server public static HcmPositionActionBudgetAccountLine findByActionStateLEBudgetPurposeType(
    HcmActionStateRecId _actionStateRecId, 
    CompanyInfoRecId _legalEntity, 
    HcmBudgetPurposeTypeRecId _budgetPurposeType, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that specifies whether to read the record for update; optional.
  • _concurrencyModel
    Type: ConcurrencyModel Enumeration
    An enumeration value that indicates the concurrency settings to use on the table; optional.

Return Value

Type: HcmPositionActionBudgetAccountLine Table
A record from the HcmPositionActionBudgetAccountLine table; otherwise, an empty record.

See Also

Reference

HcmPositionActionBudgetAccountLine Table