Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
I am adding a customization to the CreateDocumentSetAttributeWizStep.jsp page located in codebase\netmarkets\jsp\document. We have a subtype called procedure and want information to only show up when that type is chosen from the initial create document screen. I have tried to retrieve which type was chosen, but cannot find the correct statement to use. I have tried
if (reguest.getAttribute("CreateType") == "Procedure") ...do something
but that is not returning the correct value. Any clues as to where this property is stored during this Wizard step and the syntax to retrieve.
Thanks in advance,
James Little
Windchill 9.0
