Community Tip - You can change your system assigned username to something more personal in your community settings. X
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.0
The Task Assistant function is not showing as available from any of the Task objects; either from the Home My Tasks list or within the task object Action Menu.
Solved! Go to Solution.
@DC_10584147 As I answered you in a older thread
just to be sure >D
I can see that there are some custom ext. actions.
It seams that the actionConfiguration xml file customActionModel.xml contains wrong definition for the Task assistant.
Check the OOTB actionModel definition and add the correct row to the customActionModel.
There can be naming change or something else between Windchill versions.
similar think happened to me if I just copy the customActionModel file from previous version to new one without any check, Some actions were missing because they change a internal name used in the XML.
here is example how the Task assistant definition looks like
PetrH
Hi @DC_10584147
Use jcaDebug=1 to see what validator hide the Task assistant action
CS30223 - How to use "jcaDebug"
I guess that you are not just in correct licence group
Also there can be some trouble with customActionModel.xml definition if you use old one from previous version.
PetrH
Hi @HelesicPetr
jcaDebug doesn't show any validation issue, this due to Task Assistant not even listed.
I'll check the customActionModel.xml definition file.
@DC_10584147 As I answered you in a older thread
just to be sure >D
I can see that there are some custom ext. actions.
It seams that the actionConfiguration xml file customActionModel.xml contains wrong definition for the Task assistant.
Check the OOTB actionModel definition and add the correct row to the customActionModel.
There can be naming change or something else between Windchill versions.
similar think happened to me if I just copy the customActionModel file from previous version to new one without any check, Some actions were missing because they change a internal name used in the XML.
here is example how the Task assistant definition looks like
PetrH
Hello DC_10584147,
You encountered unexpected behavior while using Windchill, thanks for reaching out.
This is Charles from PTC Technical Support in Europe: Was the information provided helpful somehow?
KR,
Charles.
Hello Charles,
The suggestion/feedback from @HelesicPetr provided the solution which addressed my issue.
Thanks,
Dave