OnBeforeSaveProdOrderRoutingLine

  • Updated

This event occurs before saving a production order routing line.

[IntegrationEvent(/*IncludeSender*/false, /*GlobalVarAccess*/false)] 

procedure OnBeforeSaveProdOrderRoutingLine(pClientGuid: Guid;  

var pProdOrderRoutingLineRecordOriginalTemp: Record “Prod. Order Routing Line”  temporary;  

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

//do stuff here that has to be done before porl is saved to bc (for example, move dependent lines for reservations)

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.