Table of Contents

R33507-19 Sales Order Line - Set Product Price (Recalc)

Code 33507-19
Entity Crm.Sales.SalesOrderLines Entity
Name SetProductPrice
Attribute ProductPrice
Layer Front-End
Events AttributeChanged(ApplyTradeConditions, Quantity, RequiredDeliveryDate, ProductPrice, BonusProgram, ReturnForSalesOrderLine, Product, QuantityUnit, SalesOrder, Customer, ShipToCustomer, EnterpriseCompany, EnterpriseCompanyLocation, DistributionChannel, PriceList)
Priority Early
Modify YES
Applicable Legislations ALL // no condition needed
Action IIF((ApplyTradeConditions == False), ProductPrice, IIF((((BonusProgram != null) AndAlso (Convert(BonusProgram.BonusAction, Int32) == 0)) OrElse (ReturnForSalesOrderLine != null)), null, DetermineProductPrice(Product, Quantity, QuantityUnit, RequiredDeliveryDate, SalesOrder.Customer, SalesOrder.ShipToCustomer, SalesOrder.EnterpriseCompany, SalesOrder. EnterpriseCompanyLocation, SalesOrder.DistributionChannel, SalesOrder.PriceList, ProductPrice)))
Description
Message
Version
Revocable YES

* This is auto generated code. Don't change it.