ReleaseUpdateDB60_Payroll.getAccrualId Method [AX 2012]

Create a unique PayrollAccrualId for a record in the PayrollAccrual table.

private PayrollAccrualId getAccrualId(DEL_PRLBenifitId _benifitId, DataAreaId _dataAreaId)

Run On

Server

Parameters

_benifitId
Type: DEL_PRLBenifitId Extended Data Type
The value of the field DEL_PRLBenefitId in the PRLEmplBenefits table.
_dataAreaId
Type: DataAreaId Extended Data Type
The value of the field DataAreaId in the PRLEmplBenefits table.

Return Value

Type: PayrollAccrualId Extended Data Type
The value of the AccrualId field for the new record in the PayrollAccrual table.

Community Additions

ADD
Show: