Codeunit W1 Import Mgt.
Signature
[IntegrationEvent(false, false)]
CFLOnBeforeProcessXMLBufferSales(var XMLBuffer: Record "XML Buffer" temporary; var SalesInvoiceHeaderImport: Record "CFLW1 Sales Inv. Header Import"; var SalesInvoiceLineImport: Record "CFLW1 Sales Inv. Line Import"; var AdditionalProperties: Dictionary of [text, text]; var AdditionalPropertyName: text; var AdditionalPropertyValue: text; var CustomerInfoDict: Dictionary of [Text, Text]; var Customer: record customer; var IsHandled: Boolean)
Parameters
var XMLBuffer Record "XML Buffer" temporary
var AdditionalProperties Dictionary of [text, text]
var AdditionalPropertyName text
var AdditionalPropertyValue text
var CustomerInfoDict Dictionary of [Text, Text]
var Customer record customer
var IsHandled Boolean