Do you do know the best technical solution to enable purchase approvals?

Last updated by Tiago Araújo [SSW] over 1 year ago.See history

This rule has been archived
Archived Reason: Requested by Stephan

This is one of the most common workflows that every company needs.

Companies have employees who make purchase requests, then business rules get fired, then you wait for approval.
E.g. If less than $1K, then your direct manager can approve.

Unfortunately, no one has an out of the box solution for this, so here are your choices:

Choices:* TFS 2012 (too hard) You can have requests go in as a work items but there is no workflow service that runs on the server, so the workflow would have to be in a separate web service using WF4.

  • SharePoint 2013 (recommended) SharePoint doesn't have an out of the box solution. To configure it, have the purchase requests go into SharePoint lists and then the workflow service that runs on the server (using WF3 under the covers) can have business rules added.
  • CRM 2011 CRM also needs an out of the box solution. You can have requests go into as CRM Entities and there is a workflow service that runs on the server, using WF3 under the covers.
  • JIRA Jira supports workflows and approvals, like SharePoint, but it is not .NET

Suggestion to Microsoft: Please provide an out of the box solution for CRM and SharePoint, so we don't have to configure this for each client.

We open source. Powered by GitHub