Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Who can explain me how it works and how can I open Task Assistant?
Thanks a lot
Solved! Go to Solution.
I took a look at the code for the TrackTaskbarValidator class. Both of the "Open Task Assistant" actions will be disabled if the Task is not an instance of the WorkItem class, you are not logged in as the owner of the current Task, or if the current Task is complete.
Object type can be determined from the URL:
From your original screenshot it looks like you are logged in as rafaella user, but the task is owned by Administrator.
If you are logged in as Administrator, you are still not able to see the Open Task Assistant for this task?
Hereis a link to the Windchill Help Center's page on the Task Assistant with some information about it:
http://support.ptc.com/cs/help/windchill_hc/wc102_hc/index.jspx?id=AssignmentsTaskAssistant&action=show
I read the link with information, thanks, but it says: "To enter Task assistant, select action Open task assistant in the action menù for a task in the table Task or in the information page of a task" --> I tried but I can't find the Task assistant.
Go To the actions tab of the task and open task assistant
Thank you
Binesh Kumar
Barry Wehmiller
Hello,
I haven't this option:
Kind regards
Raffaella
Rafaella,
It looks like there is a validator associated with the Open Task Assistant action. If you add &jcaDebug=1 to the end of the URL for your task can you confirm whether you see the same, or if there is some other reason it is showing up as disabled?
If it doesn't show up at all in the list with jcaDebug enabled then it has probably been removed from the action model used to generate the menu (action model is identified by the lady bug icon in the Actions list (e.g., 'workitem details admin actions' in this case).
Also, do you know if Open Task Assistant shows up for admins?
I tried with the Debug but this is the result:
The behaviour is the same for Admin
Thanks
I took a look at the code for the TrackTaskbarValidator class. Both of the "Open Task Assistant" actions will be disabled if the Task is not an instance of the WorkItem class, you are not logged in as the owner of the current Task, or if the current Task is complete.
Object type can be determined from the URL:
From your original screenshot it looks like you are logged in as rafaella user, but the task is owned by Administrator.
If you are logged in as Administrator, you are still not able to see the Open Task Assistant for this task?
Your reply solved my problem, thanks a lot!