You need to sign in to do that
Don't have an account?

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?
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?
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.