GetLoggedEntsByUser Method (Labor)Save PDFSave selected topicSave selected topic and subtopicsSave all topicsShareShare to emailCopy topic URLLast UpdatedNov 06, 20251 minute readOperations and ExecutionManufacturing Execution System 2023 R2 The GetLoggedEntsByUser() method retrieves all entities onto which the specified user has logged in the current session.Syntax Visual BasicC# 'Declaration Public Shared Function GetLoggedEntsByUser( _ ByVal UserId As String _ ) As DataSet public static DataSet GetLoggedEntsByUser( string UserId ) ParametersUserId Required. Holds the ID of the user whose logged-onto entities are being retrieved. Return Value Returns a Dataset that contains the logged-onto entities for the specified user. Example DataSet dsEntLogonsByUser = GetLoggedEntsByUser("FactUser"); See AlsoReferenceLabor ClassLabor Members In This Topic
The GetLoggedEntsByUser() method retrieves all entities onto which the specified user has logged in the current session.Syntax Visual BasicC# 'Declaration Public Shared Function GetLoggedEntsByUser( _ ByVal UserId As String _ ) As DataSet public static DataSet GetLoggedEntsByUser( string UserId ) ParametersUserId Required. Holds the ID of the user whose logged-onto entities are being retrieved. Return Value Returns a Dataset that contains the logged-onto entities for the specified user. Example DataSet dsEntLogonsByUser = GetLoggedEntsByUser("FactUser"); See AlsoReferenceLabor ClassLabor Members
The GetLoggedEntsByUser() method retrieves all entities onto which the specified user has logged in the current session.Syntax Visual BasicC# 'Declaration Public Shared Function GetLoggedEntsByUser( _ ByVal UserId As String _ ) As DataSet public static DataSet GetLoggedEntsByUser( string UserId ) ParametersUserId Required. Holds the ID of the user whose logged-onto entities are being retrieved. Return Value Returns a Dataset that contains the logged-onto entities for the specified user. Example DataSet dsEntLogonsByUser = GetLoggedEntsByUser("FactUser"); See AlsoReferenceLabor ClassLabor Members
The GetLoggedEntsByUser() method retrieves all entities onto which the specified user has logged in the current session.Syntax Visual BasicC# 'Declaration Public Shared Function GetLoggedEntsByUser( _ ByVal UserId As String _ ) As DataSet public static DataSet GetLoggedEntsByUser( string UserId ) ParametersUserId Required. Holds the ID of the user whose logged-onto entities are being retrieved. Return Value Returns a Dataset that contains the logged-onto entities for the specified user. Example DataSet dsEntLogonsByUser = GetLoggedEntsByUser("FactUser"); See AlsoReferenceLabor ClassLabor Members