Skip to main content
14-Alexandrite
December 1, 2016
Question

Add additional field to picker

  • December 1, 2016
  • 0 replies
  • 1073 views

Hi.

I need to add some additional fields to picker page.

Something like this:

classification_picker.png

This is checkbox field is added on classification picker:

in Windchill\codebase\netmarkets\jsp\structuredenumerationpicker\structuredEnumerationTreePicker.jsp

<jca:renderPropertyPanel>

    <w:checkBox name="ptsCreateNumberFromClassification" label="${numberFromClassificationCheckboxLabel}" renderLabel="true" renderLabelOnRight="true"/>

</jca:renderPropertyPanel>

How can i pass this checkbox value to picker callback function?

Request in Windchill\codebase\netmarkets\jsp\structuredenumerationpicker\structuredEnumerationPicker_dataFetcher.jsp does not have this property.

Thanks.