-
Visual Advanced Production Scheduler (VAPS) for Dynamics 365 Business Central
- Support
- Release and version status
- Installing the VAPS
- Look and feel of the visual schedule
- The view color modes
- Setting up the VAPS
- Integrating with Microsoft Dynamics 365 Business Central
- Finite Capacity Scheduling Instruments
- Simulations
- Day-to-day use cases
- Coding tips (for partners)
- API Events VAPS
-
Visual Production Scheduler (VPS) for Dynamics 365 Business Central
-
Visual Jobs Scheduler (VJS) for Dynamics 365 Business Central
-
Visual Production Scheduler (VPS) for Dynamics NAV
-
Visual Job Scheduler (VJS) for Dynamics NAV
OnProvideProdOrderRoutingLineColor
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 type |
Description |
Parameter: |
|
|
pClientGuid |
Guid |
This value is used for the global identification of VPS Control-AddIn on a page. |
pProdOrderRoutingLinePosition |
Text |
Position of a selected production order routing line. |
var pBarColor |
Text |
Specifies the bar color. |
var pTextColor |
Text |
Specifies the text color. |
var pHandled |
Boolean |
If it returns true, the event will be skipped |