Skip to main content
11-Garnet
June 7, 2017
Question

Remove Default Routing Option on Promotion Request Approval Process

  • June 7, 2017
  • 1 reply
  • 2788 views

Does anyone know if it's possible to remove the default selection on the Promotion Request Approval task in Windchill PDMLink?

Our task currently has two options:

Approve

Reject

2017-06-07 13 50 51.png

The Approve option is always initially selected, but we'd like for neither to be initially checked, and force the user to select one.

Does anyone know if this is possible and how to change it?

Thanks in advance

1 reply

1-Visitor
June 7, 2017

It is controlled by a property in wt.properties, com.ptc.windchill.enterprise.workitem.dataUtilities.setDefaultRoutingEvent. You can set it to false.

zgodula11-GarnetAuthor
11-Garnet
June 7, 2017

Thanks Binesh.

I'm assuming that this property will apply for all tasks, and not just Promotion Request Approvals.

Is this correct?

1-Visitor
June 7, 2017

That's correct. One workaround if you want to set this to a specific task is, create a default routing option as the first choice and in the transition throw an exception forcing the user to make a choice between the valid choices.