Table of Contents

KVSEDX-CC Sales Order Conf.Exp

Events

OnCCSalesOrderConfirmationSkipLine(Record Sales Header, Record Sales Line, Boolean, Boolean) :

[IntegrationEvent(true, false)]
local procedure OnCCSalesOrderConfirmationSkipLine(SalesHeaderPar: Record "Sales Header"; SalesLinePar: Record "Sales Line"; var SkipLineVar: Boolean; var HandledVar: Boolean): 

OnCCSalesOrderIsFreightChargeLine(Record Sales Header, Record Sales Line, Boolean, Boolean) :

[IntegrationEvent(true, false)]
local procedure OnCCSalesOrderIsFreightChargeLine(SalesHeaderPar: Record "Sales Header"; SalesLinePar: Record "Sales Line"; var IsFreightChargeLineVar: Boolean; var HandledVar: Boolean): 

OnPreXMLItemHeaderData(Record Sales Header, Record KVSEDX Outbound, Boolean) :

[IntegrationEvent(true, false)]
local procedure OnPreXMLItemHeaderData(SalesHeaderPar: Record "Sales Header"; var TempBlobVar: Record "KVSEDX Outbound" temporary; var HandledVar: Boolean): 

OnPreXMLItemLineData(Record Sales Line, Record KVSEDX Outbound, Boolean) :

[IntegrationEvent(true, false)]
local procedure OnPreXMLItemLineData(SalesLinePar: Record "Sales Line"; var TempBlobVar: Record "KVSEDX Outbound" temporary; var HandledVar: Boolean): 

OnBeforeGetGTIN(Record Sales Line, Text, Boolean) :

[IntegrationEvent(true, false)]
local procedure OnBeforeGetGTIN(SalesLine: Record "Sales Line"; var GTIN: Text; var Handled: Boolean): 

OnBeforeGetEAN(Record Sales Line, Text, Boolean) :

[IntegrationEvent(true, false)]
local procedure OnBeforeGetEAN(SalesLine: Record "Sales Line"; var EAN: Text; var Handled: Boolean): 

OnAfterGetRecordCompanyInformation(Record Sales Header, Record Company Information, Boolean) :

Summary: The event can be used to overwrite the information from the sender element.

[IntegrationEvent(true, false)]
local procedure OnAfterGetRecordCompanyInformation(SalesHeader: Record "Sales Header"; var CompanyInformation: Record "Company Information"; var Handled: Boolean): 

Parameters:

  • SalesHeader: Current Sales Header
  • CompanyInformation: Company Information record which can be overwritten
  • Handled: True if handled in event subscriber