Share via


HcmPositionBudgetAccountLine::findByPositionLegalEntity Method

Finds a specified record in the HcmPositionBudgetAccountLine table.

Syntax

client server public static HcmPositionBudgetAccountLine findByPositionLegalEntity(
    HcmPositionRecId _position, 
    CompanyInfoRecId _legalEntity, 
   [utcdatetime _validFrom, 
    utcdatetime _validTo, 
    boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _validFrom
    Type: utcdatetime
    The value of the ValidFrom field.
  • _validTo
    Type: utcdatetime
    The value of the ValidTo field.
  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: HcmPositionBudgetAccountLine Table
A record or multiple records in the HcmPositionBudgetAccountLine table; otherwise, an empty record.

See Also

Reference

HcmPositionBudgetAccountLine Table