-
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
scrollToDateTime
This function allows you to scroll to a specific point in time in the time scale.
procedure scrollToDateTime(pClientGuid: Guid; pDateTime: DateTime)
|
Data type |
Explanation |
Parameter: pClientGuid |
|
|
pDateTime |
DateTime |
Time to be scrolled to |
Example:
//scroll to any date (businesslogic)
_date := DMY2Date(19, 1, 2022);
_integrationMngt.scrollToDateTime(gVpsClientGuid, CreateDateTime(_date, 0T));