DoSkipWorkCenterOnDataLoad

  • Updated

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 typeDescription

Parameter:

pClientGuid


Guid


This value is used for the global identification of VPS Control-AddIn on a page.

 

var pWorkCenterRecord Determines which record will be skipped.
var pSkipBooleanDetermines whether records will be skipped or not.
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.