Skip to content

Latest commit

 

History

History
39 lines (37 loc) · 3.86 KB

R33507-4.md

File metadata and controls

39 lines (37 loc) · 3.86 KB

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

R33507-4 Sales Order - Set Required Delivery Date (Recalc)

+----------------------+----------------------------------------------------------------------------------------------+ | Code | 33507-4 | +----------------------+----------------------------------------------------------------------------------------------+ | Entity | @Crm.Sales.SalesOrders | +----------------------+----------------------------------------------------------------------------------------------+ | Name | SetRequiredDeliveryDate | +----------------------+----------------------------------------------------------------------------------------------+ | Attribute | RequiredDeliveryDate | +----------------------+----------------------------------------------------------------------------------------------+ | Layer | Front-End | +----------------------+----------------------------------------------------------------------------------------------+ | Events | AttributeChanged(DocumentDate, ShipToCustomer, Customer) | +----------------------+----------------------------------------------------------------------------------------------+ | Priority | Normal | +----------------------+----------------------------------------------------------------------------------------------+ | Modify | YES | +----------------------+----------------------------------------------------------------------------------------------+ | Applicable | ALL // no condition needed | | Legislations | | +----------------------+----------------------------------------------------------------------------------------------+ | Action | Convert(DocumentDate.AddDays(Convert(IIF((ShipToCustomer.DefaultDeliveryTermDays != 0), | | | ShipToCustomer.DefaultDeliveryTermDays, Customer.DefaultDeliveryTermDays), Double)), Object) | +----------------------+----------------------------------------------------------------------------------------------+ | Description | | +----------------------+----------------------------------------------------------------------------------------------+ | Message | | +----------------------+----------------------------------------------------------------------------------------------+ | Version | | +----------------------+----------------------------------------------------------------------------------------------+ | Revocable | YES | +----------------------+----------------------------------------------------------------------------------------------+

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