Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
47 views

How do I store this external data in SharePoint?

I am using Visual Studio 2010, SharePoint 2010 with custom document content types and forms. And plan to also use jquery to build the document add/edit/view forms. I am developing a solution where I ...
0
votes
0answers
9 views

BCS Property displays as type, instead of enumerated values

I have a entity which has 2 properties ProductName (string) Id (string) Categories (string[]) A product can have several categories. So I created my BDC Model <TypeDescriptor ...
0
votes
0answers
98 views

Sharepoint BCS Exception : A null value was used as an Identifier value for Entity

I get an error while search an external data field of a custom list. My Account seaech sql have a where criter where AccountID is not null, but I get an error like below; Exception thrown while ...
0
votes
0answers
56 views

Sharepoint 2010; can't create association between external content types

I have a problem creating associations between external content types. I've got two entities. Product and productalternative. One project does have one or more productalternative's. The pa has a ...
0
votes
0answers
65 views

Is there a Way to Create a Direct BDC Connection to Access 2010

Here's the vision: I would like to use the "link to Data Services" feature of Access 2010 to create a linked table that pulls its data from a web service. Here's what I've got so far: I created a ...
0
votes
2answers
243 views

Unable to sort external content column in custom sharepoint 2010 list

I am very disappointed that data in sharepoint list which comes from external content type is not sortable (datetime columns and text). How to enable sorting on additional columns? Sorting works only ...
0
votes
0answers
173 views

SharePoint BCS Updated Fields Passed In as Null?

I’ve been having the following (quite frustrating) problem when developing some custom forms to update list data through either an external list or SharePoint BCS... Here’s a few examples of different ...
0
votes
0answers
219 views

Error when doing Entity.FindSpecific in BDC model

I'm struggling with my first BDC model in Sharepoint 2010. I have created a very simple model with just 1 entity. I try to find a specific entry by doing: private IEntityInstance ...
0
votes
1answer
228 views

Business Data Catalog to a SharePoint List?

I have to manage the concept of external contacts in a SP farm. My idea is to create a custom User Profil with a specific sub-type for such contacts. There is not yet a storage for this external ...