Hi Gurus,
I have created an Organization Structure with 3 levels. All levels employees are assigned with ZBP_SLS_MANAGER role.
My requirement is, If first level SALES MANAGER creates an ACTIVITY, it should not be seen by the Second and Third Level Managers. If Second level Manager creates an Activity, third should not able to see. But If Second or third level managers creates an activity , First level should be able to see.
That means lower level managers should not see higher level managers activiites but higher can see lower level manager activities.
So I have worked on two authorization objects 1) CRM_ORD_OP and 2) CRM_ORD_LP.
For CRM_ORD_OP, I have maintained
ACTIVITY = *.
PARTNER FUNCTION = Z000000002
PARTNER FUNCTION CATEGORY = *
For CRM_ORD_LP,
ACTIVITY = All Activities.
SCOPE OF PROCESSED OBJECTS = A, C, D, E.
BUSINESS TRANSACTION TYPE = *.
Still my requirement didn't fulfill, When I have created an activity in CRM 2007 WEB UI using top level sales manager ID, when logged in with second and third level manager Ids, I could able to see that activity.
Is there anything else, do I need to do?
Thanks in advance,
Appreciate your replies,
Ajay.