%
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
%>
Customer Care Analyst
Position Profile:
The Customer Care Analyst has responsibility for implementing best practice support procedures, resolving client support issues, capturing and reporting on those issues, assist in documentation of client training materials and testing software releases prior to implementation on client’s production environments – in line with KSS’s procedures.
This position reports to the VP of Customer Care and plays a lead role in:
Supporting KSS’s clients to minimize software downtime
Assisting Professional Services generate profitable revenue by identifying opportunities to sell services and consultancy through a proactive understanding of the clients needs
Providing world class client support and documentation through the maintenance of a user support knowledgebase
Influence product integrity, stability, revisions, and evolution based on customer feedback
Carry out testing of newly developed functionality before it is installed in the client’s production environment to verify correct operation of software
Provide a point of reference within the operations team for product features, their underlying principals, usage and capabilities, and known issues
Principal Accountabilities:
Manage and maintain a Support Desk to provide first line support for KSS’s clients.
Operation of the helpdesk software (HEAT)
1st line support and troubleshooting using remote access tools and knowledge base
Upkeep and maintenance of the helpdesk knowledge base
Upkeep and maintenance of client support contact information
Become a PriceNet ‘Power User’ with functional knowledge of each implementation
Provide technical product support within Clients’ Service Level Agreement
Investigation and correction of errors, and management of defect reporting from clients
Manage communication with clients to provide progress updates where necessary
Develop and manage the provision of proactive support desk management reports – both for the client and KSS employees
Liaise with KSS’s Development Team to highlight functionality that could be improved or developed
Liaise with Professional Services to indicate revenue opportunities e.g. reports, training, new requirements
Work with relevant KSS employees and liaise with clients to develop, produce and maintain training materials to ensure PriceNet users are maximizing the software’s functionality
Work with relevant KSS employees to rigorously test new functionality and fixes prior to installation on client servers
Develop effective working relationships with other departments, groups and personnel with who work must be coordinated or interfaced
Where required, adopt flexible work time schedules and perform after-hours “standby” duties on a rotational basis
Position Requirements:
Excellent SQL knowledge – both theoretical and practical
Strong time-management skills and experience in dealing with clients in a time-critical, demanding environment
Strong sense of application, discipline and rigor
Strong analytical and problem solving skills with an ability to think outside the box
Ability to work well under pressure maintaining a systematic and logical approach
Excellent communication abilities – both written and oral
Prepared to work a flexible schedule where required
Experience of client interaction on a technical or project basis, ideally within an IT/software company
Degree in relevant IT, Engineering or Analytical business subject
Professional qualifications desirable
Relevant product domain experience is preferred.
For career enquiries please contact us at the following email address: careers@kssg.com
<% 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
%>