What are Some Decision Matrix Examples?

How Can We Help?

< Back

Answer

Decision Matrix 1

  1. If credit score > 650 and delinquencies == “none” then approve loan application

Else if credit score > 650 and delinquencies > 1 then send loan application for further review

Else reject loan application

  1. If server storage > 80% and server type == “primary” then notify DB Admin

Else if server storage > 70 % and server type == “secondary” then notify DB Admin

  1. If demerit points > 10 and state == “Texas” then revoke license

Else if demerit points > 5 and state = “California” then revoke license

Decision Matrix 2

Decision matrix below checks the total amount of the transaction and sends it for approval to issue a gift card. If the amount does not meet the criteria for the gift card then it goes to all employees and they just process it by taking the amount.

The conditions are

If total amount >500 and Discount Type!= No Discount
Then
Send it for Managers group for approval to issue a gift card
Else
Send it for employees group to process the purchased amount
Comments are closed.

This is the legacy version of the XMPro Documentation site. For the latest XMPro documentation, please visit documentation.xmpro.com

X