R34137 Sales Order Line - Set Level2 Discount Percent (Recalc)

Code 34137
Entity Crm.Sales.SalesOrderLines Entity
Name SetLevel2DiscountPercent
Attribute Level2DiscountPercent
Layer Front-End
Events AttributeChanged(Level2Discount)
Priority Normal
Modify YES
Applicable Legislations ALL // no condition needed
Action IIF((Level2Discount != null), Convert(Level2Discount.DiscountPercent, Object), null)
Description When the value of the "Level 2 Discount" field is changed, the percent of the new discount is set to the "Level 2 Discount Percent" field.
Message
Version
Revocable YES

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