I am working on Lotus Con开发者_StackOverflow中文版nection. 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
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
There is an api for updating those fields, I don't know what version of Connections you are using but I linked to the 3.0 public API
What fields you are looking to update are for the "About Me" section the field "description" and for the "Background" you want "experience" field.
精彩评论