<< Click to Display Table of Contents >> Navigation: »No topics above this level« Relations in TimeWriter Pro |
TimeWriter Pro has got this kind of relations:
•authorizations
•combinations
•group memberships
There are several ways of how a relation can be accomplished:
•from aspect to aspect
•from aspect to aspect group
•from aspect group to aspect
•from aspect group to aspect group
•from aspect to ALL aspects (wildcard-relation)
•from aspect group to ALL aspects (wildcard-relation)
We have got an administration with this data:
Aspect kind |
Name |
id |
Remark |
|
Employee |
IT_MED |
Employee 1 |
1001 |
|
Employee |
IT_MED |
Employee 2 |
1002 |
|
Employee |
IT_MED |
Employee 3 |
1003 |
|
Employee group |
GR_MED |
Employee group 1 |
1100 |
This group has got 2 members: Employee 1 and Employee 2 |
Customer |
IT_AT1 |
Customer 1 |
2001 |
|
Customer |
IT_AT1 |
Customer 2 |
2002 |
|
Customer |
IT_AT1 |
Customer 3 |
2003 |
|
Customer group |
GR_AT1 |
Customer group 1 |
2100 |
This group has got 2 members: Customer 1 and Customer 2 |
For example, the following relations can be present for authorizations:
id1 |
id2 |
Remark |
|
AUTHORIZATION-IT_MED-IT_AT1 |
1001 |
2001 |
Gives the employee with id 1001 access to the customer with id 2001 |
|
|||
AUTHORIZATION-IT_MED-GR_AT1
|
1001 |
2100 |
Gives the employee with id 1001 access to the members of customer group with id 2100 |
|
|||
AUTHORIZATION-GR_MED-IT_AT1
|
1100 |
2001 |
Gives the members of employee group with id 1100 access to the customer with id 2001 |
|
|||
AUTHORIZATION-GR_MED-GR_AT1
|
1100 |
2100 |
Gives the members of employee group with id 1100 access to the members of customer group with id 2100 |
|
|||
AUTHORIZATION-IT_MED-IT_AT1_ALL |
1001 |
-1 |
Gives the employee with id 1001 access to ALL customers |
|
|||
AUTHORIZATION-GR_MED-IT_AT1_ALL |
1100 |
-1 |
Gives the members of employee group with id 1100 access to ALL customers |