Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Sharepoint the right platform for large ERP applications?

Tags:

sharepoint

erp

I have been tasked with developing some large ERP applications (some legacy apps being rewritten and some new apps) in Sharepoint. As I've come up to speed in Sharepoint, I see the value and ease of creating team sites, and the examples I've found online and in books are all tailored to intranet department portals, or simple line-of-business apps for companies that don't have large legacy ERP systems. I have begun to believe that if one is going to create a large application that interfaces to several different legacy systems and spans several departments, that building custom webparts in Sharepoint just isn't the way to go.

Is Sharepoint a viable application framework for creating and hosting large ERP applications?

If so, can anyone please point me to references describing the architecture of such a system?

If not, can anyone please point me to references that I can cite as arguments for not using it?

like image 233
Geoff Avatar asked Jan 29 '09 13:01

Geoff


People also ask

Can SharePoint be used as an ERP?

SharePoint ERP integration gives users a unified view of content in SharePoint and data from the ERP system increasing individual and team productivity. This results in IT extending the value from its ERP investment by expanding the use of this technology throughout the organization.

What is ERP and SharePoint?

June 6, 2021. GO ERP is a fully integrated suite of business modules that encompasses the traditional ERP functionality. SharePoint is a document management and storage system.

What is an ERP platform?

Definition of enterprise resource planning (ERP) Enterprise resource planning (ERP) refers to a type of software that organizations use to manage day-to-day business activities such as accounting, procurement, project management, risk management and compliance, and supply chain operations.

Is Salesforce an ERP system?

Salesforce is not an ERP. Salesforce offers various business solutions, which can be integrated to enhance and support your ERP but it does not provide an ERP product. At the heart of Salesforce is its CRM — Customer 360, which is the world's #1 CRM system.


1 Answers

As someone who has spent the last 15 years writing ERP applications I would say Sharepoint would be an extremely bad choice upon which to build an ERP product.

  • The Sharepoint table structures would be very ineffective for producing reports.
  • There is very limited capability for validating data.
  • There is no native support that I am aware of for maintaining the integrity of relation ships between documents.

Sharepoint works well as a portal into existing LOB applications, not as a platform to build a data-rich application on top of.

like image 180
Darrel Miller Avatar answered Sep 22 '22 11:09

Darrel Miller