Show / Hide Table of Contents

CFL Report Management

  • 3/20/2025
  • 2 minutes to read

Object Definition

Object TypeCodeunit
Object ID2098034
Object NameCFL Report Management

Procedures

Name Description
CFLGetLanguageForContact(record Contact): code[10]
CFLGetLanguageForCustomer(record customer): code[10]
CFLGetLanguageForDocument(code[10]): code[10]
CFLGetLanguageForVendor(record Vendor): code[10]
CFLGetPrinterForReport(integer; text): boolean
CFLIsPrintNodeActivated(): boolean
CFLLoadTranslationsInDictionary(code[10]; enum "CFL Translation Table"; text): Dictionary of [text, text]
CFLPreviewPDFFile(Codeunit "Temp Blob")
CFLPreviewPDFFile(record "CFL Files")
CFLPrintFile(codeunit "Temp Blob"; text)
CFLPrintFile(record "CFL Files"; text)

Events

Name Description
CFLOnAfterCFLGetPrinterForReport(integer; text; boolean)
CFLOnAfterGetLanguageForContact(record Contact; code[10])
CFLOnAfterGetLanguageForCustomer(record customer; code[10])
CFLOnAfterGetLanguageForDocument(code[10]; code[10])
CFLOnAfterGetLanguageForVendor(record vendor; code[10])
CFLOnAfterLoadTranslationsInDictionary(code[10]; enum "CFL Translation Table"; text; Dictionary of [text, text])
CFLOnBeforeCFLGetPrinterForReport(integer; text; boolean; boolean)
CFLOnBeforePrintFile(codeunit "Temp Blob"; text; boolean)
  • Edit this doc
Back to top docs.bocount.net
Created by Dynamate