Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
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???
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.