This blog post answers a question that was posed to me during my session at Lotusphere. First a little background, SHOW303 Not exactly the nice field label you want to display. In our demo the actual label we used was “Real Name” Off to the Lotus Connections 2.5 InfoCenter, where the section on Configuring Advanced Search tells us to use the following syntax to extend advanced search with a custom field.
In our demo that would translate to a line that looked like this <extensionAttribute showLabel=”true” extensionIdRef=”actorname”/></blockquote> Unfortunately this is what led to the result above. The missing ingredient is the linkage to the resource bundle and the label key which was used when adding the custom field to the profile layout, when adding them the new line looks like this: <extensionAttribute showLabel=”true” labelKey=”label.custom.actorname” bundleIdRef=”sitcom” extensionIdRef=”actorname”/> Save this and restart Profiles and now Advanced Search looks a lot more friendly
Much better 🙂
Thanks for documenting this!
Ohhhh excellent, i went to the core, editing the profiles properties file.
But this is much better.
By the way anynone knows who is editing the Developers Profiles Module? I liked what he/she has done en the section of edit my profile
Thanks!