Policy control over business card retrieval settings and retrieval order
Disclaimer: The following is from the release notes of Notes 8.5.2 so I don't take credit for writing this. Lotus Notes 8.5.2 is in beta and there are no guarantees that the features described here will be in the final product that IBM ships.
You can access a person's business card to find out more about the person and retrieve their contact information. The following products can potentially provide the data that is displayed in the business card:
- Lotus Connections
- Lotus Notes
- Lotus Sametime
To prioritize the source of the business card data, complete the following steps:
- Find the plugin_customization.ini file in the following directory: <Notes>/framework/rcp
- Open the plugin_customization.ini file in a text editor
- Do one of the following:
- To prevent one of the products from being the source of the business card data, add the following property to the file:
com.ibm.rcp.bizcard/disable.content.for.<provider_name>=true
where <provider_name> is one of the following values:
- Lotus Connections: profiles
- Lotus Notes: NotesContacts
- Lotus Sametime: com.ibm.lconn.client.bizcard.livename
- To change the order of products from which to retrieve the business card data, add a com.ibm.rcp.bizcard/change.priority.for.<provider_name>=<priority> property for each of the supported products where
is one of the following values: - Lotus Connections: profiles
- Lotus Notes: NotesContacts
- Lotus Sametime: com.ibm.lconn.client.bizcard.livename and <priority> is a relevant alphabetic character. Use letters that come later in the alphabet to specify higher priority products and letters that come earlier in the alphabet to specify products with a lower priority. For example, a priority of A is lower than a priority of B.
- Lotus Connections
- Lotus Sametime
- Lotus Notes
com.ibm.rcp.bizcard/change.priority.for.NotesContacts=G com.ibm.rcp.bizcard/change.priority.for.profiles=E com.ibm.rcp.bizcard/change.priority.for.com.ibm .lconn.client.bizcard.livename=C
- To prevent one of the products from being the source of the business card data, add the following property to the file:
com.ibm.rcp.bizcard/disable.content.for.<provider_name>=true
where <provider_name> is one of the following values:
- Save the changes to the file.
- Restart Notes.




