JournalizingDefinitionPayrollTrans::findByAlternateKey Method
Finds the specified record in the JournalizingDefinitionPayrollTrans table.
Syntax
client server public static JournalizingDefinitionPayrollTrans findByAlternateKey(
PayrollTransactionType _transactionType,
PayrollPayStatementLineType _payStatementLineType,
TableAll _code,
RefRecId _specificCode,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _transactionType
Type: PayrollTransactionType Enumeration
The payroll transaction type of the record to find.
- _payStatementLineType
Type: PayrollPayStatementLineType Enumeration
The pay statement line type of the record to find.
- _code
Type: TableAll Enumeration
The code of the record to find.
- _specificCode
Type: RefRecId Extended Data Type
The specific code of the record to find.
- _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.
Return Value
Type: JournalizingDefinitionPayrollTrans Table
A record in the JournalizingDefinitionPayrollTrans table; otherwise, an empty record