OnBeforeScheduleProdOrderRoutingLine

  • Updated

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 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 pProdOrderRoutingLineRecordBeforeTemp RecordThe before scheduled production order routing line. 

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.