Skip to content

Latest commit

 

History

History
40 lines (38 loc) · 4.01 KB

R35140.md

File metadata and controls

40 lines (38 loc) · 4.01 KB

erp.type: front-end-business-rule erp.entity: Finance.Excise.ExciseStampOperationLines

R35140 Excise Stamp Operation Line - Set Excise Product Type (Recalc)

+----------------------+----------------------------------------------------------------------------------------------+ | Code | 35140 | +----------------------+----------------------------------------------------------------------------------------------+ | Entity | @Finance.Excise.ExciseStampOperationLines | +----------------------+----------------------------------------------------------------------------------------------+ | Name | SetExciseProductType | +----------------------+----------------------------------------------------------------------------------------------+ | Attribute | [ExciseProductType]( | | | ../entities/Finance.Excise.ExciseStampOperationLines.md#exciseproducttype) | +----------------------+----------------------------------------------------------------------------------------------+ | Layer | Front-End | +----------------------+----------------------------------------------------------------------------------------------+ | Events | AttributeChanged(Product) | +----------------------+----------------------------------------------------------------------------------------------+ | Priority | Early | +----------------------+----------------------------------------------------------------------------------------------+ | Modify | YES | +----------------------+----------------------------------------------------------------------------------------------+ | Applicable | ALL // no condition needed | | Legislations | | +----------------------+----------------------------------------------------------------------------------------------+ | Action | IIF((Product != null), Product.ExciseProductType, null) | +----------------------+----------------------------------------------------------------------------------------------+ | Description | The rule ensures that the еxcise product type field will always represent the еxcise | | | product type of the product. | +----------------------+----------------------------------------------------------------------------------------------+ | Message | | +----------------------+----------------------------------------------------------------------------------------------+ | Version | | +----------------------+----------------------------------------------------------------------------------------------+ | Revocable | YES | +----------------------+----------------------------------------------------------------------------------------------+

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