Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Version: Windchill 12.1
Use Case: Created a custom user picker utility, and a global reusable attribute of String type. Then, created an IBA on Problem Report.
Description:
What does it show if you use jcaDebug=true for that attribute in that view? Compare that to the create/edit wizard. I suspect its using the wrong data utility for the view page.
Hi @11025060
In your data utility you have to add a condition if the wizard is in edit or view mode and based on that condition remove the search icon.
The Returning object should contains a list of components that are shown on the page.
PetrH