Skip to main content
1-Visitor
May 6, 2016
Question

Suggest Text Box on IBA

  • May 6, 2016
  • 3 replies
  • 3173 views

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 ?

3 replies

1-Visitor
May 10, 2016

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-21-VisitorAuthor
1-Visitor
May 10, 2016

Thanks... let me try that now..

mgupta-21-VisitorAuthor
1-Visitor
May 13, 2016

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

17-Peridot
May 15, 2016

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-21-VisitorAuthor
1-Visitor
May 16, 2016

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

Thanks for your suggestion...

1-Visitor
January 31, 2020

Can you provide an example please ?