  

 

Resources

 ## Breadcrumb

1. [Home](/)
2. [Resources](/resources/resource-center)
3. [Resource Center](/resources/resource-center)
 
  

 

 

# 5 Steps to a Successful Business Process Improvement Project with APT-SCIM

 

 

By Mark Brunelli, Senior Writer

 

 

 

 

 ![banner-image](https://www.tracelink.com/sites/default/files/2021-08/supply%20chain%20issue%20management%20thumbnail%2024.png) 

 

 

 

 

- [Download PDF](/node/20941/pdf)
- [Share](#)
    - [ LinkedIn ](https://www.linkedin.com/shareArticle?mini=true&url=https://www.tracelink.com/resources/resource-center/5-steps-successful-business-process-improvement-project-apt&title=5 Steps to a Successful Business Process Improvement Project with APT-SCIM&summary=Digitalize supply chain issue management with TraceLink. &source=TraceLink "LinkedIn")
    - [ Facebook ](https://www.facebook.com/share.php?u=https://www.tracelink.com/resources/resource-center/5-steps-successful-business-process-improvement-project-apt&t=5 Steps to a Successful Business Process Improvement Project with APT-SCIM "Facebook")
    - [ Mail ](mailto:?subject=5 Steps to a Successful Business Process Improvement Project with APT-SCIM+|+TraceLink&body=https://www.tracelink.com/resources/resource-center/5-steps-successful-business-process-improvement-project-apt "Mail")
    - [ Twitter ](https://twitter.com/intent/tweet?text=5 Steps to a Successful Business Process Improvement Project with APT-SCIM https://www.tracelink.com/resources/resource-center/5-steps-successful-business-process-improvement-project-apt&via=TraceLink "Twitter")
 
 

 

 

 

 

#### Table of contents

 

 

 

*APT-SCIM creates comprehensive incident definitions, provides complete visibility into resolution processes, and its collaborative root cause determination capability supports all types of process improvement projects.*

Manufacturing organizations that digitalize supply chain issue management and resolution processes with a multienterprise collaboration solution—and use the data collected in that system to support continuous improvement methodologies such as Six Sigma—have reduced defects per million by as much as 96%.

This article provides a step-by-step guide to using TraceLink’s collaborative, multienterprise solution,[ Agile Process Teams for Supply Chain Issue Management (APT-SCIM)](https://go.tracelink.com/supply-chain-issue-management-best-practices-handbook.html), to support continuous business process improvement, dramatically reduce defects per million opportunities (DPMO), and reduce repeat deviations by as much as 50%. With APT-SCIM, organizations can:

● Rapidly identify recurring issues that should be targeted for improvement projects.

● Compare recurring issue project candidates by frequency and potential financial impact

● Analyze historical data to determine root causes

● Use change request capabilities to implement permanent improvements

● Monitor the outcome of projects with real-time dashboards.

**5 steps to business process improvement success with APT-SCIM**  
APT-SCIM creates comprehensive incident definitions, provides complete visibility into resolution processes, and its collaborative root cause determination capability supports all types of process improvement projects. For example, here is a look at how organizations use APT-SCIM to support Six Sigma DMAIC continuous improvement projects:

![](https://www.tracelink.com/sites/default/files/Picture1.png)**Step 1: Define**  
APT-SCIM empowers all internal team members and external supply chain partners to report incidents as soon as they occur. The solution guides users through a progression of easy-to-use dropdown lists to capture a complete definition of the issue. Teams can easily add new data collection fields to support the unique requirements of their organization and supply chain

![](https://www.tracelink.com/sites/default/files/Add%20Incident%20Dashboard.png)**Step 2: Measure**  
APT-SCIM collects quantitative and qualitative values and leverages dashboards to help supply chain managers better understand troublesome internal processes, recurring issues, problematic partners that require help, and the severity of individual issues. With APT-SCIM, teams can collect and measure data related to things like number of issues, issue resolution times, financial impact, root causes, and the priority and severity of recurring issues.

**Step 3: Analyze**  
Use issue resolution history and root cause assessments collected during the APT-SCIM incident management process to identify recurring and high-impact problems. APT-SCIM documents root causes during the incident resolution process for further analysis to identify repeat deviations

![](https://www.tracelink.com/sites/default/files/screenshot-root-cause.png)**Step 4: Improve**  
Leverage the collaborative, virtual environment APT-SCIM provides to work closely with internal and external subject matter experts, develop corrective and preventative actions (CAPA), and implement permanent improvements.

![](https://www.tracelink.com/sites/default/files/monitor%20incidents.png)**Step 5: Control**  
Use configurable real-time dashboards to track partner performance and the effectiveness of business processes that have been modified. APT-SCIM gives supply chain teams the tools and data needed to determine defects per opportunities; identify the current number of defects; and set goals for reducing defects per million.

**Eliminate recurring issues and reduce repeat deviations with APT-SCIM**  
Organizations get the most powerful results in terms of reducing repeat deviations when they target internal operations and supply chain partners with high incident counts. This leads to improved on-time, in-full delivery performance, a reduction in the cost of goods, increased revenue, and fewer supply chain disruptions.

****[Learn more about how to use APT-SCIM to support continuous business process improvement. Download our new handbook today. ](https://www.tracelink.com/agile-supply-chain/resources/supply-chain-issue-management-best-practices-handbook)**

[*Learn more in our Supply Chain Issue Management Resource Center.* ](/knowledge-base)



 



 

[Blog](/category/blog)[Supply Chain Collaboration](/category/supply-chain-collaboration)[Supply Chain](/category/supply-chain) 

 

 

 

#### Table of contents

 

 

 

Download the Supply Chain Issue Management Best Practices Handbook!

 

Fill out the form to download the eBook now.


    document.addEventListener("DOMContentLoaded", function() {
        // Delay the execution by 2 seconds (2000 milliseconds)
        setTimeout(function() {
            (function() {
                'use strict';
                // Load Marketo form
                MktoForms2.loadForm("//go.tracelink.com", "776-BAW-230", 2253);
            })();
            
            // Wait until the Marketo form is loaded
            MktoForms2.whenReady(function(form) {
                var formElement = document.getElementById('mktoForm_2253');
                if (!formElement) {
                    console.error("Form with id 'mktoForm_2253' not found.");
                    return;
                }
                
                var formLocation = formElement.querySelector("input[name=formLocation]");
                
                // Get the current URL and set the formLocation field
                if (formLocation) {
                    var currentURL = window.location.href;
                    formLocation.value = currentURL;
                }
                // Add onSuccess handler
                form.onSuccess(function(values, followUpUrl) {
                    
                    var formElem = form.getFormElem()[0];
                    if (formElem) {
                        formElem.style.display = 'none';
                    } else {
                        console.warn("Form element could not be found to hide it.");
                    }
                    var confirmMessage = document.getElementById('confirmform');
                    if (confirmMessage) {
                        confirmMessage.style.display = 'block';
                    } else {
                        console.warn("Confirmation message with id 'confirmform' not found.");
                    }
                    
                    return false;  // Prevent the form from submitting normally
                });
            });
       }, 2000);  // Delay for 2 seconds
    });
**Thank you. Check your email for a copy of the content you requested.**





 

 

 

 

 

 

 

##### Related Content

 

 [ ![Supply Chain Issue Management](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2021-08/supply%20chain%20issue%20management%20thumbnail%2010_0.png.webp?itok=yKK2iiFq) ](/resources/resource-center/three-essential-capabilities-prevent-supply-chain-issues-from-escalating-supply-chain-disruptions) 

#####  Three Essential Capabilities That Prevent Supply Chain Issues From Escalating into Supply Chain Disruptions 

 Companies that have digitalized supply chain issue management have seen significant supply chain performance improvements. 

 

 [View More](/resources/resource-center/three-essential-capabilities-prevent-supply-chain-issues-from-escalating-supply-chain-disruptions) 

 

 [ ![line-management](https://www.tracelink.com/sites/default/files/styles/resize_image_style_640_480/public/2021-08/supply%20chain%20issue%20management%20thumbnail%2013.png.webp?itok=uV2FbIm-) ](/resources/resource-center/how-major-manufacturer-improved-delivery-performance-82-and-avoided-100-annual-cost) 

#####  How a Major Manufacturer Improved Delivery Performance by 82% and Avoided $100M in Annual Cost 

 A major manufacturer embarked on a critical operational excellence initiative to manage the quality and operational performance of its suppliers, with the aim of ensuring reliable delivery of goods and services from highly capable suppliers—without interruption. 

 

 [View More](/resources/resource-center/how-major-manufacturer-improved-delivery-performance-82-and-avoided-100-annual-cost)