brad997
9th November 2005, 05:07
Can anyone help?
My question is:-
In my previous BaanIV, i have a group of users of with almost similar functions but with little differences in one/two sessions.
I can solved it in BaanIV because I use the Authorisation by Module/User.
I just put/group all the similar sessions to the users. Then insert those "differences" of one or two sessions to those users accordingly.
But how to setup in LN in order to achieve that kind of authorisation to those user? Based on testing below, more than one role will produce a outcome of authorise. So i have to create a "Similar" role which MUST consists of only the authorised sessions which is very tedious and not efficient.
sample of testing:-
Case 1:
"centralinvoice" Role
ci:* Full Auth.
cisli1500m000:* No Auth.
Result of user using this one role only: the "without" authorize session work according i.e did not authorize
Case 2:
"centralFULL" Role
ci:* Full Auth.
"TestN" Role
cisli1500m000:* No Auth.
Result of user using the TWO roles: the "without" authorize session DIDN'T work according i.e authorize
Case 3:
"centralinvoice" Role
ci:* Full Auth.
cisli1500m000:* No Auth
"centralFULL" Role
ci:* Full Auth.
"TestN" Role
cisli1500m000:* No Auth.
Result of user using the THREE roles: the "without" authorize session DIDN'T work according i.e authorize
In the LN HELP-To define session authorizations
"The authorization that is stated at the most specific level has the highest priority. This is the session authorization per session for a specific company. The lowest priority is the authorization that is stated at the most global level. This is the session authorization per company for all companies.
Besides the already mentioned levels, session authorizations for a user can also be specified in several roles. For example, a user has two roles. If one role states that the user has permission for a session, and the other role states that the user has no permission, the user ultimately has permission for that session."
My question is:-
In my previous BaanIV, i have a group of users of with almost similar functions but with little differences in one/two sessions.
I can solved it in BaanIV because I use the Authorisation by Module/User.
I just put/group all the similar sessions to the users. Then insert those "differences" of one or two sessions to those users accordingly.
But how to setup in LN in order to achieve that kind of authorisation to those user? Based on testing below, more than one role will produce a outcome of authorise. So i have to create a "Similar" role which MUST consists of only the authorised sessions which is very tedious and not efficient.
sample of testing:-
Case 1:
"centralinvoice" Role
ci:* Full Auth.
cisli1500m000:* No Auth.
Result of user using this one role only: the "without" authorize session work according i.e did not authorize
Case 2:
"centralFULL" Role
ci:* Full Auth.
"TestN" Role
cisli1500m000:* No Auth.
Result of user using the TWO roles: the "without" authorize session DIDN'T work according i.e authorize
Case 3:
"centralinvoice" Role
ci:* Full Auth.
cisli1500m000:* No Auth
"centralFULL" Role
ci:* Full Auth.
"TestN" Role
cisli1500m000:* No Auth.
Result of user using the THREE roles: the "without" authorize session DIDN'T work according i.e authorize
In the LN HELP-To define session authorizations
"The authorization that is stated at the most specific level has the highest priority. This is the session authorization per session for a specific company. The lowest priority is the authorization that is stated at the most global level. This is the session authorization per company for all companies.
Besides the already mentioned levels, session authorizations for a user can also be specified in several roles. For example, a user has two roles. If one role states that the user has permission for a session, and the other role states that the user has no permission, the user ultimately has permission for that session."