R34138 Sales Order Line - Set Level3 Discount Percent (Recalc)

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

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