This article outlines the steps to create and use the Supplier Scorecard Criteria in iVendNext.
The Supplier Scorecard Criteria are the specific metrics used to evaluate supplier performance in iVendNext. These criteria can include factors such as delivery timeliness, item quality, responsiveness, and cost efficiency. By defining and weighting these criteria, businesses can create a comprehensive evaluation system that reflects their priorities and helps them identify high-performing suppliers.
Before setting up Supplier Scorecard Criteria, ensure that the following prerequisites are met:
Supplier Creation: The suppliers you want to evaluate must already be created in iVendNext. If not, refer to the Understanding Suppliers in iVendNext guide to create them.
Transaction History: There should be some transaction history (e.g., purchase orders, deliveries) with the suppliers to evaluate their performance.
Navigate to Supplier Scorecards: Go to Home > Buying > Supplier Scorecard to access the Supplier Scorecard List View.
Click on New: Click the "New" button to create a new Supplier Scorecard.
Select a Supplier: Choose the supplier you want to evaluate from the dropdown list.
Set the Evaluation Period: Define the evaluation period (e.g., weekly, monthly, or yearly) during which the supplier’s performance will be assessed.
Add Criteria: Add the criteria you want to evaluate, such as:
Delivery Timeliness: Measures whether the supplier delivers items on time.
Item Quality: Tracks the percentage of items accepted versus rejected.
Responsiveness: Evaluates how quickly the supplier responds to RFQs and other communications.
Cost Efficiency: Assesses whether the supplier offers competitive pricing.
Assign Weights: Assign a weight to each criterion based on its importance. The total weight of all criteria should add up to 100.
Save the Scorecard: Once all criteria are defined, click "Save" to create the Supplier Scorecard.
Flexibility: You can define custom criteria that reflect your business priorities. For example, if sustainability is important, you can add a criterion for environmental compliance.
Weighting: Each criterion can be weighted differently, allowing you to prioritize certain aspects of supplier performance over others.
iVendNext provides pre-established variables that can be used in the scoring formulas, such as:
Total Number of Items Received: The total number of items received from the supplier.
Total Number of Accepted Items: The number of items accepted without issues.
Total Number of Rejected Items: The number of items rejected due to quality or other issues.
Total Amount Received: The total monetary value of items received from the supplier.
In addition to pre-established variables, you can create custom variables to evaluate specific aspects of supplier performance. For example, you could create a variable to track the number of on-time deliveries.
iVendNext allows you to create custom evaluation formulas using mathematical functions such as addition, subtraction, multiplication, and division. You can also use conditional statements (e.g., if/else) to handle edge cases.
Example Formula:
({total_accepted_items} / {total_received_items}) if {total_received_items} > 0 else 1
Info: This formula calculates the percentage of accepted items, but defaults to 1 (100%) if no items were received.