- 
        
        
      
        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
DoSkipWorkCenterOnDataLoad
This event allows the customer to prevent (skip) the loading of certain workcenters into the simulation during the load/reload phase. Subordinate or connected elements will then also not be loaded into the simulation.
[IntegrationEvent(/*IncludeSender*/false, /*GlobalVarAccess*/false)]
procedure DoSkipWorkCenterOnDataLoad(pClientGuid: Guid;
var pWorkCenter:Record "Work Center"; var pSkip: Boolean;
var pHandled: Boolean)
| 
 | Data type | Description | 
| Parameter: pClientGuid | 
 | 
 
 | 
| var pWorkCenter | Record | Determines which record will be skipped. | 
| var pSkip | Boolean | Determines whether records will be skipped or not. | 
| var pHandled | Boolean | If it returns true, the event will be skipped | 
