Codeunit 18122037 EOS AdvRpt Debug

Codeunit 18122037 EOS AdvRpt Debug

Methods

EnableDebugLog

procedure EnableDebugLog()

DisableDebugLog

procedure DisableDebugLog()

GetInternalLog

procedure GetInternalLog(var Log: Record "EOS AdvRpt Debug Log")

Parameters / Return Value

  • Log Record "EOS AdvRpt Debug Log"

GetDebugStatusEnabled

procedure GetDebugStatusEnabled(): Boolean

Parameters / Return Value

  • Returns Boolean

AddEventLog

procedure AddEventLog(SourceName: Text; SourceSubName: Text; Message: Text)

Parameters / Return Value

  • SourceName Text

  • SourceSubName Text

  • Message Text


AddEventLog

procedure AddEventLog(SourceRecord: variant; SourceName: Text; SourceSubName: Text; Message: Text)

Parameters / Return Value

  • SourceRecord variant

  • SourceName Text

  • SourceSubName Text

  • Message Text


AddEventLog

procedure AddEventLog(SourceRecord: variant; SourceName: Text; SourceSubName: Text; Message: Text; var TempBlob: Codeunit "Temp Blob"; BlobFileName: Text)

Parameters / Return Value

  • SourceRecord variant

  • SourceName Text

  • SourceSubName Text

  • Message Text

  • TempBlob Codeunit "Temp Blob"

  • BlobFileName Text


RecRefToExcelExport

procedure RecRefToExcelExport(var SourceRec: Variant; NewExport: Boolean): Boolean

Procedure to generate an Excel Buffer contaning source table.

Parameters / Return Value

  • SourceRec Variant

    The Record to process and generate the excel buffer table

  • NewExport Boolean

    Used to clear the Excel Buffer variable, to use with the first SourceRec.

  • Returns Boolean

    Returns True if the Record has been correctly parsed.


GetExcelBufferAsTempBlob

procedure GetExcelBufferAsTempBlob(var TempBlob: Codeunit "Temp Blob")

Parameters / Return Value

  • TempBlob Codeunit "Temp Blob"


EOS Labs -