Skip to content

Latest commit

 

History

History
41 lines (39 loc) · 4.12 KB

R30505-5.md

File metadata and controls

41 lines (39 loc) · 4.12 KB
erp.type erp.entity
front-end-business-rule
Logistics.Procurement.ReceivingOrders

R30505-5 ReceivingOrder - Set To Party

+----------------------+-----------------------------------------------------------------------------------------------+ | Code | 30505-5 | +----------------------+-----------------------------------------------------------------------------------------------+ | Entity | @Logistics.Procurement.ReceivingOrders | +----------------------+-----------------------------------------------------------------------------------------------+ | Name | SetToParty | +----------------------+-----------------------------------------------------------------------------------------------+ | Attribute | ToParty | +----------------------+-----------------------------------------------------------------------------------------------+ | Layer | Front-End | +----------------------+-----------------------------------------------------------------------------------------------+ | Events | AttributeChanged(Supplier) | +----------------------+-----------------------------------------------------------------------------------------------+ | Priority | Normal | +----------------------+-----------------------------------------------------------------------------------------------+ | Modify | YES | +----------------------+-----------------------------------------------------------------------------------------------+ | **Applicable | ALL // no condition needed | | Legislations** | | +----------------------+-----------------------------------------------------------------------------------------------+ | Action | if (ToParty != Supplier?.Party) | | | ToParty = Supplier?.Party | +----------------------+-----------------------------------------------------------------------------------------------+ | Description | When the Supplier is changed, To Party should be changed to the supplier's Party. If | | | Supplier is null, To Party should be null, too. | +----------------------+-----------------------------------------------------------------------------------------------+ | Message | | +----------------------+-----------------------------------------------------------------------------------------------+ | Version | Introduced: 2020.1 | +----------------------+-----------------------------------------------------------------------------------------------+ | Revocable | YES | +----------------------+-----------------------------------------------------------------------------------------------+

* For more information about the Business Rules Documentation Template and a short explanation of each column, see topic System Business Rules.