Codeunit 18122276 EOS DCF Management

Codeunit 18122276 EOS DCF Management

Methods

CleanVatRegistrationNo

procedure CleanVatRegistrationNo(VATRegistrationNo: Text[20]): Text[20]

Parameters / Return Value

  • VATRegistrationNo Text[20]

  • Returns Text[20]


DocCredit_EntriesExport_NotesField

procedure DocCredit_EntriesExport_NotesField(EntityVariant: Variant; var outNotes: Text[80]; var outPaymentType: Code[2])

Parameters / Return Value

  • EntityVariant Variant

  • outNotes Text[80]

  • outPaymentType Code[2]


GetISOCountryCode

procedure GetISOCountryCode(CountryCode: Code[10]; RaiseError: Boolean): code[10]

Parameters / Return Value

  • CountryCode Code[10]

  • RaiseError Boolean

  • Returns code[10]


GetLastUnderscorePosition

procedure GetLastUnderscorePosition(String: Text): Integer

Parameters / Return Value

  • String Text[]

  • Returns Integer


DeleteJournalRecord

procedure DeleteJournalRecord(var GenJournalLine: Record "Gen. Journal Line")

Parameters / Return Value

  • GenJournalLine Record "Gen. Journal Line"

GetRecordPositionReadable

procedure GetRecordPositionReadable(var VarRec: Variant) RecPosition: Text[2000]

Parameters / Return Value

  • VarRec Variant

  • Returns Text[2000]


GetGenJnlTemplateBatch

procedure GetGenJnlTemplateBatch(var GenJournalTemplate: Code[10]; var GenJournalBatch: Code[10])

Parameters / Return Value

  • GenJournalTemplate Code[10]

  • GenJournalBatch Code[10]


Events

OnExport_IssuedCustomerBillLine_DocCreditEntries_NotesField

local procedure OnExport_IssuedCustomerBillLine_DocCreditEntries_NotesField(CustLedgerEntry: Record "Cust. Ledger Entry"; var outNotes: Text[80]; var outPaymentType: Code[2])

Internal Use Only - Event used by the Italian Extension Event raised on the export of DocCreditEntries_NotesField

Parameters / Return Value

  • CustLedgerEntry Record "Cust. Ledger Entry"

    The current CustLedgerEntry

  • outNotes Text[80]

    The note fields that will be exported

  • outPaymentType Code[2]


OnBeforeGetGenJournalTemplateBatch

local procedure OnBeforeGetGenJournalTemplateBatch(var GenJournalTemplate: Code[10]; var GenJournalBatch: Code[10]; var isHandled: Boolean)

Event run before the import procedure, allows to set the GenJournalTemplate and GenJournalBatch for the user.

Parameters / Return Value

  • GenJournalTemplate Code[10]

    The Gen. Journal Template that will be used.

  • GenJournalBatch Code[10]

    The Gen. Journal batch that will be used.

  • isHandled Boolean

    If set to true, the default behavior will be skipped.



EOS Labs -