Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Hi All,
When creating a change Request, In Select Affected Objects step by default we have suggest text boxes"Add by number" and "Add by Name"..These suggestion boxes are displaying object information " Number, Revision,Name ". We need additional attributes like lifecycle state,modified by
Any help would be great..
Hi ,
For this functionality to bring in State details in the suggestions displayed you need to customise the PartMasterPickerSuggestable class that implements Suggestable.Basically the suggestion work with IE calls in the back-end using search-SystemWideSearch.xml
In the custom class you need to addParam to the task ( like LC State in the setTaskParams method ) and need to concatenate the raw-value of the Task-attributes (State ,etc). So the output becomes Partnumber / Rev/ orgname / <State>.
Regards,
Sriram Rammohan