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

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

Custom User Picker Utility

RG_11025060
5-Regular Member

Custom User Picker Utility

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:

RG_11025060_1-1721274584961.png

 

  1. How can I get rid of the find icon next to textbox? In my usecase, the IBA should not be editable from this VIEW mode. It should be changed only in CREATE/EDIT mode.
  2. Can I get a link of the user? rather than just the full name. (exactly like created by/modified by attribute on most objects)
2 REPLIES 2
avillanueva
22-Sapphire II
(To:RG_11025060)

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

Top Tags