OnProvideProdOrderLineAdditionalDateLine

  • Updated

This event, which is triggered during the loading phase, can be used to configure an additional dateline for a production order line in the Capacity View. This dateline will be displayed when selecting your ProductionOrderRoutingLine.

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

procedure OnProvideProdOrderLineAdditionalDateLine(pClientGuid: Guid; 

pProdOrderLinePosition: Text; var pDateLineDateTime: DateTime; 

var pDescription:  Text; var pColor:  Text; var pDescriptionColor: Text; 
var pThickness: integer; var pDashArray:  Text; var pHandled: Boolean)

 

 Data typeDescription
Parameter:  
pClientGuidGuid

This value is used for the global identification of VPS Control-AddIn on a page.

 

pProdOrderLinePositionTextPosition of a selected production order routing line.
var pDateLineDateTimeDateTimeDate of the additional date line of a production order line.
var pDescriptionTextDescription of the additional date line of a production order line.
var pColorTextColor of the additional date line of a production order line.
var pDescriptionColorTextColor of the description of the additional date line of a production order line.
var pThicknessIntegerLine thickness of the additional date line of a production order line.
var pDashArrayTextDash of the additional date line of a production order line.
var pHandledBooleanIf it returns true, the event will be skipped

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.