StepLogin Method
- Last UpdatedNov 06, 2025
- 1 minute read
The StepLogin() method logs the specified user onto the specified step for the purposes of labor collection.
Parameters
- stepNo
- Required. Holds the number of the step on which the user is working.
- lotNo
- Required. Holds the lot number on which the step is being performed.
- laborCd
- Optional. Holds a labor code being performed on the step. If set to null, the user's current labor code is used.
- deptID
- Optional. Holds a department ID to which the labor is chargeable. If set to null, the user's current department is used.
- eventTime
- Optional. Holds the time of the logon. If set to null, the current time on the database server is used.
Return Value
Returns true if the user is logged onto the step. Returns false if the user
cannot be logged onto the step.