Codeunit "Make Ins. Coverage Ledg. Entry"
ID 5657
Namespace: Microsoft.FixedAssets.Insurance
Properties
Name
Value
Permissions
TableData "Ins. Coverage Ledger Entry" = rm
Methods
CopyFromJnlLine
procedure CopyFromJnlLine(var InsCoverageLedgEntry: Record "Ins. Coverage Ledger Entry", var InsuranceJnlLine: Record "Insurance Journal Line")
Parameters
CopyFromInsuranceCard
procedure CopyFromInsuranceCard(var InsCoverageLedgEntry: Record "Ins. Coverage Ledger Entry", var Insurance: Record Insurance)
Parameters
SetDisposedFA
procedure SetDisposedFA(FANo: Code[20]): Boolean
Parameters
Name
Type
Description
FANo
Code[20]
Returns
UpdateInsCoverageLedgerEntryFromFASetup
procedure UpdateInsCoverageLedgerEntryFromFASetup(InsDeprBookCode: Code[10])
Parameters
Name
Type
Description
InsDeprBookCode
Code[10]
Events
OnAfterCopyFromJnlLine
[IntegrationEvent(False,False)]
local procedure OnAfterCopyFromJnlLine(var InsCoverageLedgerEntry: Record "Ins. Coverage Ledger Entry", InsuranceJournalLine: Record "Insurance Journal Line")
Parameters
See also