W1 Service - Shipment

  • 2 minutes to read

Object Definition

Object TypeReport
Object ID2102224
Object NameCFL W1 Service - Shipment

Procedures

Name Description
CFLInitializeRequest(Integer; Boolean; Boolean; Boolean; Boolean; Boolean)
CFLNewPage()
InitLogInteraction()

Deprecated Procedures

Name Description
CFLInitializeRequest(Integer; Boolean; Boolean; Boolean; Boolean; Boolean; Option "Print Preview",Print,"E-Mail","Attach as PDF")
InitializeRequest(Integer; Boolean; Boolean; Boolean; Boolean; Boolean)

Events

Name Description
CFLOnAfterAddFileToPDFCopies(record "Service Shipment Header"; list of [text]; list of [text]; list of [text])
CFLOnAfterAddLineToDocument(record "Service Shipment Item Line"; integer; codeunit "CFL PDFProgram"; Dictionary of [text, text])
CFLOnAfterAddLotSNToDocument(record "Service Shipment Line"; integer; codeunit "CFL PDFProgram"; Dictionary of [text, text])
CFLOnAfterAddPDF(codeunit "CFL PDFProgram")
CFLOnAfterAddSignatureToDocument(record "Service Shipment Header"; integer; codeunit "CFL PDFProgram"; Dictionary of [text, text])
CFLOnAfterCheckLine(record "Service Shipment Item Line"; boolean)
CFLOnAfterFormatAddresses(record "Service Shipment Header"; code[10]; array[8] of Text[100]; array[8] of Text[100]; array[8] of Text[100]; boolean)
CFLOnAfterGetBackgroundDocument(record "CFL Document"; record "Service Shipment Header")
CFLOnAfterGetCFLDocument(record "CFL Document"; record "Service Shipment Header")
CFLOnAfterGetLanguage(code[10]; record "Service Shipment Header")
CFLOnAfterGetNoOfLinesPerItem(record "Service Shipment item Line"; integer)
CFLOnAfterGetSalesConditionsDocument(record "CFL Document"; record "Service Shipment Header")
CFLOnAfterInsertDocumentFixedText(integer; codeunit "CFL PDFProgram"; Dictionary of [text, text]; record "Service Shipment Header")
CFLOnAfterNewPage(codeunit "CFL PDFProgram"; Dictionary of [text, text]; record "Service Shipment Header")
CFLOnAfterOpenPage(integer) This event gives acces to the request page parameters
CFLOnAfterPreReport(integer) This event gives acces to the request page parameters
CFLOnAfterSetLineFilters(record "Service Shipment Header"; record "Service Shipment Item Line")
CFLOnBeforeAddLineToDocument(record "Service Shipment Item Line"; integer; codeunit "CFL PDFProgram"; boolean; Dictionary of [text, text])
CFLOnBeforeAddLotSNToDocument(record "Service Shipment Line"; integer; codeunit "CFL PDFProgram"; Boolean; Dictionary of [text, text])
CFLOnBeforeAddPDF(codeunit "CFL PDFProgram"; Boolean)
CFLOnBeforeAddPageNumbersToOutputFile2(text; enum "CFL Watermark Position"; text; text; text; text; text; text; text; boolean; codeunit "CFL PDFProgram")
CFLOnBeforeAddSignatureToDocument(record "Service Shipment Header"; integer; codeunit "CFL PDFProgram"; Boolean; Dictionary of [text, text])
CFLOnBeforeCFLNewPage(record "Service Shipment Header"; codeunit "CFL PDFProgram"; boolean)
CFLOnBeforeCLoseOutPutFile(codeunit "CFL PDFProgram")
CFLOnBeforeEndFillPage(codeunit "CFL PDFProgram"; Boolean)
CFLOnBeforeFormatAddresses(record "Service Shipment Header"; code[10]; array[8] of Text[100]; array[8] of Text[100]; array[8] of Text[100]; boolean; boolean)
CFLOnBeforeInitializeRequest(Integer; Boolean; Boolean; Boolean; Boolean; Boolean)
CFLOnBeforeInsertDocumentFixedText(integer; codeunit "CFL PDFProgram"; Boolean; Dictionary of [text, text]; code[10]; record "CFL Document"; record "Service Shipment Header")
CFLOnBeforeOnAfterGetRecordHeader(record "Service Shipment Header")
CFLOnBeforeSaveDocumentImage(Boolean; Record "Service Shipment Header")
CFLOnBeforeShowShippingAddr(record "Service Shipment Header"; codeunit "CFL PDFProgram"; boolean; array[8] of Text[100]; Dictionary of [text, text])
CFLOnClosePDFOnAfterInvoke(text)

Deprecated Events

Name Description
CFLOnAfterAddExpressionToDocument(integer; codeunit "CFL PDFProgram"; Dictionary of [text, text])
CFLOnAfterGetEmailBodyTemplate(record "CFL E-mail Templates"; record "Service Shipment Header")
CFLOnAfterGetEmailSubjectTemplate(record "CFL E-mail Templates"; record "Service Shipment Header")
CFLOnBeforeAddExpressionToDocument(integer; codeunit "CFL PDFProgram"; Boolean; Dictionary of [text, text])
CFLOnBeforeAddPageNumbersToOutputFile(text; boolean; codeunit "CFL PDFProgram")
CFLOnBeforeAddSalesConditionsAttachment(codeunit "Temp Blob List"; list of [text]; boolean; codeunit "Temp Blob"; text)
CFLOnBeforeCFLInitializeRequest(Integer; Boolean; Boolean; Boolean; Boolean; Boolean; Option "Print Preview",Print,"E-Mail","Attach as PDF")
CFLOnBeforeEndFillePage(codeunit "CFL PDFProgram"; Boolean; Boolean)
CFLOnBeforePageNumberOutputFile(text; boolean; codeunit "CFL PDFProgram")

Deprecated Controls

Type Name Reason Deprecated since
Field optPrint Not Used anymore. Replaced by custom report renderer. BC22