cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Additional attributes required in suggest text box search under change request

nmudigere
1-Newbie

Additional attributes required in suggest text box search under change request

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 Capture.GIF

Any help would be great..

1 REPLY 1

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

Top Tags