% theme = Request.Cookies("theme") IF theme = "" THEN theme="bg-theme1" END IF %>
Add Knowledge Base Article
Back to Knowledge Base
Description
*
URL
*
Keywords
Keywords help with search - separate with spaces
Topic
*
-- Select Topic --
<% Dim strSQL, rsApps strSQL = "SELECT appid, appname FROM applications WHERE isactive = 1 ORDER BY appname ASC" Set rsApps = objconn.Execute(strSQL) While Not rsApps.EOF Response.Write("
" & Server.HTMLEncode(rsApps("appname")) & "
") rsApps.MoveNext Wend rsApps.Close Set rsApps = Nothing %>
+ Add New Topic
New
Select the application/topic this article relates to
New Topic
Topic Name
Description
Support Team
*
-- Select Support Team --
<% Dim strSupportSQL, rsSupportTeams strSupportSQL = "SELECT supporteamid, teamname FROM supportteams WHERE isactive=1 ORDER BY teamname ASC" Set rsSupportTeams = objConn.Execute(strSupportSQL) While Not rsSupportTeams.EOF Response.Write("
") Response.Write(Server.HTMLEncode(rsSupportTeams("teamname"))) Response.Write("
" & vbCrLf) rsSupportTeams.MoveNext Wend rsSupportTeams.Close Set rsSupportTeams = Nothing %>
+ Add New Support Team
New
New Support Team
Team Name
Team URL
App Owner
*
-- Select App Owner --
<% Dim strAppOwnerSQL, rsAppOwners strAppOwnerSQL = "SELECT appownerid, appowner FROM appowners WHERE isactive=1 ORDER BY appowner ASC" Set rsAppOwners = objConn.Execute(strAppOwnerSQL) While Not rsAppOwners.EOF Response.Write("
") Response.Write(Server.HTMLEncode(rsAppOwners("appowner"))) Response.Write("
" & vbCrLf) rsAppOwners.MoveNext Wend rsAppOwners.Close Set rsAppOwners = Nothing %>
+ Add New App Owner
New
New App Owner
Name
SSO
Cancel
Cancel
Application Notes
Installation Path/URL
Documentation Path/URL
Active
Topic is currently in use
Cancel
Add Article
Cancel