Codeunit "Service Shpt.-Printed"
ID 5903
Namespace: Microsoft.Service.History
Properties
| Name | Value |
|---|---|
| Permissions | TableData "Service Shipment Header" = rimd |
| TableNo | Table Microsoft.Service.History."Service Shipment Header" |
Events
OnBeforeRun
[IntegrationEvent(False,False)]
local procedure OnBeforeRun(var ServiceShipmentHeader: Record "Service Shipment Header", var SuppressCommit: Boolean)
Parameters
| Name | Type | Description |
|---|---|---|
| ServiceShipmentHeader | Table Microsoft.Service.History."Service Shipment Header" | |
| SuppressCommit | Boolean |
OnBeforeModify
[IntegrationEvent(False,False)]
local procedure OnBeforeModify(var ServiceShipmentHeader: Record "Service Shipment Header")
Parameters
| Name | Type | Description |
|---|---|---|
| ServiceShipmentHeader | Table Microsoft.Service.History."Service Shipment Header" |