The purpose of this assignment is to consider supply chain management (SCM) and SCM systems within the context of business strategy. Choose any organization and prepare a one-page summary. Include the following in the summary: organization name, primary customer base, and how they differentiate themselves in the market. You are free to choose any organization that provides products to its customers. Avoid organizations that primarily provide services, such as financial service firms, insurance firms, and the like. Good candidate organizations may include Microsoft, Coca-Cola, Nordstrom, or Wal-Mart. You can search for Companies via the Lexis Nexis search widget on the library’s homepage.
Use the following questions to guide your paper:
- Above-the-line versus below-the-line: In what ways could your organization use its supply chain management system to support above-the-line initiatives? In what ways could your organization use its supply chain management system to support below-the-line initiatives?
- Porter’s Five Forces Model: In what ways could your organization use its supply chain management system to: (1) reduce buyer power as a supplier, (2) reduce supplier power as a buyer, (3) reduce the threat of substitute products or services, and (4) reduce the threat of new entrants?
- Value Chain: Within your organization, is supply chain management a support value process or a primary value process? Please justify your answer.
Research and cite at least three credible outside sources besides the textbook for the content of your paper. You may want to review the assignment criteria found in the Rubric. Remember to use proper citations and references, and adhere to APA Requirements
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

