Codeunit CCS DMS Whse.-Post and Upload
codeunit 5306253 "CCS DMS Whse.-Post and Upload"
Properties
| Name |
Value |
| TableNo |
Warehouse Shipment Line |
| EventSubscriberInstance |
Manual |
Events
OnAfterConfirmPost
event "CCS DMS Whse.-Post and Upload" OnAfterConfirmPost(WhseShipmentLine: Record "Warehouse Shipment Line"; Invoice: Boolean)
Parameters
| Name |
Type |
Description |
| WhseShipmentLine |
Record "Warehouse Shipment Line" |
|
| Invoice |
Boolean |
|
Attributes
| Name |
Arguments |
| IntegrationEvent |
False, False |
OnBeforeCode
event "CCS DMS Whse.-Post and Upload" OnBeforeCode(var WhseShptLine: Record "Warehouse Shipment Line"; var HideDialog: Boolean; var Invoice: Boolean; var IsPosted: Boolean)
Parameters
| Name |
Type |
Description |
| WhseShptLine |
Record "Warehouse Shipment Line" |
|
| HideDialog |
Boolean |
|
| Invoice |
Boolean |
|
| IsPosted |
Boolean |
|
Attributes
| Name |
Arguments |
| IntegrationEvent |
False, False |