Tim Norman

Vice President - Enterprise Sales at Enrollment123

Tim Norman has over 18 years of experience in sales and sales management. Tim began their career at Applied Systems in 2003, where they held various roles including Vice President- Sales, Area Vice President- East, Northeast Regional Manager, Director of Sales, and Senior Sales Consultant. During their time at Applied Systems, they were responsible for growing the Northeast Region, changing the sales culture, and successfully negotiating large system contracts. Tim also achieved President's Club status from 2005-2009, and was named the 2004 Rookie of the Year. In 2022, they joined Enrollment123 as Vice President - Enterprise Sales.

/*

* To change this license header, choose License Headers in Project Properties.

* To change this template file, choose Tools | Templates

* and open the template in the editor.

*/

package com.mycompany.mavenproject1;

import java.util.ArrayList;

import java.util.List;

import javax.xml.bind.annotation.XmlElement;

import javax.xml.bind.annotation.XmlRootElement;

/**

*

* @author schueler

*/

@XmlRootElement

public class ListOfPersons {

@XmlElement(name="person")

private List<Person> persons = new ArrayList<>();

public List<Person> getPersons() {

return persons;

}

public void setPersons(List<Person> persons) {

this.persons = persons;

}

}

Links

Previous companies

Applied Systems logo

Org chart