This view displays information about all of the knowledge paths on the server. 

 

PATH_ID (Oracle = number (10, 0)), (SQL = int) 
Unique identifier of the knowledge path on the server. 
This field is a primary key.
 

PATH_NAME (Oracle = nvarchar2), (SQL = nvarchar)
Name of the knowledge path.
 

WORKGROUP_ID (Oracle = number (10, 0)), (SQL = int)
Unique identifier of the workgroup on the server.
 

WORKGROUP_NAME (Oracle = nvarchar2), (SQL = nvarchar)
Name of the workgroup in which the knowledge path was created.
 

ACTIVE (Oracle = number (1, 0)), (SQL = bit)
Indicates whether the knowledge path is active. 
0 = the path is unavailable
1 = the path is available to users 
 

ALLOW_SELF_ENROLL (Oracle = number (1, 0)), (SQL = bit)
Indicates whether the self enroll option is set for the knowledge path. A value of 1 means that users can enroll themselves in the knowledge path. A value of 0 means that users cannot enroll themselves in the knowledge path.
 

SORT_ORDER (Oracle = number (10, 0)), (SQL = int)
The sort order of the paths.
 

PATH_CATEGORY_ID (Oracle = number (10, 0)), (SQL = int)
The identifier of the path category that the path belongs to.


Table of Contents