Codeunit 18122116 EOS050 Try Interfaces
Codeunit 18122116 EOS050 Try Interfaces
Methods
SetParameters
procedure SetParameters(SetCustomer: Record Customer; var SetSalesShipmentHeader: Record "Sales Shipment Header"; SetRefDate: Date; SetDefPostingDate: Date; SetDefOperationOccuredDate: Date; pCopyTextLines: Boolean; pSessionID: Guid)
Parameters / Return Value
SetCustomer
Record "Customer"
SetSalesShipmentHeader
Record "Sales Shipment Header"
SetRefDate
Date
SetDefPostingDate
Date
SetDefOperationOccuredDate
Date
pCopyTextLines
Boolean
pSessionID
Guid
Events
OnBeforeSetTableView
procedure OnBeforeSetTableView(var Customer: Record Customer; var SalesShipmentHeader: Record "Sales Shipment Header")
Parameters / Return Value
Customer
Record "Customer"
SalesShipmentHeader
Record "Sales Shipment Header"
OnBeforeSetParameters
procedure OnBeforeSetParameters(var RefDate: Date; var DefPostingDate: Date; var DefOperationOccuredDate: Date)
Parameters / Return Value
RefDate
Date
DefPostingDate
Date
DefOperationOccuredDate
Date
OnAfterSetParameters
local procedure OnAfterSetParameters(var CombineShipment: Report "EOS Combine Shipments"; var InvSessions: Record "EOS050 Invoicing Session")
Event raised after setting the standard parameters to the CombineShipment codeunit. Allows to call custom procedures on CombineShipment to set custom parameters. Use function InvSessions.GetRequestPageFields to get the values stored in the Invoicing Session.
Parameters / Return Value
CombineShipment
Report "EOS Combine Shipments"
InvSessions
Record "EOS050 Invoicing Session"
Current Invoicing Session
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.