ReleaseUpdateDB60_Payroll.getEarningCodeId Method [AX 2012]
Create a unique PayrollEarningCodeId for a record in the PayrollEarningCode table.
private PayrollEarningCodeId getEarningCodeId(
DEL_PRLPayelementcode _payElementCode,
DEL_PRLPayElementCodeRelated _payElementCodeRelated,
DataAreaId _dataAreaId)
Run On
ServerParameters
- _payElementCode
- Type: DEL_PRLPayelementcode Extended Data Type
The value of the field DEL_PayElementCode in the PRLPayElements table.
- _payElementCodeRelated
- Type: DEL_PRLPayElementCodeRelated Extended Data Type
The value of the field DEL_PayElementCodeRelated in the PRLPayElements table.
- _dataAreaId
- Type: DataAreaId Extended Data Type
The value of the field DataAreaId in the PRLPayElements table.
Return Value
Type: PayrollEarningCodeId Extended Data TypeThe value of the EarningCode field for the new record in the PayrollEarningCode table.
Community Additions
ADD
Show: