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

Name Type Description
InsCoverageLedgEntry Table Microsoft.FixedAssets.Insurance."Ins. Coverage Ledger Entry"
InsuranceJnlLine Table Microsoft.FixedAssets.Insurance."Insurance Journal Line"

CopyFromInsuranceCard

procedure CopyFromInsuranceCard(var InsCoverageLedgEntry: Record "Ins. Coverage Ledger Entry", var Insurance: Record Insurance)

Parameters

Name Type Description
InsCoverageLedgEntry Table Microsoft.FixedAssets.Insurance."Ins. Coverage Ledger Entry"
Insurance Table Microsoft.FixedAssets.Insurance.Insurance

SetDisposedFA

procedure SetDisposedFA(FANo: Code[20]): Boolean

Parameters

Name Type Description
FANo Code[20]

Returns

Type Description
Boolean

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

Name Type Description
InsCoverageLedgerEntry Table Microsoft.FixedAssets.Insurance."Ins. Coverage Ledger Entry"
InsuranceJournalLine Table Microsoft.FixedAssets.Insurance."Insurance Journal Line"

See also