OnAfterSaveProdOrderRoutingLine
This event occurs after saving a production order routing line.
[IntegrationEvent(/*IncludeSender*/false, /*GlobalVarAccess*/false)]
procedure OnAfterSaveProdOrderRoutingLine(pClientGuid: Guid;
var pProdOrderRoutingLineRecordOriginalTemp: Record “Prod. Order Routing Line” temporary;
var pProdOrderRoutingLineRecordAfterTemp: Record “Prod. Order Routing Line” temporary)
|
|
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 pProdOrderRoutingLineRecordAfterTemp |
Record |
The after save production order routing line. |
//do anything in bc here what has to be done after VPS modified porl is saved to BC;