Tagged Questions
0
votes
0answers
61 views
Helper DLL - Building Reusable BCS Class - Trying to build a “Create” method
I've been using a helper dll for quite some time to interact with various BCS Entities. It works rather well, no security issues, saves me a lot of time. The problem that I have is that I want to ...
0
votes
2answers
814 views
Using LINQ on an external list
When I create a list in SharePoint and want to run LINQ agaisnt it I use SPMetal to auto generate the mapping.
SPMetal.exe /web:http://mysite /code:C:\MyFile.cs
This does not seem to generate the ...
1
vote
1answer
377 views
BDC hide identifier in new item form
I'm working on a simple bdc model in visual studio.
i use the entity framework to access the data on the database.
Everything works fine (all CRUD operations) but in the "New item" form i have to ...
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 ...
3
votes
1answer
144 views
Can document views/metadata be 'live'?
We have a need for end users to see documents with additional 'live' columns, i.e. I would like to show a view of documents with employee id JOINED with data from sql server (for some additional ...