DoPastShiftChanges Method
- Last UpdatedMar 17, 2026
- 1 minute read
The DoPastShiftChanges() method causes automatic shift changes to be performed in the background for shifts that might have been missed if the background service was not running.
Note: This method is no longer required as the MES middleware background service will update shift records upon startup.
'Declaration
<ObsoleteAttribute("Ent.DoPastShiftChanges method is no longer required as the MES middleware background service will update shift records upon startup.")>
Public Shared Sub DoPastShiftChanges( _
ByVal sessionId As Integer _
)
[Obsolete("Ent.DoPastShiftChanges method is no longer required as the MES middleware background service will update shift records upon startup.")]
public static void DoPastShiftChanges(
int sessionId
)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.