Skip to content

Latest commit

 

History

History
39 lines (37 loc) · 3.86 KB

R33507-9.md

File metadata and controls

39 lines (37 loc) · 3.86 KB

erp.type: front-end-business-rule erp.entity: Crm.Sales.SalesOrders

R33507-9 Sales Order - Set Distribution Channel (Recalc)

+----------------------+----------------------------------------------------------------------------------------------+ | Code | 33507-9 | +----------------------+----------------------------------------------------------------------------------------------+ | Entity | @Crm.Sales.SalesOrders | +----------------------+----------------------------------------------------------------------------------------------+ | Name | SetDistributionChannel | +----------------------+----------------------------------------------------------------------------------------------+ | Attribute | DistributionChannel | +----------------------+----------------------------------------------------------------------------------------------+ | Layer | Front-End | +----------------------+----------------------------------------------------------------------------------------------+ | Events | AttributeChanged(ShipToCustomer, Customer, DistributionChannel) | +----------------------+----------------------------------------------------------------------------------------------+ | Priority | Early | +----------------------+----------------------------------------------------------------------------------------------+ | Modify | YES | +----------------------+----------------------------------------------------------------------------------------------+ | Applicable | ALL // no condition needed | | Legislations | | +----------------------+----------------------------------------------------------------------------------------------+ | Action | ShipToCustomer.DefaultDistributionChannel.IfNullThen(Customer.DefaultDistributionChannel). | | | IfNullThen(DistributionChannel) | +----------------------+----------------------------------------------------------------------------------------------+ | Description | | +----------------------+----------------------------------------------------------------------------------------------+ | Message | | +----------------------+----------------------------------------------------------------------------------------------+ | Version | | +----------------------+----------------------------------------------------------------------------------------------+ | Revocable | YES | +----------------------+----------------------------------------------------------------------------------------------+

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