Decision Matrices are the Business Rules Engine component used to map combinations of application inputs to defined outputs such as application fees. Salesforce describes a Decision Matrix as a lookup table containing input values and corresponding output values. When an Expression Set invokes the matrix, Business Rules Engine finds the row matching the supplied inputs and returns the output associated with that row.
Salesforce specifically documents Decision Matrices for Public Sector application-fee calculation . For example, a business licensing matrix can contain authorization category and authorization type as inputs and a base application fee as the output. Different application characteristics can therefore automatically resolve to different required fees without custom code.
This architecture is preferable to hard-coding fee mappings because administrators can update the Decision Matrix as legislation, agency policy, permit categories, or fee schedules change. Expression Sets can subsequently call the matrix and perform additional calculations when needed.
"Data matrices" isn't the Business Rules Engine component name used for this function. Workflow Field Updates and Process Builder are legacy Salesforce automation capabilities; neither provides the structured multidimensional policy lookup behavior required for configurable fee schedules.
Salesforce's current BRE portfolio also includes Decision Tables , which support advanced rule logic, but for the specific matrix-based fee-mapping architecture represented by this exam item, Decision Matrix is the required answer.
Study Guide Reference: Public Sector Solution Product Configuration – Business Rules Engine; Decision Matrices; Expression Sets; automated application-fee calculations.