512 - (Sales) Select Article Price
MSS 5.0 - Extensibility - Functions MSS to Kalipso - Sales - 512 - (Sales) Select Article Price
512 - (Sales) Select Article Price
Event
Extension action set
Description
Replace
EXT_0512_2_Replace
Will be executed when user clicks on Price tag in Quantity Screen if configured that can change Price Range on document lines.
Input Parameters (event replace):
inDocumentType β Type of the current document;
inCustomerCode β Code of the selected customer;
inArticleCode β Code of the selected article;
inQuantity β Current quantity;
inDeliveryLocationCode β Code of the selected delivery location;
inHeaderUserField1 β Value of user field 1 from document;
inHeaderUserField2 β Value of user field 2 from document;
inHeaderUserField3 β Value of user field 3 from document;
inCustomerPriceLine β Selected Price line;
inPrice β Current price;
inDiscount1 β Current discount 1;
inDiscount2 β Current discount 2;
inDiscount3 β Current discount 3;
inDiscount4 β Current discount 4;
Output Parameters (event replace):
outResultCode β Return code: 1 β Done / 0 β Error;
outprice β Calculated price;
outDiscount1 β Calculated discount 1;
outDiscount2 β Calculated discount 2;
outDiscount3 β Calculated discount 3;
outDiscount4 β Calculated discount 4;
outPriceCode β Code of calculated price;
outDiscount1Code β Code of calculated discount 1;
outDiscount2Code β Code of calculated discount 2;
outDiscount3Code β Code of calculated discount 3;
outDiscount4Code β Code of calculated discount 4;
outUserField1 β Aditional field 1(not used);
outUserField2 β Aditional field 2(not used);
outUserField3 β Aditional field 3(not used);
outVATIncluded β If the calculated price has VAT included or not (must return S - VAT included or N β Not included);
outVATTax β VAT tax applied;
Last updated