Tagged Questions
0
votes
2answers
271 views
Connect BCS / BDC to the User Profile Service?
Firstly I'm open to suggestions if people have better solutions or ideas. I would like to be able to create a list with a 'username' field that will pull additional fields from the information stored ...
1
vote
1answer
750 views
User profile properties mapped to a BCS connection requires two syncs for new users
I have the User Profile Service Application up and running in a SharePoint 2010 farm. It is configured with two synchronization connections; one to Active Directory and a second to a backend database ...
7
votes
1answer
360 views
SharePoint 2010 User Profile Synchronization: BCS + WCF
I'm here because I'm trying to implement a scenario of user profile synchro with bcs connecting to wcf service.
Here is the context:
A remote web service is returning a full list of employee infos. ...
0
votes
1answer
385 views
BDC - User profile sync won't sync with sql server/wcf service
I created simple web service which implement 2 methods (one (no parameters) return list of object, another (one parameter - upId int) returns simple object with 3 properties (bool, string, and int ...
1
vote
2answers
304 views
merge data in a sharepoint2010 user profile property sync with sql using BCS
i have configured the user profile syncing with my custom SQL table.
i require 4 properties that are with 6 columns in the table
& the scenario is i have to concatenate the strings of the 3 ...
1
vote
1answer
483 views
Best way to get external data to SP 2010
This is the scenatio:
I have an AD that i'm going to use when installing SP 2010 but it doesn't have a lot of meta data as in poperties its only got : Lastname, fistname and email etc..
So i would ...
2
votes
2answers
588 views
Supplementing User Profile with information from BCS
I've got my external content type and BCS all sorted and working - the list view of the external list shows 100% in the site and the external content type shows under my BCS service application.
Now ...