R34244 Sales Order Line - Set Level3 Discount (Recalc)

Code 34244
Entity Crm.Sales.SalesOrderLines Entity
Name SetLevel3Discount
Attribute Level3Discount
Layer Front-End
Events AttributeChanged(RequiredDeliveryDate, Quantity, SalesOrder, Product, QuantityUnit, ReturnForSalesOrderLine, PromotionalPackage, Level3Discount, EnterpriseCompany, EnterpriseCompanyLocation, Customer, ShipToCustomer, DistributionChannel, PriceList)
Priority Early
Modify YES
Applicable Legislations ALL // no condition needed
Action DetermineLineDiscount(SalesOrder.EnterpriseCompany, SalesOrder.EnterpriseCompanyLocation, RequiredDeliveryDate, SalesOrder.Customer, SalesOrder.ShipToCustomer, SalesOrder. DistributionChannel, SalesOrder.PriceList, Product, Quantity, QuantityUnit, ReturnForSalesOrderLine, null, PromotionalPackage, Level3Discount, 2)
Description The rule sets a value in "Level 3 Discount" field by calling the DetermineLineDiscount method. The rule is triggered, when some of the values of the fields on which the discount determination depends, are changed (e.g. Customer, Price List, Quantity, etc.) Version = Introduced: 2023
Message
Version
Revocable YES

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