EmplLedgerAccounts_RU::findByProfile Method
Finds a record by profile.
Syntax
client server public static EmplLedgerAccounts_RU findByProfile(
EmplPostingProfile_RU _emplPostingProfile,
TableGroupAll _accountCode,
[EmployeeId_RU _key,
boolean _forUpdate])
Run On
Called
Parameters
- _emplPostingProfile
Type: EmplPostingProfile_RU Extended Data Type
The posting profile.
- _accountCode
Type: TableGroupAll Enumeration
The account code.
- _key
Type: EmployeeId_RU Extended Data Type
The employee ID.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to select the record for update.
Return Value
Type: EmplLedgerAccounts_RU Table
The record that is found.