MOSS ఉపయోగించి MRO వర్క్ఫ్లో కేసు అధ్యయనం, SPD, InfoPath & వెబ్ సేవలు.

అవలోకనం

ఈ ఎంట్రీ వాస్తవ MRO వర్ణించే ఒక అధ్యయనాన్ని వర్ణిస్తుంది (నిర్వహణ, మరమ్మతు మరియు ఆపరేషన్స్) MOSS అమలు వర్క్ఫ్లో అనుమతి విధానం.

ఈ ఒక బాహాటంగా సాంకేతిక చర్చ లేదు, కానీ బదులుగా MOSS వేదిక వాస్తవ ప్రపంచ అవసరం కలుసుకున్నారు ఎలా చూపించే వాస్తవ ప్రపంచ ఉదాహరణకు అందించడానికి పనిచేస్తుంది.

(This entry is cross posted between http://paulgalvin.spaces.live.com మరియు http://blogs.conchango.com)

నేపద్యం

The client’s MRO process had been characterized by the following

  • Manual approval process.
  • Some support using excel spreadsheets.
  • Irregular approval process. The same MRO purchase approval process would vary day to day, person by person.
  • Lots of paper and hand-written signatures — purchase requisitions required up to 3 written signatures before final approval.

The objectives of this project included:

  • Fully automate the process.
  • Enforce enterprise standards for approval.
  • Provide consolidated view of MRO purchasing to various managers.
  • Detailed audit trail.

As a side effect of the solution, written signatures were no longer required.

Approval Process

The approval process consists of four "swim lanes": Originator, Direct manager, Functional manager and division manager.

Originator:

Sees the need for the purchase and starts the process. Note that the originator may or may not actually enter the purchase requisition, but instead direct another staff member to do so. కొన్ని సార్లు, the originator does not have the technical expertise to fill out the PO requisition. ఉదాహరణకు, a user may want to requisition a new laptop computer, but does not know the best vendor, IT standards, మొదలైనవి. ఈ సందర్భంలో, the originator works with IT and IT actually fills out the requisition.

Direct manager:

This is the direct manager of the originator (which may be different from the person who actually entered the PO requisition into MOSS). Direct managers must approve the PO requisition before the system seeks approval further down the line.

ఫంక్షనల్ మేనేజర్:

The functional manager is the individual responsible for ensuring that the proposed purchase conforms to enterprise standards within the scope of a particular corporate function. ఉదాహరణకు, IT purchases are approved by an IT functional manager.

విభజన మేనేజర్:

Division managers approve purchase requisitions strictly by dollar amount. Division manager approve purchase requisitions in excess of a configurable dollar amount.

సొల్యూషన్

We used the following tools and components to implement the solution:

MOSS: Serves as the platform off which everything else "hangs". MOSS provides bedrock services for security, మాస్టర్ డేటా, audit trails and other features.

InfoPath forms services: A MOSS component, this enables users to fill out purchase requisitions via a web browser.

SharePoint డిజైనర్ (SPD): We used SPD to implement the automated workflow process.

Web Service: A c# web service enhances the user experience by enabling cascading selections lists in the InfoPath form and provides better performance with respect to filtering data. చూడండి ఇక్కడ for a technical deep dive on this subject and our reasons for using it.

కస్టమ్ జాబితాలు: MOSS user profiles provided a given user’s direct manager, but did not provide most of the data that controlled workflow decisions (ఉదాహరణకు. whether the divisional manager is required to approve the PO requisition). We used custom lists in an "Enterprise Data" site to maintain data such as "Divisional Manager Approval Dollar Amount", "Functional Area Manager" and so forth. Lists integrated very nicely with InfoPath and also provide create/update/delete (CRUD) functionality with auditing and security out of the box.

Use Case

This use case illustrates how the solution fits together:

  1. Paul wants a new laptop. He describes his needs to Vivek, an IT person familiar with corporate laptop standards, preferred vendors, మొదలైనవి.
  2. Vivek logs into MOSS, accesses the PO Requisition form and enters the requisition on behalf of Paul. The form prompts Vivek for a purchase category which then uses the web services to populate a drop-down list of company-approved vendors. Vivek also specifies the corporate functional area of this purchase (ఉదాహరణకు. "IT" or "Finance").
  3. SPD ఆధారిత వర్క్ఫ్లో మొదలవుతుంది, నిర్ణయిస్తుంది పాల్ యొక్క ప్రత్యక్ష మేనేజర్ మరియు మార్గాలను తన మేనేజర్ కు వ్రాతపూర్వకమైన ఆదేశము, స్టేసీ.
  4. స్టేసీ కొనుగోలు వ్రాతపూర్వకమైన ఆదేశము ఆమోదించిన.
  5. SPD workflow inspects the requisition and determines it’s an IT purchase. It routes the workflow to the IT functional manager, Wonson.
  6. Wonson వ్రాతపూర్వకమైన ఆదేశము ఆమోదించిన.
  7. SPD వర్క్ఫ్లో మళ్ళీ వ్రాతపూర్వకమైన ఆదేశము inspects మరియు కొనుగోలు మొత్తం ఒక maxium డాలర్ మొత్తం మించి భావించాడు మరియు ఆమోదం కోసం డివిజన్ మేనేజర్కు మార్గాలను.
  8. డివిజన్ మేనేజర్ కొనుగోలు వ్రాతపూర్వకమైన ఆదేశము ఆమోదించిన.

గమనికలు

  • The use case demonstrates a "clean" run with no rejections or jumps.
  • Every approver has the ability to approve or reject the requisition as well as provide written comments. These are logged in the audit trail.
  • If a responsible manager rejects the purchase requisition at any point, the PO requisition is "dead" and the process must be started from the beginning.
  • Workflow notifies the originator at every step of the process.
  • No written signatures — the client determined (after some forceful recommendations) that the audit trail as provided via workflow history, served their auditing needs.
  • Effort — it took approximately three man weeks to implement this solution.

ముగింపు

This solution leverages MOSS as a development and run-time platform. The client was able to leverage core MOSS features to automate a routine business process that affected nearly every employee in the company. With the exception of a simple web service (which itself leverages MOSS), almost no actual "programming" was required.

The solution also serves as a "showcase" for the client, demonstrating how different MOSS features can be combined to create a fully featured business application and generate new consulting opportunities in the future.

Glossary

MRO: నిర్వహణ, repair and operations. These purchases typically include items such as notepads, chairs, personal computers, printers, cell phones and the like.

ఒక ఆలోచన "MOSS ఉపయోగించి MRO వర్క్ఫ్లో కేసు అధ్యయనం, SPD, InfoPath & వెబ్ సేవలు.

ఒక Reply వదిలి

మీ ఇమెయిల్ చిరునామా ప్రచురితమైన కాదు. లు గుర్తించబడతాయి *