Share via


HcmPositionActionBudgetAccountLine::findByActionStateLegalEntity Method

Finds records in the HcmPositionActionBudgetAccountLine table that are based on the specified HcmActionStateRecId and LegalEntity values.

Syntax

client server public static HcmPositionActionBudgetAccountLine findByActionStateLegalEntity(
    HcmActionStateRecId _actionStateRecId, 
    CompanyInfoRecId _legalEntity, 
   [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