Questions tagged [bdc]

Business Data Catalogue (BDC) is a feature in Microsoft Office SharePoint Server 2007 (MOSS 2007) which allows SharePoint to display data from SAP, Siebel, or other line-of-business (LOB) application via Web services or databases.

Business Data Catalogue (BDC) is a feature in Microsoft Office SharePoint Server 2007 (MOSS 2007) which allows SharePoint to display data from SAP, Siebel, or other line-of-business (LOB) application via Web services or databases.

Business Data Catalog - MSDN

One of the major design goals for Business Data Catalog is to enable you to surface business data from various LOB applications such as SAP, Siebel, and databases in Office SharePoint Server 2007 with minimal coding effort. To achieve this goal, Business Data Catalog provides homogeneous access to the underlying data sources with a metadata model that provides a consistent and simplified client object model.

In SharePoint Server 2010 this is called Business Connectivity Services (BCS).

57 questions
4
votes
2 answers

Enforce Unique Values for external data type column in sharepoint

Enforce Unique Values for external data type column - I know that it is not possible out of the box. What are the soultions for validating external data type columns for duplicates? workflows? others?
marcinn
  • 1,879
  • 2
  • 22
  • 46
3
votes
5 answers

How to deploy SharePoint BDC model package using VS setup project (or at all!)

Background: We have a ClickOnce-deployed WPF app, that talks to WCF Services, which in turn both talk to our own SQL database and also to SharePoint via the Client OM. To set up the WCF and the ClickOnce, we have a Setup project, which takes in…
Grank
  • 5,242
  • 7
  • 33
  • 36
2
votes
3 answers

BDC Web Part connection Interface error

I want to provide "Query Value" to the BDC List WebPart from (Provider) businessdata filter webpart. I get fllowing error when i try to connect. "The provider connection point (BusinessDataFilterWebPart) and the consumer connection point…
user116627
  • 47
  • 1
  • 9
2
votes
1 answer

SharePoint: Unable to fetch information from an external list

I am trying to fetch information from an external list using the following CAML query. 98f68099-2ec8-4b68-95dc-607f0d50520b The EventID field's type is…
Arsalan
  • 151
  • 1
  • 2
  • 11
2
votes
4 answers

MOSS and the Business Data Catalog - any good documentation?

Can anyone point to any good 'beginners walkthroughs' for the Business Data Catalog in MOSS 2007 Enterprise? It seems to be very powerful, but all the official guides assume preexisting knowledge.
user32826
2
votes
4 answers

Sharepoint as a high volume information system

I'm looking at designing some core information systems at a new company I'm working at (described one of my ideas here Workflow system) I've thought a bit more, and am strongly considering using sharepoint for a lot of the heavy lifting seeing as it…
Dane
  • 619
  • 5
  • 14
2
votes
1 answer

Is BAPI an interface or a conversion tool as per RICEF?

I initially thought BAPIs were categorized as an interface, however, after reading about BDC on the scn wiki, I learned that BAPIs should be used over BDC when bringing in data whenever possible. "BDC was a great way of uploading data into SAP in a…
Bilal Saleem
  • 633
  • 4
  • 8
2
votes
1 answer

Access External List from SharePoint Add-In using REST

I am using the SharePoint REST API inside an Add-In to access list data. When I query a "normal" list, I get results back. When I try to query an External List, I get a 401 error. I get the same error when I try to access the REST URL in the…
user472292
  • 1,069
  • 2
  • 22
  • 37
2
votes
1 answer

Sharepoint Business Data List Behavior

This is a multi faceted question, but any help is appreciated Background: I have a Application Definition with 6 entities using SSO The database back end is Firebird through ODBC All the data is coming from stored procedures Questions: 1 While…
Sam
  • 113
  • 6
2
votes
0 answers

Problem With Multiple ITransformableFilterValues

I'm trying to filter a BDC list and my filter returns multiple values. When the BDC list is filtered it filters based on the first item and then ignores the remaining values. Has anyone run into this and how did you resolve it? #region…
Icono123
  • 3,830
  • 3
  • 21
  • 20
2
votes
2 answers

BDC Security Issues

We are planning to use BDC to read and probably write to a SQL Server content database on external server. I have heard that there are many security issues that you may run into or should be aware of before setting up BDC. has anyone faced or knows…
geekspt
  • 23
  • 2
2
votes
2 answers

Formatting of BDC Fields

I'm trying to format a field in a BDC (Business Data Catalog) definition, in SharePoint, with a thousand separator. It doesn't appear to be possible in the BDC XML definition, and only possible through the SharePoint Designer(!). The fields I've got…
Nick Haslam
  • 1,512
  • 1
  • 24
  • 47
2
votes
0 answers

SharePoint BDC - In the Entity Picker control when the user selects the entity a guid is added to the text

In the Entity picker when the user selects an entity the id appears in the text box next to the added bottom. Is this normal? Users are waiting a more meaningful name like the ProductName which is shown as one of the columns.
Kyle Kelin
  • 21
  • 1
2
votes
1 answer

MOSS 2007: BDC permisson problem - no BDC application is listed in the web part's configuration menu

I'm actually working at MOSS 2007 project where I have to import data from an external data source (WebService) via an application in the Business Data Catalog. The application definition was created with BDC Meta Man and was imported successfully…
Flo
  • 27,355
  • 15
  • 87
  • 125
1
vote
3 answers

How to connect SharePoint Online with Dynamics CRM Online using BDC?

I am trying to connect SharePoint Online with Dynamics CRM Online using BDC, but I'm not getting any results. I am trying to use Accounts from CRM in SharePoint Online like a list. When I have 100 accounts (customers) in CRM I want to export these…
1
2 3 4