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
- _position
Type: HcmPositionRecId Extended Data Type
The value of the Position field of the record to find.
- _legalEntity
Type: CompanyInfoRecId Extended Data Type
The value of the CompanyInfoRecId field of the record to find.
- _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.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when the record is read; optional.
Return Value
Type: HcmPositionBudgetAccountLine Table
A record or multiple records in the HcmPositionBudgetAccountLine table; otherwise, an empty record.