Shows Rules Designer with the Department Manager Finder Ruleset with the Find rule. Tree Mode is selected. The rule includes the following:

ROOT: Employee

IF

Employee/DepartmentsView.ManagerID == Employee.EmployeeID

THEN

retract Employee

assert new MessageAction ( <add property> message: Employee.FirstName + " " + Employee.LastName + " is the manager of dept "+ Employee/DepartmentsView.DepartmentName )