Business Connectivity Services
0
votes
1answer
314 views
bind item id to custom webpart in dispform.aspx
I've created a custom webpart that shows me some details of a dossier. I've added a DossierID property like this:
public Guid DossierId { get; set; }
This identifies the dossier from which I want ...
0
votes
3answers
332 views
SpecificFinder not called on Sharepoint 2010 BCS
I have an external content type for which I created a BDC model with a LobSystem of type dot.NET assembly. I have a SpecificFinder and a Finder method defined. I also have an external list created on ...
0
votes
1answer
30 views
ValidateEntitySecurity failed on multitenant BSC installation
I've got a multitenant BCS service setup. It all seems to work; I've imported my model and it properly lists the entities in the model. But when I try to create an external list based on the model, ...
0
votes
0answers
80 views
Cannot set BCS MethodInstance permissions through Central Administration
This is very annoying, but as far as I can tell, it is only possible to set Entity level permissions through the Central Admin BCS user interface. Is there any webpart that has been open sourced that ...
0
votes
1answer
244 views
BCSLogin failed
I got a problem when using BCS in SharePoint Foundation 2010. I'm not able to let other users see the BCS content. I tried all the possibilities I found in internet (giving permission to the users in ...
0
votes
3answers
243 views
SharePoint foundation and BCS
I am testing SharePoint 2010 foundation with bcs to access one of my sql tables.
I created a list with filters on some fields (wildcard and limit types)
But unfortunately, when I display (browser) ...
0
votes
2answers
186 views
Single Library Storage for multiple Site collections
We are building portal based on SP 2010 platform which will mainly be a e-learnig site with SharePointLearning Kit. There will be ca. 100 school site collections. We will also have about 23 gigabytes ...
0
votes
1answer
424 views
synchronize data from external list and SPList
How do we synchronize data from an external list (BCS) into a custom SharePoint list? I have tried using a timer job, but it did not help. Any ideas?
0
votes
0answers
244 views
Sharepoint and Liferay integration [closed]
Is there any component available to pull data from liferay and show them on sharepoint?
Any links to resources would be highly appreciated.
0
votes
1answer
395 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 ...
0
votes
0answers
304 views
Why isn't BCS populating a multi-value field?
Anyone know why BCS won't populate a multi-value field? I tried everything and still can't get it to work in the user profile.
I went through the log(s) and did not see anything unusual. I opened the ...
0
votes
0answers
133 views
Enterprise - External Task List - Connect to Outlook- setting Assigned To
I've got an External List coming from an External Content Type which has Office Item Type of "Task". It comes from an external system which has its own concept of a task, and I'm pulling them into ...
0
votes
2answers
285 views
Adding Content to External Content Types
I was able to create an ECT and the first three columns of data that I used to create the ECT display on the portal.
The only issue I am running into is that I want to add more columns to the ...
0
votes
2answers
632 views
Pros and Cons of a BCS integration versus a Custom Integration
What are the pros and cons of using the BCS to integrate an external system into SharePoint versus a custom integration.