Skip to content

Latest commit

 

History

History
39 lines (37 loc) · 3.85 KB

R31484-2.md

File metadata and controls

39 lines (37 loc) · 3.85 KB

erp.type: front-end-business-rule erp.entity: Applications.Rental.Assets

R31484-2 Rental Asset - Set Product (Recalc)

+----------------------+----------------------------------------------------------------------------------------------+ | Code | 31484-2 | +----------------------+----------------------------------------------------------------------------------------------+ | Entity | @Applications.Rental.Assets | +----------------------+----------------------------------------------------------------------------------------------+ | Name | SetProduct | +----------------------+----------------------------------------------------------------------------------------------+ | Attribute | Product | +----------------------+----------------------------------------------------------------------------------------------+ | Layer | Front-End | +----------------------+----------------------------------------------------------------------------------------------+ | Events | AttributeChanged(SerialNumber, Product) | +----------------------+----------------------------------------------------------------------------------------------+ | Priority | Early | +----------------------+----------------------------------------------------------------------------------------------+ | Modify | YES | +----------------------+----------------------------------------------------------------------------------------------+ | Applicable | ALL // no condition needed | | Legislations | | +----------------------+----------------------------------------------------------------------------------------------+ | Action | IIF(((SerialNumber != null) AndAlso (SerialNumber.Product != Product)), SerialNumber. | | | Product, Product) | +----------------------+----------------------------------------------------------------------------------------------+ | Description | | +----------------------+----------------------------------------------------------------------------------------------+ | Message | | +----------------------+----------------------------------------------------------------------------------------------+ | Version | | +----------------------+----------------------------------------------------------------------------------------------+ | Revocable | YES | +----------------------+----------------------------------------------------------------------------------------------+

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