PageExtension 7335 Warehouse Shipment
PageExtension 18122365 EOSPageExt18122365
Events
EOSOnBeforeLookupDocumentDestinationNo
local procedure EOSOnBeforeLookupDocumentDestinationNo(WarehouseShipmentHeader: Record "Warehouse Shipment Header"; var Text: Text; var LookupAction: boolean; var IsHandled: Boolean)
This event is raised before open lookup page for destination no. field on Whse. Shipment Page. You can use to open a custom page.
Parameters / Return Value
- WarehouseShipmentHeader - Record "Warehouse Shipment Header"- Warehouse Shipment Header 
- Text - Text[]
- LookupAction - boolean
- IsHandled - Boolean- Set true to open your custom page 
EOSOnBeforeOpenGroups
local procedure EOSOnBeforeOpenGroups(var AlwaysOpenPageList: Boolean; WarehouseShipmentHeader: Record "Warehouse Shipment Header"; var DocGroupingEntry: Record "EOS CWS Doc. Grouping Entry" temporary)
This event is raised before open Groups on Whse. Shipment Page. You can use to always open list page and not card page if only one group exsists.
Parameters / Return Value
- AlwaysOpenPageList - Boolean- Set true to open list page 
- WarehouseShipmentHeader - Record "Warehouse Shipment Header"- Warehouse Shipment Header 
- DocGroupingEntry - Record "EOS CWS Doc. Grouping Entry"- Buffer DocGroupingEntry 
OnBeforeWhseGetSourceDocLines
local procedure OnBeforeWhseGetSourceDocLines(Rec: Record "Warehouse Shipment Header"; var IsHandled: Boolean)
Raised when executing the “EOS Get Source Documents” action, before opening the “EOS CWS Get Source Doc. Lines” page
Parameters / Return Value
- Rec - Record "Warehouse Shipment Header"- Current Record Warehouse Shipment Header 
- IsHandled - Boolean- If true, the page will not open 
EOSOnAfterWhseGetSourceDocLines
local procedure EOSOnAfterWhseGetSourceDocLines(var Rec: Record "Warehouse Shipment Header")
Raised when executing the “EOS Get Source Documents” action, after insert Warehouse Shipment Lines.
Parameters / Return Value
- Rec - Record "Warehouse Shipment Header"- Current Record Warehouse Shipment Header 
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.