Skip to main content
1-Visitor
March 27, 2017
Question

How to add a new row in (Change Task)affected objects table?

  • March 27, 2017
  • 1 reply
  • 1746 views

I want to add rows in affected objects table (of Change Task) upon clicking a custom action. Custom action I've already created, AddParent.

When I select an object present in the table and click "AddParent", the system should fetch all its parent objects & display it in the table. What are the approaches you can suggest? Thanks.

AddObjects.JPG

1 reply

17-Peridot
March 27, 2017

You have this function "add parent" already in the collector. Why do you want this window? Just because of the amount of clicks? (I totally understand and I'm also disappointed from Windchill that there's no intelligence to do some automatic parent revision etc. I'm also aware that there are thousands of possibilities)

Capture 2017-03-27_03-31-17_PM.png

ash1-VisitorAuthor
1-Visitor
March 27, 2017

Hi Bjorn,

Thanks.

    There is a requirement for this functionality.We need to reduce the amount of clicks.I want that functionality in a single action 'add parent'. Through custom form processor(for 'AddParent'), i am able to get the parents of the object,how can I add those parents as a row in that table?  Please help me out how to achieve this?