Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
I want to fecth the tasks available in "Tasks for Change Process" of Change Request and link to another object available in asssociated process object of the same CR through java code.
Any help on this?
Solved! Go to Solution.
Achieved the requirement in different way
Solved: Re: Affected objects in Associated Process Objects... - PTC Community
If you are looking to navigate to related change objects from the CR, check out ChangeHelper2 class. The table for "Tasks for Change Process" is showing you that structure and related tasks to those objects. I am not sure what you mean with the second part. Can you reply with some screenshots and context. Assuming you are not talking about customizing the "Tasks for Change Process" table, wouldn't what you asked for be achievable from adding object to the Associated Process Object table? And if its there, wouldn't it show up already?
Achieved the requirement in different way
Solved: Re: Affected objects in Associated Process Objects... - PTC Community