Skip to main content

Well, my co-worker saw the status bar in the TCP and instantly wants to have it in our system as well.

How is this created?

 

Hi,

This screen makes use of a Tree component. I do think it's a view that selects the ticket status information and left joins all statuses from a base table. The view consists out of two columns; one image combo that reacts to the current status of the ticket, the other the name of the status.

Hope this helps!


I’ll try to make something just like this. Thnx.