Posts Tagged ‘sharepoint’

Merit Solutions Selected for Microsoft’s Partner Business Systems (PBS) Pilot

Friday, October 22nd, 2010

Merit Solutions has been selected by Microsoft as 1 of 6 Worldwide Partners to participate in their Partner Business Systems (PBS) Pilot Program, effective July, 2010. The Partner Business Systems is part of the Microsoft Dynamics Partner Readiness Strategy, which represents Microsoft’s commitment to deliver subsidized advanced training, guidance and systems to set a trajectory for profitable growth.  Partner Business Systems helps partners monitor, manage and scale their businesses.

Merit Solutions has been chosen as the pilot partner for Microsoft Dynamics AX, Microsoft Dynamics CRM, and Microsoft SharePoint integrations.

What is Partner Business Systems?

  • CRM and  ERP applications that help Partners automate, manage and track key business processes
  • Systems that incorporate Microsoft’s best practice sales, implementation and financial processes
  • BI tools that provide insight into business results and critical KPIs, both leading and lagging
  • Web services that ease integration and collaboration with Microsoft

Why Partner Business Systems Matters:

  • Partners need complete insight into business critical KPIs
  • Partners’ systems need to capture key performance data
  • Partners need proper infrastructure to enable scalability and growth
  • Collaboration capabilities are needed across the Dynamics eco-system
  • Partner Business Systems improves business insight/oversight and enables scalability
  • Partner Business Systems automates and supports best practice business processes

SharePoint Web Services – Creating New Sites

Thursday, December 31st, 2009

SharePoint offers a very good object model which allows a developer to achieve just about anything. But what happens in situations when the developer must achieve certain functionality, but his or her code is not running on a server hosting SharePoint? That’s where the SharePoint Services step in.

Anyone who has tried to manage content in SharePoint using SharePoint Services knows that it can be a very challenging task. A lot of functionalities are limited, or don’t exist at all. Some of them are very basic and it can be a real mind cracker when it comes to the development of more complex functionalities. For example, there is no service that provides the method to delete a web site – a quite extraordinary fact, if I may add. Of course, the developer may develop a custom web service and use it for his or her purpose. However, sometimes a client requires the development of an application which is not allowed to add anything to the server machines. When that happens, the only tool left for the developer to use is the existing coding arsenal and his or her wit.

One of the very common and basic functionalities that may arise in the never ending list of client requirements is to develop a code which creates SharePoint sites. This should be rather easy, right? Well, not quite so. On this MSDN page you may see the list of all available web services. A web service websvcSites may appear tempting judging by its name, but it deals with the site content migration and site templates information. The websvcAdministration web service “provides methods for managing a deployment of Windows SharePoint Services, such as for creating or deleting sites”, as stated on the page. Unfortunately, by the term sites the documentation actually refers to site collections, thus our problem still remains unsolved.

The solution, believe it or not, lies in the web service called websvcMeetings. This service contains a class Meetings with a method CreateWorkspace. The purpose of this method is to create SharePoint meeting workspaces. It may seem odd to use such a method, because we are not actually trying to create a meeting workspace, but a site instead. The key lies in one of the method arguments – site template. By providing a site template other than the meeting workspace template, the method will create a corresponding site. This small trick extends the purpose of the method and solves the challenge of creating SharePoint sites using SharePoint web services.

The complete list of SharePoint’s default site templates can be found on this page. For custom templates, the developer should provide the name of the site template file which has been previously uploaded to the site collection’s site template gallery.

There are a few disadvantages with this method. For example, there is no option to set the permissions inheritance or whether the new site will contain the top navigation bar from its parent site. Actually, there are no SharePoint web services for the top navigation what so ever. This and many other disadvantages are eagerly expected to be implemented and enriched in the future releases of SharePoint platform.

Microsoft SharePoint 2010 Sneak Peek for Developers

Wednesday, July 15th, 2009

View a sneak peek of Microsoft SharePoint 2010 for Developers. SharePoint 2010 provides a robust development platform to rapidly build solutions using familiar tools like Visual Studio 2010 and SharePoint Designer 2010. Developers gain access to a rich set of out-of-the-box features such as Business Connectivity Services for read/write integration between external application data, the web, and Office 2010 client.

Feature Highlights:

  • Visual Studio 2010 SharePoint Tools
  • Language Integrated Query (LINQ) for SharePoint
  • Developer Dashboard
  • Business Connectivity Services
  • Client Object Model (OM)
  • Silverlight Web Part

View the Sneak Peek Video:

Microsoft SharePoint 2010 Sneak Peek for Developers

Microsoft Office SharePoint Practices: Usage of Content Types

Wednesday, June 3rd, 2009

We have posted a new MeritCare Training Session, this one covering Microsoft Office SharePoint Server.

Microsoft Office SharePoint Practices: Usage of Content Types

Site content types in the Microsoft Office SharePoint platform are defined as a reusable group of settings for a category of content. In this training session, we will present their usage to manage the metadata, templates, and behaviors of items and documents consistently. We will show you how to organize the content of your collaboration portal in a meaningful way and associate the same capabilities to your content across your document management solution.

Date: 7/08/2009
Time: 10:00 – 11:00 CST

Register now for the free Microsoft Office SharePoint Practices training session.

SharePoint Designer 2007 Available as a Free Download

Thursday, April 2nd, 2009

Coming from the Microsoft SharePoint Team Blog, starting today (April 2, 2009), SharePoint Designer 2007 will be available as a free download.

The team is hoping this free download will lead to more SharePoint Customizations.

Learn more about the free download on the MSDN SharePoint Team Blog site.