This event occurs before scheduling a production order routing line.
[IntegrationEvent(/*IncludeSender*/false, /*GlobalVarAccess*/false)]
procedure OnBeforeScheduleProdOrderRoutingLine(pClientGuid: Guid;
var pProdOrderRoutingLineRecordOriginalTemp: Record “Prod. Order Routing Line” temporary;
var pProdOrderRoutingLineRecordBeforeTemp temporary;
var pCancel: Boolean; var pHandled: Boolean )
| Data type | Description | |
| Parameter: | ||
| pClientGuid | Guid | This value is used for the global identification of VPS Control-AddIn on a page. |
| var pProdOrderRoutingLineRecordOriginalTemp | Record | The original production order routing line. |
| var pProdOrderRoutingLineRecordBeforeTemp | Record | The before scheduled production order routing line. |
Comments
0 comments
Please sign in to leave a comment.