EXT_Article_GetPrice
MSS 5.0 - Extensibility - Functions Kalipso to MSS - Article - EXT_Article_GetPrice
Function to ask MSS to get the Price and Discounts of an article.
Input parameters:
inDocumentCode β Code of the document;
inCustomerCode β Customer code;
inArticleCode β Article code;
inQuantity β Quantity if there are prices and discount by quantity;
inDeliveryLocationCode β Delivery location code if price depends on this field;
inHeaderUserField1/2/3 β Header user fields if the price depends on those fields;
Output parameters:
outResultCode β Return code: 0 β Done / < 0 Error;
outPrice β Price;
outDiscount1 β Discount 1;
outDiscount2 β Discount 2;
outDiscount3 β Discount 3;
outDiscount4 β Discount 4;
outPriceCode β Price code;
outDiscount1Code β Discount 1 code;
outDiscount2Code β Discount 2 code;
outDiscount3Code β Discount 3 code;
outDiscount4Code β Discount 4 code;
outUserField1 β User field which can be used in Get Price
outUserField2 β User field which can be used in Get Price
outUserField3 β User field which can be used in Get Price
outVATIncluded β If the price calculated has VAT included or not
outVATTax β VAT Tax applied
Last updated
Was this helpful?