Standard
I am not 100% sure this is a new feature in 8.5.2 but I have never seen this before, and can not find it documented anywhere else. If you use Notes, Connections (Profiles), and Sametime the business card in Lotus Notes can use elements from all three products to populate the business card information. ; The default order used by the business card is
1. Lotus Connections (Profiles)
2. Sametime
3. Notes
You can prioritize or disable sources by editing the plugin_customization.ini file. To change the order of prioritization you would add lines like this for each product.
The provider names are
Lotus Connections = profiles
Sametime = com.ibm.lconn.client.bizcard.livename
Notes = NotesContacts
A sample prioritization would look like this.
com.ibm.rcp.bizcard/change.priority.for.NotesContacts=A
com.ibm.rcp.bizcard/change.priority.for.profiles=B com.ibm.rcp.bizcard/change.priority.for.com.ibm.lconn.client.bizcard.livename=C
You can use any letter assignments where I have used A,B, and C, what you need to remember is that the later in the alphabet the letter, the higher the priority. So in this example Sametime has been given a Higher priority then Connections since it is assigned a higher letter.
You can also disable a source altogether by using a line like this
com.ibm.rcp.bizcard/disable.content.for.provider_name=true
where provider name is the same as listed above, so if you wanted to disable Notes Contact information it would look like this
com.ibm.rcp.bizcard/disable.content.for.NotesContacts=true
While this is all fine and well, I think these settings would look great added to this section of the policy document
It would be good if it were configurable in the Connections Settings document, but remember that you can add these managed settings in the Desktop Settings document as of 8.5: { Link }
Good post – looking forward to these options.