Get Price in Kalipso
MSS 5.1 - Extensibility - Functions MSS to Kalipso - Get Price in Kalipso
When MSS 5.1 tries to get a price and discounts when adding a new product to a document will try to get it from the extension project.
Extension action set = EXT_PRC_GETPRICE
Input Parameters
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;
inLineType β Code of line type (N β Normal, D β Return, β¦ check MSS documentation for full list);
inACL β Aditional columns needed to calculate the price;
inUnit β Unit selected;
Output parameters
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
Was this helpful?