OnProvideProdOrderRoutingLineColor

  • Updated

This event occurs when, upon loading/reloading the data from Business Central, color and text color of the bars are configured individually. This applies to the Production Order View and the Capacity View.

 If the pHandled parameter is set to false, the default color is set.

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

procedure OnProvideProdOrderRoutingLineColor(pClientGuid: Guid; 

pProdOrderRoutingLinePosition: Text; var pBarColor: Text; 

var pTextColor: Text; var pHandl ed: Boolean)

 

 Data typeDescription
Parameter:  
pClientGuidGuidThis value is used for the global identification of VPS Control-AddIn on a page.
pProdOrderRoutingLinePositionTextPosition of a selected production order routing line.
var pBarColorTextSpecifies the bar color.
var pTextColorTextSpecifies the text color.
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.