-
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
setProdOrderRoutingLineCustomColor
This function can be used to set the color and text color of production order routing lines individually.
These settings get not changed by Load/Reload and can only be reset to the default color or to the color having been set via the OnProvideProdOrderRoutingLineColor event using the resetProdOrderRoutingLineColors function.
procedure setProdOrderRoutingLineCustomColor(pClientGuid: Guid;
pProdOrderRoutingLinePositions: List of [Text]; pBarColor: Text; pTextColor: Text)
Parameter |
Data type |
Description |
pClientGuid |
Guid |
This value is used for the global identification of VPS Control-AddIn on a page. |
pProdOrderRoutingLinePositions |
List of [Text] |
List of selected production order routing lines. By default, there is one production order routing line. In the future, in case of multi-selection, several Production Order Routing Lines will be selected. |
pBarColor |
Text |
Specify the bar color. |
pTextColor |
Text |
Specify the text color. |