Solved

Status Board setup

  • 13 November 2023
  • 12 replies
  • 235 views

Userlevel 4
Badge +3

Can anyone point me to a how to for the Status board app via IIQ ?, I would love to set this up but can’t seem to find any documentation so far. 

icon

Best answer by jclark 13 November 2023, 18:02

View original

12 replies

Userlevel 6
Badge +12

I believe this is what you’re looking for? Most guides for the apps are located in the “Knowledgebase” section of the community and should also show up using the search bar

 

Userlevel 7
Badge +12

@ADeLacy 640001e ghsd Thank you for submitting your question to our community! 😄 I am glad that @jclark16 was able to provide you with that link. Our knowledge base has all of the information you need to get your apps and systems up and running. 

Thank you @jclark16 for providing that article for them! 

Is there a way for the status board setup, we could like our application such as blackboard/finalsite to pull straight from the vendors status page? So if the vendors site says they are experiencing an outage, it would show on incident iq status page as high? I just need a way for this status page to pull directly from the vendors status page, that would be cool.

 

Thank you

Userlevel 7
Badge +12

@MKamp 1176ba5 aledo Thank you for submitting your question to our community! 😄 

At this time, you cannot. Here is an idea to upvote and comment on for that functionality 

 

Is there a way to link the status board to a SharePoint page, the link does not work when I try to embedded it form the manage apps settings page. 

Userlevel 4
Badge +3

@JGatta 680e2a3 concord I believe there is a way to embed HTML into a SharePoint from what I remember and that is what you would need to do in this case, I will start looking to see if anything pops up. 

 

 

Userlevel 4
Badge +3

@JGatta 680e2a3 concord  Yeah you can do it.. Embed code,  copy paste no need to edit the HTML at least in the version we are running. 

 

 It’s not working for me for some reason.

 

Userlevel 4
Badge +3

@JGatta 680e2a3 concord  Oh this is a personal Sharepoint page, ok you’ll note in your screen shot that “Script tags are not supported” in the last line of the first paragraph.

 

There is a method I saw online that could work,  but I have not tested it.

https://blog.enterprisedna.co/how-to-add-html-code-in-sharepoint-online-modern-page/

Unfortunately, it either downloads automatically or doesn't open at all, I want it viewable.

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Status Board Integration</title>
</head>
<body>
    <script>
        document.writeln("<script src='https://concord.incidentiq.com/apps/statusBoard/api/status/snippet/full?t=" + (new Date().getTime()) + "'></" + "script>");
    </script>
</body>
</html>

<iframe src="https://sau8.sharepoint.com/:u:/s/SAU8TechnologiesLearningCenter/EVezOikeSf9KncrI5o708eYB0TSMH4iKnc0v4RtwmwJmGA?e=mOwMoX" width="100%" height="600px" frameborder="0" style="border:none; overflow:hidden;"></iframe>

 

Userlevel 4
Badge +3

@JGatta 680e2a3 concord  You may have to turn on Classic SharePoint again I am not 100% on this as I haven’t tested I would suggest spinning up a new site and testing. From what I am reading online this seems to be Microsoft just making things hard as they like to do… if this fails then I am not sure next steps it may take someone with more depth of knowledge on SharePoint / HTML then I have.

 

https://www.process.st/how-to/return-to-classic-sharepoint/

 

Change the experience for a list or document library

  1. In the modern experience for a list or document library, select Settings  , and then select List settings or Library settings.

    In the classic experience, Library Settings or List Settings exists on the ribbon.

  2. Towards the end of the list of settings, select Advanced settings and select List experience.

  3. Select one of the three options, and to save, select OK.

    Important: Even when you select New experienceyou might see the classic experience sometimes.

Change the experience for all lists and libraries on a site

You can activate the site collection feature SharePoint Lists and Libraries experience to set the classic experience as the default for an entire site. For more info, see  How to enable or disable site collection features.

When both the site collection feature is active and the List experience for a list or library is set to New experience, the new experience is used.

Userlevel 4
Badge +3
  • @JGatta 680e2a3 concord  it may also help us both to post this as a NEW question as well on how to imbed status board into a share point site. people will see this is already answered and not see the new question / dialog

Reply