The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
44 views

Access Denied while reading external content type SharePoint 2010

I am using SharePoint 2010 and have created an external content type that I am reading while loading a visual web part. Now here is the problem. I am able to view the data on the external list from ...
0
votes
0answers
101 views

Out of box sharepoint metadata search with AND operator with external content type and sharepoint metadatafield not working

Has anyone been able to get this to work OOTB Sharepoint 2010 advance search box, add a number of additional properies, which have been created as metadatafields in search. Eg, Name, Status, ...
0
votes
0answers
107 views

Sharepoint 2010 Webpart not getting latest data from an external content type

I have an external content type that is a list of periods gotten from my database. This external list is used by a web part that sends these periods down to an SSRS report that is shown in Sharepoint ...
0
votes
0answers
184 views

Why am I unable to add an External Content Type as a column in my SharePoint List?

I've created an External Content Type that gets 2 columns of data from a SQL Server stored procedure now I'm trying to add it to a List I've created. When I select my External Content Type however I ...
0
votes
1answer
80 views

How to change the editor type in SharePoint 2010 external content type

In our SP2010 site we have an external content type to a peoplesoft database. One of the types is a string, which displays as a single line of text when editing items in the list. We need to be able ...
0
votes
1answer
150 views

Is it possible to map External Content Type to Office Item Type without using SharePoint Designer?

I need to connect Outlook to the External list and have to map its content type to the Office Item Type for that, but unfortunately I can't see it in SPD2013. Possibly it is because BDC model uses ...
0
votes
0answers
215 views

Delete Method in BCS to SQL fails

I'm doing everything in Visual Studio, not designer. This was bcs project I went through via a tutorial. After several days of debugging, I've gotten all the methods except the Delete to work. ...
0
votes
0answers
407 views

SharePoint (SP2010) External Content Type - Field Available Values

New to External Content Types, however using Sharepoint Designer 2010 I have created an ECT with a Read Item, Read List and Create. I have got this list now displayed in my Sharepoint (actually ...
0
votes
0answers
491 views

pull data from SQL Server and display in a normal sharepoint list

i'm working on project where i have to pull data from SQL Server and display in a list. But i can only display in a external list not in a normal sharepoint list. Is there any way? Or work aorund to ...