HcmPositionActionBudgetDefaultValue::findByActionStateLegalEntity Method
Finds a record in the HcmPositionActionBudgetDefaultValue table that is based on the specified HcmActionStateRecId and LegalEntity values.
Syntax
client server public static HcmPositionActionBudgetDefaultValue 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.
- _legalEntity
Type: CompanyInfoRecId Extended Data Type
The value of the CompanyInfoRecId field.
- _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 that are to use on the table; optional.
Return Value
Type: HcmPositionActionBudgetDefaultValue Table
A record from the HcmPositionActionBudgetDefaultValue table; otherwise, an empty record.