LogOnEntListStandardListId Enumeration
- Last UpdatedNov 06, 2025
- 1 minute read
The LogOnEntListStandardListId enumeration values specify the standard list IDs accepted by the LogOnEntList() method. When calling the LogOnEntList() method with one of these list IDs, the list of entities to log on to will be retrieved from the database.
'Declaration
Public Enum LogOnEntListStandardListId
Inherits System.Enum
'Usage
Dim instance As LogOnEntListStandardListId
public enum LogOnEntListStandardListId : System.Enum
| Member | Description |
|---|---|
| AllAccessible | The list of entities is retrieved from the Grp_Ent_Link table. The list of entities will consist of every entity that the user has permission to use. |
| Default | The list of entities is retrieved from the Ent_Logon_List table. The entities will be filtered by the user's ID and the list ID of "default". The comparison of the list ID is case-insensitive. |
| LastSaved | The list of entities is retrieved from the Ent_Logon_List table. The entities will be filtered by the user's ID and the list ID of "last saved". The comparison of the list ID is case-insensitive. |
System.Object
System.ValueType
System.Enum
FactMES.API.Core.LogOnEntListStandardListId