R34511 Sales Order Line - Set Level1 Discount Percent (Recalc)
Code | 34511 |
Entity | Crm.Sales.SalesOrderLines Entity |
Name | SetLevel1DiscountPercent |
Attribute | Level1DiscountPercent |
Layer | Front-End |
Events | AttributeChanged(Level1Discount) |
Priority | Normal |
Modify | YES |
Applicable Legislations | ALL // no condition needed |
Action | IIF((Level1Discount != null), Convert(Level1Discount.DiscountPercent, Object), null) |
Description | When the value of the "Level 1 Discount" field is changed, the percent of the new discount is set to the "Level 1 Discount Percent" field. |
Message | |
Version | |
Revocable | YES |
* This is auto generated code. Don't change it.