GetLineAccessByUser Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetLineAccessByUser() method returns line access information that indicates whether or not the specified user may access the line.
'Usage
Dim userId As String
Dim value As DataSet
value = GrpLineLink.GetLineAccessByUser(userId)
Parameters
- userId
- Required. Holds the ID of the user whose line access details will be returned.
Return Value
Returns a DataSet that contains the specified user's line access setting for each line defined in the system.
The columns of the returned DataSet are described below.
| ColumnName | Description |
|---|---|
| line_id | An integer that is the ID of the line. |
| line_name | A string that is the name of the line. From the Line table. |
| access | An integer that is a flag that indicates whether the user can access the line. |