cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict Task in My Open Task only for Responsible Employee!! SOS HELP!!!

Former Member
0 Kudos

Hello Guru's!

Currently we are having a service team for the customer, if we create a task every body involved in partner determination are able to see the task in Home Work Center under My Open Task section.

We would like to restrict that this task only appears on the Home page for the Responsible Employee Assigned to the Task.

Could you please guide on how could I accomplish this?

Kindest Regards,

Sue Mak

Accepted Solutions (0)

Answers (1)

Answers (1)

jorge_ocamposbenito
Contributor
0 Kudos

Hi Sue,

This functionality is performed into CRMCMP_GS_WC component, in TodaysTasks view. It's performed calling a search of tasks (BOL  BTQAct ) into GET_QUERY_RESULT method of implementation class of view.

Then, if you want to change the behaviour of this search you have to redefine GET_QUERY_RESULT method with your own logic.

I hope that helps.

Best regards.