Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.