Page "Create Employee Payment"

ID 1191
Namespace: Microsoft.HumanResources.Payables

Properties

Name Value
Caption Create Employee Payment
PageType StandardDialog
SaveValues True

Methods

GetPostingDate

procedure GetPostingDate(): Date

Returns

Type Description
Date

GetBankAccount

procedure GetBankAccount(): Text

Returns

Type Description
Text

GetBankPaymentType

procedure GetBankPaymentType(): Integer

Returns

Type Description
Integer

GetBatchNumber

procedure GetBatchNumber(): Code[10]

Returns

Type Description
Code[10]

MakeGenJnlLines

procedure MakeGenJnlLines(var EmployeeLedgerEntry: Record "Employee Ledger Entry")

Parameters

Name Type Description
EmployeeLedgerEntry Table Microsoft.HumanResources.Payables."Employee Ledger Entry"

Events

OnAfterUpdateDimensions

[IntegrationEvent(False,False)]
local procedure OnAfterUpdateDimensions(var GenJournalLine: Record "Gen. Journal Line")

Parameters

Name Type Description
GenJournalLine Table Microsoft.Finance.GeneralLedger.Journal."Gen. Journal Line"

OnAfterAssignCombinedDimensionSetID

[IntegrationEvent(False,False)]
local procedure OnAfterAssignCombinedDimensionSetID(var GenJournalLine: Record "Gen. Journal Line", DimSetIDArr: array[10] of Integer)

Parameters

Name Type Description
GenJournalLine Table Microsoft.Finance.GeneralLedger.Journal."Gen. Journal Line"
DimSetIDArr array[10] of Integer

OnBeforeUpdateDimensions

[IntegrationEvent(False,False)]
local procedure OnBeforeUpdateDimensions(var GenJournalLine: Record "Gen. Journal Line", TempEmployeePaymentBuffer: Record "Employee Payment Buffer" temporary)

Parameters

Name Type Description
GenJournalLine Table Microsoft.Finance.GeneralLedger.Journal."Gen. Journal Line"
TempEmployeePaymentBuffer Table Microsoft.HumanResources.Payables."Employee Payment Buffer"

OnCopyEmployeeLedgerEntriesToTempEmplPaymentBufferOnAfterAssignTempBufferFields

[IntegrationEvent(False,False)]
local procedure OnCopyEmployeeLedgerEntriesToTempEmplPaymentBufferOnAfterAssignTempBufferFields(var TempEmployeePaymentBuffer: Record "Employee Payment Buffer" temporary, EmployeeLedgerEntry: Record "Employee Ledger Entry")

Parameters

Name Type Description
TempEmployeePaymentBuffer Table Microsoft.HumanResources.Payables."Employee Payment Buffer"
EmployeeLedgerEntry Table Microsoft.HumanResources.Payables."Employee Ledger Entry"

See also