Questions tagged [bdc-model]
Business Data Connectivity (BDC) model defines the connections, operations, and associations of an external line-of-business (LOB) system.
                61 questions
            
            
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                422
            
            views
        
        
            
        How can I use OData web service to populate SharePoint Lists
                    How can I utilize a query OData web service to populate it's data in SharePoint External Lists? Previously I was using SOAP web services, where I created a web reference and BDC Model in My SharePoint ...
                
            
       
        
            
                1
            
            vote
        
        
            
                0
            
            answers
        
        
            
                44
            
            views
        
        
        Business Data Connectivity Model collection property
                    Is it possible to have a collection property in a BDC model?
I added a property to my model class like this:
public class MyModel
{
    public IEnumerable<String> MyCollectionProperty { get; ...
                
            
       
        
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                159
            
            views
        
        
            
            
        SharePoint 2013 custom search connector fails after patch
                    We have a custom search connector that we built to make documents from another system searchable from SharePoint. This worked fine for a year until we decided to add a CU(October 2015 uber).
The ...
                
            
       
        
            
                1
            
            vote
        
        
            
                1
            
            answer
        
        
            
                719
            
            views
        
        
            
            
        use external liste error :Oracle database TNS The value's length for key 'data source' exceeds it's limit of '128'
                    I have created xml model for external list using bcs
this is the code example for my BDCM model:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Model xmlns="http://schemas....
                
            
       
        
            
                1
            
            vote
        
        
            
                0
            
            answers
        
        
            
                96
            
            views
        
        
            
        Business Data Connectivity entity namespace purpose
                    I've noticed that my BDC's entity namespace is a SharePoint website url. 
I have recently imported successfully our BDC during a SharePoint migration, and the namespace remains the same on the new ...
                
            
       
        
            
                2
            
            votes
        
        
            
                0
            
            answers
        
        
            
                485
            
            views
        
        
            
        How to correctly update specific columns in an external database through an ECT?
                    Here is the scenario:
I have an External Content Type based on a specific table in an external DB.  The table itself has 33 columns, my ECT exposes a total of 13 of those columns, 7 as read-only and ...
                
            
       
        
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                1k
            
            views
        
        
            
        How to add an External Data Field to a list using Powershell
                    I have created a BDC model using Visual Studio and deployed it using a WSP to the server.
Next I want to add an External Data Column (Field) using a External Content Type in the BDC model to an ...
                
            
       
        
            
                2
            
            votes
        
        
            
                0
            
            answers
        
        
            
                730
            
            views
        
        
            
        Migrate external content types from 2010 to 2013
                    I have done a test 2010 -> 2013 migration and most things work fine. I have some user profile property mappings to BDC models
I have restored the secure store, managed metadata, BDC services using ...
                
            
       
        
            
                2
            
            votes
        
        
            
                0
            
            answers
        
        
            
                149
            
            views
        
        
        Select Default Filter in BDCM File
                    When working with Business Connectivity Services (BCS) and Business Data Connectivity Model (BDCM) files, does anyone know in the code where to set the "default" Filter and hide the  option?
Right ...
                
            
       
        
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                723
            
            views
        
        
            
        Error while crawling LOB contents in SP 2013:Could not find default endpoint references contract in ServiceModel client configuration section
                    I created BDC Model in SharePoint 2013 using Visual Studio 2013. I am retrieving data from external data source using Web Service in ReadList method. Using this external content type (BDC Model) i ...
                
            
       
        
            
                0
            
            votes
        
        
            
                1
            
            answer
        
        
            
                370
            
            views
        
        
            
            
        SharePoint: Perform a query to load data into external list and display the results in a list within the webpart
                    I am relatively new to coding and I am trying to complete a project in Sharepoint. I have a webpart which includes Peoplepicker. When the submit button is pressed the first username passed is used as ...
                
            
       
        
            
                1
            
            vote
        
        
            
                0
            
            answers
        
        
            
                460
            
            views
        
        
        External List filtering using Web Part Connections (send filter value to)
                    I have an external list (WCF) and I would like to have another web part that searches 1 or more columns on the list (e.g. Product Title, and Product Status etc)
I'm using SP2013, guess it would be ...
                
            
       
        
            
                2
            
            votes
        
        
            
                0
            
            answers
        
        
            
                94
            
            views
        
        
            
        Updated external content type but connection not updated in central admin
                    I have an external content type for a sql server view, all working well. I add a new field to the view and save (SPD), in central admin I go to BDC and click on the content type - I can see the added ...
                
            
       
        
            
                1
            
            vote
        
        
            
                0
            
            answers
        
        
            
                147
            
            views
        
        
        Import Sharepoint 2010 BDCM file in a SharePoint 2013 environment
                    I was wondering if it's possible to import a BDCM file exported from SharePoint 2010 in a Sharepoint 2013 environment ?
Is the file format identical ?
Thank you
                
            
       
        
            
                2
            
            votes
        
        
            
                0
            
            answers
        
        
            
                591
            
            views
        
        
            
            
        SharePoint Search BDC / BCS Model with Item Level Security Using SharePoint Groups
                    I have a BDC / BCS model that I use for indexing content with SharePoint Search.  In the model, I assign item-level security using the method described on this MSDN article: http://msdn.microsoft.com/...