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

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

Suggest Text Box on IBA

mgupta-2
6-Contributor

Suggest Text Box on IBA

I have a requirement to implement the suggestion text box on an attribute/IBA during Create wizard which would query all my suppliers from DB. I am able to make it work but I am not able to persist the value after selecting from suggestion list.

Any thoughts/samples ?

6 REPLIES 6

Hi Mahesh,

You will have to write a custom form processor, please refer to Windchill customization guide.

When ever a user updates the Form object like text box, selection box in Windchill, NmCommandBean is the place where you can find the value being reflected, to find the exact parameter name, you will have to debug in eclipse and the same could be persisted in custom form processor.

thanks,

Aditya

mgupta-2
6-Contributor
(To:asingh)

Thanks... let me try that now..

mgupta-2
6-Contributor
(To:mgupta-2)

This is solved by OOTB logic, does not need an custom form processor..

Did you find any solution? If not, please share your code so we can help you better. It should work without a form processor.

mgupta-2
6-Contributor
(To:BjoernRueegg)

Yes I did.. There is no need to write a custom form processor..

Thanks for your suggestion...

albertrj
4-Participant
(To:mgupta-2)

Can you provide an example please ?

Top Tags