Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. 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 @RG_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