LogonEntList(String,DataTable) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The LogonEntList() method logs the user on to a list of entities. This overload of the method specifies the entity list as a defined list, such as the default list for the user, the list of the last entities used by the user, or the list of all entities accessible by the user or as a DataTable with a row for each entity to log the user.
Parameters
- sListID
Optional. Holds the ID of a defined list of entities. Valid values are:
- "default" for the users default list
- "last used" for the list of entities last used by the user
- "all accessible" for all the entities the user has permission to access
- "custom" if using the DataTable.
- rsList
- Required. Holds a DataTable containing a row for each entity, with the ID for the entity included in the entity ID column.