Skip to main content
16-Pearl
March 7, 2013
Question

Change the order of Attributes on a Change Request (v9.1)

  • March 7, 2013
  • 3 replies
  • 1430 views

Hay Everyone,

I have added an Attribute to the standard change request called 'Justification'. What I would like to do is move it up on order displayed to the users.

I would like to to be after the current (Out of box) Description. All the additional attributes seem to go in Alphabetical order unless I place a number as a prefix.

Any clue how to do this in 9.1?

CR.jpg

3 replies

1-Visitor
March 7, 2013

Hi -

While it is possbile to do in 10 with configuration I think, in 9.1 you will have to do some magic.

Not sure how good you are with some javascript programming but, onLoad page event of the create page, you could suffle the nodes (fields) around. It will be very lightweight enhancement. The person doing this does not neecessarily have to know Windchill to well as it is HTML and DOM related.

Thank you

Sudeep Bhattarai

1-Visitor
March 8, 2013

Hi Grant,

Yes, System display in alphabetical order.It's OOTBfunctionality.

We can display the attributes in our own order by customize the jsp file present in under netmarkets\jsp\changerequest.

Just you need to add the decsribe column property in the wizard jsp file.

hope this help !!!

MKR

1-Visitor
March 8, 2013

But only the attribute "Justification" should be below Description

You cannot do it by simply by changing JSP unless you have a way to break

down ALL_SOFT_NON_CLASSIFICATION_SCHEMA_ATTRIBUTES to individual idas