function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Peter CowenPeter Cowen 

Create a status page From a custom object

A strange question. Is there a way I could create a status page using an record type on a custom object.

background :
we have a custom object we use to raise any issues we encounter like for instance a server goes down. It would be great if we could build some sort of status page where it lists the different areas like servers phones emails and depending on the priority and count it displays a traffic light system. 

Is this his possible and if so where would you start?
SalesFORCE_enFORCErSalesFORCE_enFORCEr
You can start by creating a visualforce page where you can use images to show traffic light kinda mechanism. So, if lets say server goes down, the logic will look at the records and change the image to red or something.