Citation

       "Please support us to improve our products and solutions. Give us your feedback."

Related Content

Related Contacts

Frank Daske, Business Development Manager

Frank Daske, Business Development Manager +49 (0) 40 28 41 12 - 30 sales@layer2.de

Related Downloads

pdf Image2009-11-01: Layer2 Press Release

SharePoint – New Business Data List Connector for External Lists in MOSS 2007 and WSS 3.0
Layer2, the SharePoint Experts from Hamburg (Germany) announced a new Microsoft SharePoint extension to unlock the value of enterprise data for SharePoint 2007 based portals. The Business Data List Connector (BDLC) for SharePoint directly connects SharePoint lists with external LOB data sources. Almost any data from databases, Office or even text data can be displayed in SharePoint lists without any programming. Workflows can be used to start business actions in SharePoint, if external data records are changed.

xml ImageBusiness Data List Connector PAD File

This XML-based PAD file offers a BDLC product description for resellers to download and publish.

pdf ImageFlyer: Layer2 Partner Program

Partner with us as a software reseller or SharePoint service provider. There is a free partner program with up to 30% discount. Download as PDF.

Related Links

Are you looking for Layer2 product resellers and implementation partners?

United States:

Great Britain, Scotland and Ireland:

France:

Netherlands:

Switzerland:​

Poland:

Turkey:

South Africa:

Malaysia:

BDLC works with NINTEX Workflow 2010 for SharePoint

Start NINTEX Workflows while external data changes.

Main Content

How my external data source fields are mapped to my SharePoint list columns?

The SharePoint Business Data List Connector (BDLC) is used to connect SharePoint lists (no Web Parts) directly to external LOB data.

External data conencted to SharePoint lists

The BDLC automatically creates the list columns required to host your external data source in a SharePoint list. The field names exposed by your select statement are used as column names automatically. But what about the field types and field names?

FIELD TYPES

  • Any numbers, values etc. are mapped to numbers in SharePoint list columns. Please change formatting directly in SharePoint, if required.
  • Any booleans are mapped to SharePoint true/false column types.
  • Any Date/Time fields are mapped to SharePoint data/time column type. Please change formatting directly in SharePoint, if required.
  • Any other field types are mapped to SharePoint text column types. Please change formatting directly in SharePoint, if required.
  • Binary fields (BLOBS etc.) are not supported as this time. Text fields with a default string are created for this type of fields.

FIELD NAMES

SharePoint list column names are automatically created based on data source field names.as delivered by the select statement. The SharePoint column display name is the same as the datasource field name.

Please use the select statement wit aliases directly to give certain columns names, that are different to the source fields, if required, e.g.

SELECT <field name> AS "<new field name>" ...

if your data source supports this type of statement. You can modify the display name of any SharePoint BDLC list column, if required after initial creation manually.

Please note, that special characters in names are processed specifically in SharePoint. There is a 32 character limit for SharePoint internal column names.

You can add additional columns later on after the structure is created (e.g. if the select statement or database structure is changed) using the field name conventions given above.

How to get the existing internal column names from SharePoint? You can do this by using the "Check Mapping" button.

TITLE COLUMN

You should use a single line text field for the Title column in the SharePoint list. If a field name Title is available in the result set, it will be mapped automatically. If the Title field is a primary key, take care about correct internal column name mapping. Don't use the column display name for that.
If no Title field is present, the primary key is used to map the Title column.

ID AND OTHER SYSTEM COLUMNS

Is is not possible to map the item id and other SharePoint system columns like created / modified  etc. by design.

COLUMN PROPERTIES

You can modify column properties after creation of the list structure. Please set single or multi-line text field properties, as required manually. SharePoint allows single line text fields up to 255 characters only.

VIEWS

Please create SharePoint list views without any restrictions to

  • format
  • sort
  • filter
  • group

your data as required.

CALCULATED COLUMNS

You can use calculated columns without any restrictions.

 CHECK MAPPING

Please use the "Check Mapping" button to check the field / column mapping. Every "?" on this screen can indicate a potential mapping problem.