Document toolboxDocument toolbox

sp103_activity_permissions

This table is used to define what types of activity can be created by each type of user.


 

Table Definition

Field
Type
Default
Nullable
profilevarchar2(10)  (error)
activity_typenumber(2)  (error)
readnumber(1)1 (error)
writenumber(1)  (error)

Keys

primary key (profile, activity_type) 

foreign key (profile) references sp084_user_profiles(profile) 

foreign key (activity_type) references sp105_activity_types (activity_type)

Column Descriptions

FieldDescription
profileA string denoting the user role:
activity_typeA number identifying the activity type
readThis column should not be used (though the Gantt does currently retrieve it, hence the not null constraint).
writeA value of 0 indicates that users of the type specified by PROFILE cannot create or modify activities of type ACTIVITY_TYPE; a value of 1 indicates that they can.

 

Â