Posts tagged “SharePoint”
All posts with this tag, newest first.
16 Posts found
RSSNew Video - Seamless Integration of SAP and SharePoint using ERPConnect Services
July 21, 2016
Theobald Software published a new and very nice explanatory video about the seamless integration of SAP and SharePoint using ERPConnect Services.
New Video - ERPConnect Services Runtime Connecting a Nintex Workflow with SAP
August 27, 2015
Theobald Software published a new video about how to use the ERPConnect Services Runtime to connect a Nintex Workflow with SAP.
New article about building an OData web service in ECS WebService Designer for SharePoint 2013 Workflow
April 18, 2015
A knowledge base article on building an OData web service in the ECS WebService Designer and calling it from a SharePoint 2013 workflow. (updated September 2026)
New knowledge base article about how to access SAP data via ECS Core from SharePoint Online
November 11, 2014
A provider-hosted SharePoint Online app that reads SAP data through ECS Core, with single sign-on via Azure AD and ADAL. (updated September 2026)
New article about how to import OData-based BDC Model in SharePoint Online
October 20, 2014
How to create an external content type from an OData service and import the BDC model into SharePoint Online, where SharePoint Designer cannot do it.
New SHAREPoint Kompendium Magazin Article About ECS Web Service Designer
July 9, 2014
Magazine article in the SHAREPoint Kompendium about the ECS Web Service Designer, which designs SAP-driven web services for SharePoint without code.
How To Design WCF Services For SharePoint 2013 Without Writing Code Using ECS Web Service Designer
February 20, 2014
Theobald Software just released the ECS Web Service Designer for SharePoint 2010/2013 and ECS Core. The designer is part of the product suite ERPConnect Services, a suite which allow you the complete range of data integration between SharePoint and your SAP system.
How To Integrate SAP Business Data Into SharePoint 2010 Using BCS Services And BCS Connector From Theobald Software
March 17, 2013
I have developed a new version of the popular "MSN-like Stock Quotes Add-In For Excel 2007" for Excel 2013. The user defined function PSQ is exactly the same used in the previous version, but it will retrieve stock data asynchronously.
Using ERPConnect Services To Integrate SAP Business Data Into SharePoint 2010
February 3, 2012
SharePoint 2010 provides developer with the capability to integrate external data sources like SAP business data via the Business Connectivity Services (BCS) into the SharePoint system. The concept of BCS is based on entities and associated stereotyped operations. This perfectly suits for flat and simple structured data sets like SAP tables.
Theobald Software released ERPConnect Services for SharePoint 2010
November 30, 2011
Theobald Software GmbH is finally releasing an existing new product to integrate SAP business data into SharePoint 2010. ERPConnect Services is its name and consists of 3 components, which allow you the complete range of data integration between SharePoint and your SAP ERP/BW system.
FluentSP - The Fluent SharePoint API
September 19, 2011
Once you are doing a lot of SharePoint programming you know you often have to write lengthy pieces of code to implement simple tasks like querying SharePoint lists. Nowadays you can read a lot of fluent APIs or fluent interface. For instance, jQuery, a JavaScript library that had successfully introduced a fluent API to handle the hierarchical structure of the HTML documents. (updated September 2026)
ParagoServices - A SharePoint 2010 Service Application Sample
September 14, 2011
The new Service Application Architecture in SharePoint 2010 is a replacement of the Shared Service Provider (SSP) architecture known from SharePoint 2007. The framework offers greater flexibility in configuring, scaling and administrating SharePoint shared services. (updated September 2026)
How To Implement A Generic Template Engine For SharePoint 2010 Using DotLiquid
May 4, 2011
During the process of creating a complex SharePoint application you often need to send mails and create text files based on SharePoint data elements like SPListItem or SPWeb. Mail templates for instance mostly contain specific list item data. It would be helpful sometimes if the text generation itself is template-driven.
How To Export SharePoint Task List Data To PDF Using A Templating System
April 26, 2011
A couple of times I had the situation where I needed to export SharePoint list data into a PDF file in a customized way. I wanted to use some kind of template technology to translate SharePoint list data into a PDF file.
How To Implement A Custom SharePoint 2010 Logging Service For ULS And Windows Event Log
January 16, 2011
Prior to Microsoft SharePoint 2010 there was no official documented way to programmatically use the built-in ULS service (Unified Logging Service) to log own custom messages. There are still solutions available on the internet that can be used, but SharePoint 2010 now supports full-blown logging service support.
Using A Custom Authentication Provider For The SharePoint 2010 BCS Administration Object Model
November 15, 2010
The SharePoint 2010 Business Connectivity Services (BCS) are providing an Administration Object Model to manage all kind of BCS objects. You can use the an Administration Object Model to programmatically create BDC models, LOB system and instances, Entities and Methods. The Microsoft SharePoint Designer is using the object model itself to let you generate External Content Types (ECT).