Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
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?
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
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
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