Skip to content

Latest commit

 

History

History
40 lines (38 loc) · 3.98 KB

R30316-16.md

File metadata and controls

40 lines (38 loc) · 3.98 KB

erp.type: front-end-business-rule erp.entity: Crm.Invoicing.InvoiceOrderLines

R30316-16 Invoice Order Line - Set Line Amount (Recalc)

+----------------------+----------------------------------------------------------------------------------------------+ | Code | 30316-16 | +----------------------+----------------------------------------------------------------------------------------------+ | Entity | @Crm.Invoicing.InvoiceOrderLines | +----------------------+----------------------------------------------------------------------------------------------+ | Name | SetLineAmount | +----------------------+----------------------------------------------------------------------------------------------+ | Attribute | LineAmount | +----------------------+----------------------------------------------------------------------------------------------+ | Layer | Front-End | +----------------------+----------------------------------------------------------------------------------------------+ | Events | AttributeChanged(Quantity, UnitPrice, LineCustomDiscountPercent, | | | LineStandardDiscountPercent, InvoiceOrder, DocumentCurrency) | +----------------------+----------------------------------------------------------------------------------------------+ | Priority | Normal | +----------------------+----------------------------------------------------------------------------------------------+ | Modify | YES | +----------------------+----------------------------------------------------------------------------------------------+ | Applicable | ALL // no condition needed | | Legislations | | +----------------------+----------------------------------------------------------------------------------------------+ | Action | CalculateLineAmount(Quantity, UnitPrice, Convert(LineCustomDiscountPercent, Nullable1), | | | Convert(LineStandardDiscountPercent, Nullable1), InvoiceOrder.DocumentCurrency) | +----------------------+----------------------------------------------------------------------------------------------+ | Description | | +----------------------+----------------------------------------------------------------------------------------------+ | Message | | +----------------------+----------------------------------------------------------------------------------------------+ | Version | | +----------------------+----------------------------------------------------------------------------------------------+ | Revocable | YES | +----------------------+----------------------------------------------------------------------------------------------+

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