Codeunit "Make FA Ledger Entry"

ID 5604
Namespace: Microsoft.FixedAssets.Ledger

Methods

CopyFromFAJnlLine

procedure CopyFromFAJnlLine(var FALedgEntry: Record "FA Ledger Entry", FAJnlLine: Record "FA Journal Line")

Parameters

Name Type Description
FALedgEntry Table Microsoft.FixedAssets.Ledger."FA Ledger Entry"
FAJnlLine Table Microsoft.FixedAssets.Journal."FA Journal Line"

CopyFromGenJnlLine

procedure CopyFromGenJnlLine(var FALedgEntry: Record "FA Ledger Entry", GenJnlLine: Record "Gen. Journal Line")

Parameters

Name Type Description
FALedgEntry Table Microsoft.FixedAssets.Ledger."FA Ledger Entry"
GenJnlLine Table Microsoft.Finance.GeneralLedger.Journal."Gen. Journal Line"

CopyFromFACard

procedure CopyFromFACard(var FALedgEntry: Record "FA Ledger Entry", var FA: Record "Fixed Asset", var FADeprBook: Record "FA Depreciation Book")

Parameters

Name Type Description
FALedgEntry Table Microsoft.FixedAssets.Ledger."FA Ledger Entry"
FA Table Microsoft.FixedAssets.FixedAsset."Fixed Asset"
FADeprBook Table Microsoft.FixedAssets.Depreciation."FA Depreciation Book"

Events

OnAfterCopyFromFAJnlLine

[IntegrationEvent(False,False)]
local procedure OnAfterCopyFromFAJnlLine(var FALedgerEntry: Record "FA Ledger Entry", FAJournalLine: Record "FA Journal Line")

Parameters

Name Type Description
FALedgerEntry Table Microsoft.FixedAssets.Ledger."FA Ledger Entry"
FAJournalLine Table Microsoft.FixedAssets.Journal."FA Journal Line"

OnAfterCopyFromGenJnlLine

[IntegrationEvent(False,False)]
local procedure OnAfterCopyFromGenJnlLine(var FALedgerEntry: Record "FA Ledger Entry", GenJournalLine: Record "Gen. Journal Line")

Parameters

Name Type Description
FALedgerEntry Table Microsoft.FixedAssets.Ledger."FA Ledger Entry"
GenJournalLine Table Microsoft.Finance.GeneralLedger.Journal."Gen. Journal Line"

OnAfterCopyFromFACard

[IntegrationEvent(False,False)]
local procedure OnAfterCopyFromFACard(var FALedgerEntry: Record "FA Ledger Entry", var FixedAsset: Record "Fixed Asset", var FADepreciationBook: Record "FA Depreciation Book", var xFALedgerEntry: Record "FA Ledger Entry")

Parameters

Name Type Description
FALedgerEntry Table Microsoft.FixedAssets.Ledger."FA Ledger Entry"
FixedAsset Table Microsoft.FixedAssets.FixedAsset."Fixed Asset"
FADepreciationBook Table Microsoft.FixedAssets.Depreciation."FA Depreciation Book"
xFALedgerEntry Table Microsoft.FixedAssets.Ledger."FA Ledger Entry"

OnBeforeCopyFromFACard

[IntegrationEvent(False,False)]
local procedure OnBeforeCopyFromFACard(var FALedgerEntry: Record "FA Ledger Entry", var FixedAsset: Record "Fixed Asset", var FADepreciationBook: Record "FA Depreciation Book", var xFALedgerEntry: Record "FA Ledger Entry")

Parameters

Name Type Description
FALedgerEntry Table Microsoft.FixedAssets.Ledger."FA Ledger Entry"
FixedAsset Table Microsoft.FixedAssets.FixedAsset."Fixed Asset"
FADepreciationBook Table Microsoft.FixedAssets.Depreciation."FA Depreciation Book"
xFALedgerEntry Table Microsoft.FixedAssets.Ledger."FA Ledger Entry"

See also