Table "Apply Unapply Parameters"

ID 579
Namespace: Microsoft.Finance.ReceivablesPayables

Properties

Name Value
Caption Apply Unapply Parameters
TableType Temporary
DataClassification CustomerContent

Fields

Name Type Description
"Entry No." Integer
"Account Type" Enum Microsoft.Finance.GeneralLedger.Journal."Gen. Journal Account Type"
"Account No." Code[20]
"Posting Date" Date
"Document Type" Enum Microsoft.Finance.GeneralLedger.Journal."Gen. Journal Document Type"
"Document No." Code[20]
"Journal Template Name" Code[10]
"Journal Batch Name" Code[10]
"External Document No." Code[35]
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

CopyFromCustLedgEntry

procedure CopyFromCustLedgEntry(CustLedgEntry: Record "Cust. Ledger Entry")

Parameters

Name Type Description
CustLedgEntry Table Microsoft.Sales.Receivables."Cust. Ledger Entry"

CopyFromVendLedgEntry

procedure CopyFromVendLedgEntry(VendLedgEntry: Record "Vendor Ledger Entry")

Parameters

Name Type Description
VendLedgEntry Table Microsoft.Purchases.Payables."Vendor Ledger Entry"

CopyFromEmplLedgEntry

procedure CopyFromEmplLedgEntry(EmplLedgEntry: Record "Employee Ledger Entry")

Parameters

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

Events

OnAfterCopyFromCustLedgerEntry

[IntegrationEvent(False,False)]
local procedure OnAfterCopyFromCustLedgerEntry(var PostApplyParameters: Record "Apply Unapply Parameters" temporary, CustLedgerEntry: Record "Cust. Ledger Entry")

Parameters

Name Type Description
PostApplyParameters Table Microsoft.Finance.ReceivablesPayables."Apply Unapply Parameters"
CustLedgerEntry Table Microsoft.Sales.Receivables."Cust. Ledger Entry"

OnAfterCopyFromVendLedgerEntry

[IntegrationEvent(False,False)]
local procedure OnAfterCopyFromVendLedgerEntry(var PostApplyParameters: Record "Apply Unapply Parameters" temporary, VendorLedgerEntry: Record "Vendor Ledger Entry")

Parameters

Name Type Description
PostApplyParameters Table Microsoft.Finance.ReceivablesPayables."Apply Unapply Parameters"
VendorLedgerEntry Table Microsoft.Purchases.Payables."Vendor Ledger Entry"

OnAfterCopyFromEmplLedgerEntry

[IntegrationEvent(False,False)]
local procedure OnAfterCopyFromEmplLedgerEntry(var PostApplyParameters: Record "Apply Unapply Parameters" temporary, EmployeeLedgerEntry: Record "Employee Ledger Entry")

Parameters

Name Type Description
PostApplyParameters Table Microsoft.Finance.ReceivablesPayables."Apply Unapply Parameters"
EmployeeLedgerEntry Table Microsoft.HumanResources.Payables."Employee Ledger Entry"

See also