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

How to create a user picker in an attribute panel

ptc-4803475
1-Newbie

How to create a user picker in an attribute panel

Hi,

I have a softype of a document called abc.Inside the create layout of the document I need a user picker.How do i get that???

2 REPLIES 2

Seems like describeAttributesTable.componentType="PICKER" and describeProperty.type="wt.org.WTPrincipal" should work, but it doesn't look like they do, or I'm just doing something wrong.

I bet you could create your own data utility for the id, and have that return a PickerInputComponent, using the desired PickerInputComponentRenderer

I created an object that had a User Picker to create a link to WTPrincipalReference for the "Author" of a document. I've written up what I did. My company has its own package structure for JSPs and other files, so you can just ignore the paths if your company is keeping things under "netmarkets". Hopefully I can attached the Powerpoint file.

Top Tags