Document toolboxDocument toolbox

14.1 sp255_user_teams

This table is used to specify which teams' details a user has access to. All the teams to which a user has access must be in the same interim responsibility unit (see sp253_ru_teams).


 

Table Definition

Field
Type
Default
Nullable
user_idvarchar2(50)   (error)
team_nonumber(9)   (error)
default_contextnumber(1)   (error)

Keys

primary key (user_id, team_no) 
foreign key (user_id) references 14.1 sp085_users (user_id) 
foreign key (team_no) references /wiki/spaces/SCH141/pages/27001323 (team_no)

Column Descriptions

FieldDescription
user_idUser identifier. 
team_noIdentifier of a team whose details the user may access. 

default_context

 

Flag indicating whether the team should be used as the default context for this user:

0 - team should not be used

1 - team should be used as the default context.