views:

8

answers:

1

I am working on Lotus Connection. I wanted to fetch the values in AboutMe section and Background section of profiles using the Lotus Connections API.

Is it possible to do so. I had gone through the wiki and other help , but could not find any solution

Please help if any one got a solution

A: 

Hey,

Got the solution for this. There is no api specifically designed for updating the aboutMe and Background Information in Lotus Connection. One who had to update it programmatically has to connect to Lotus Connection backend(Database) and write an update query to update the prof_description (AboutMe) and prof_experience(Background) fields of employee table in PeopleDB schema

P.E