%
If IO.File.Exists(server.mappath("/includes/ksstop.aspx")) Then
server.execute("/includes/ksstop.aspx")
elseif IO.File.Exists(replace(server.mappath("/includes/ksstop.aspx"),"\CMS\","\test\")) Then
server.execute("/includestst/ksstop.aspx")
End if
%>
<%
Dim getSect as String
Dim thissect as String
getSect = lcase(Request.ServerVariables("PATH_INFO"))
select case true
case instr(getSect,"software") > 0
thissect = "1"
case instr(getSect,"analytics") > 0
thissect = "2"
case instr(getSect,"consulting") > 0
thissect = "3"
case instr(getSect,"pricemanagement") > 0
thissect = "4"
case instr(getSect,"ourtechnology") > 0
thissect = "5"
case instr(getSect,"aboutus") > 0
thissect = "6"
case else
thissect = "0"
end select
%>
<%
dim ActiveURL as string = Request.ServerVariables("URL")
Dim reSpl = split(ActiveURL,"/")
dim getTotalDir as string
getTotalDir = "/" + reSpl(0) + "/" + reSpl(1) + "/"
dim stFilePath as string = server.mappath(getTotalDir + "leftmenu.aspx")
If IO.File.Exists(stFilePath) Then
server.execute(getTotalDir + "leftmenu.aspx")
End if
%>
Sales Person
Job activities
Deliver new business sales
Convert sales leads into signed commitments
Research own leads and contacts to support the above
Work with and support software and consulting partners on sales opportunities
Meet revenue targets on a 3 monthly basis defined by the Global VP Sales
Provide high-level account management to existing clients to locate further revenue opportunities
Identify opportunities for further sales
Negotiate terms for software evaluations, services, licensing & maintenance and implementation agreements
Produce proposals
Aid in the development of sales support materials, including presentations
Report progress on a weekly basis including by updating a sales pipeline
Produce sales visit reports following each client visit.
Ensure compliance with Company Sales processes
To whom (s)he reports
Global VP Sales
Who reports to him/her
N/A
Skills/abilities required
Excellent interpersonal skills including well developed oral and written communication skills
Strong relationship management skills and the ability to make C-level presentations
Ability to build long-term relationships
Good closing ability
Good time management
Skilled negotiator, tenacious and determined
Respond well to time pressures and deadlines
Prepared to travel extensively including extended time away from home
Numerate with good understanding of corporate finance
For roles in EMEA French and/or Spanish would be considered an advantage and for roles in USA Spanish would be considered an advantage
Ability to assimilate technical software and explain usage and benefits
Proficiency in MS Office Tools (Word, Excel, Access, PowerPoint, Project, Outlook)
Experience
Relevant industry experience on an International basis
High-level sales – board level or near-reports in major companies
Complex software systems, vertical markets, combination of software & services
Minimum 5 years relevant sales experience
Experience of complex and high value licence and service sales, e.g. 9 to 12 months cycles and >£1m
Appraisal
The appraisal is held annually by the Global VP of Sales
<% If thissect = "1" then %>
<% end if%>
<%
If IO.File.Exists(server.mappath("/includes/kssbase.aspx")) Then
server.execute("/includes/kssbase.aspx")
elseif IO.File.Exists(replace(server.mappath("/includes/kssbase.aspx"),"\CMS\","\test\")) Then
server.execute("/includestst/kssbase.aspx")
End if
%>