% theme = Request.Cookies("theme") IF theme = "" THEN theme="bg-theme1" END IF %>
Add Notification
Back to Notifications
Message
*
This message will appear on the dashboard
Type
*
<% Dim rsTypes Set rsTypes = objConn.Execute("SELECT notificationtypeid, typename, typedescription FROM notificationtypes WHERE isactive = 1 ORDER BY notificationtypeid") While Not rsTypes.EOF Dim isDefaultType isDefaultType = "" If rsTypes("typename") = "TBD" Then isDefaultType = " selected" End If %>
"<%=isDefaultType%>><%=rsTypes("typename")%><%If Not IsNull(rsTypes("typedescription")) Then%> - <%=rsTypes("typedescription")%><%End If%>
<% rsTypes.MoveNext Wend rsTypes.Close Set rsTypes = Nothing %>
Classification type for this notification
Business Unit
(Optional - blank applies to all)
-- All Business Units --
<% Dim rsBusinessUnits Set rsBusinessUnits = objConn.Execute("SELECT businessunitid, businessunit FROM businessunits WHERE isactive = 1 ORDER BY businessunit") While Not rsBusinessUnits.EOF %>
"><%=rsBusinessUnits("businessunit")%>
<% rsBusinessUnits.MoveNext Wend rsBusinessUnits.Close Set rsBusinessUnits = Nothing %>
Select a specific business unit or leave blank to apply to all
Related Application
(Optional)
-- No Application --
<% Dim rsApps Set rsApps = objConn.Execute("SELECT appid, appname FROM applications WHERE isactive = 1 ORDER BY appname") While Not rsApps.EOF %>
"><%=Server.HTMLEncode(rsApps("appname") & "")%>
<% rsApps.MoveNext Wend rsApps.Close Set rsApps = Nothing %>
Link this notification to a specific application (e.g., for software updates)
Ticket Number
Optional ServiceNow ticket number
Employee(s)
*
Search for employees or type a name for non-system users. Press Enter to add custom names.
Start Time
*
Now
When notification becomes visible
End Time
(Optional - indefinite if blank)
Now
Leave blank for indefinite (will display until you set an end date)
Active
Uncheck to save as draft without displaying
Show on Shopfloor Dashboard
Check this to display on the shopfloor TV dashboard (72-hour window)
Add Notification
Cancel