OnAfterSaveProdOrderRoutingLine

  • Updated

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 typeDescription
Parameter:  
pClientGuidGuidThis value is used for the global identification of VPS Control-AddIn on a page.
var pProdOrderRoutingLineRecordOriginalTempRecordThe original production order routing line. 
var pProdOrderRoutingLineRecordAfterTemp RecordThe after save production order routing line. 

//do anything in bc here, what has to be done after VPS modified porl is saved to Business Central;

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.