Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _actionStateRecId
Type: HcmActionStateRecId Extended Data Type
The value of the HcmActionStateRecId field to find.
- _legalEntity
Type: CompanyInfoRecId Extended Data Type
The value of the LegalEntity field to find.
- _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.