%
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
%>
Global VP Sales
Job activities
Manage a direct sales team of 6 (3 in US, 3 in Europe)
Oversee selling activities with SAP (partner to KSS)
Coordinate sales support within Professional Services/Development Departments.
Co-manage actions with VP Business Development to open new territories in Latin America, Asia, China and India.
To whom they report
C.E.O.
Who reports to him/her
All members of the Sales Team
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
Strong sales management experience (bring discipline and accountability)
Ability to assimilate technical software and explain usage and benefits
Proficiency in MS Office Tools (Word, Excel, Access, PowerPoint, Project, Outlook)
Experience
Must have Global software sales experience.
Experience and contacts in the following industries preferred; Grocery and C-store Retail, Oil and Gas and Independent Refiners
Must have Consultative Selling experience in selling value add process with niche software and consulting
Appraisal
The appraisal is held annually by the C.E.O.
<% 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
%>