Skip to main content
Solved

How is this status presentation made?

  • March 17, 2022
  • 2 replies
  • 52 views

Blommetje
Forum|alt.badge.img+13

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?

 

Best answer by Mark Jongeling

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!

This topic has been closed for replies.

2 replies

Mark Jongeling
Administrator
Forum|alt.badge.img+23
  • Administrator
  • 4050 replies
  • Answer
  • March 18, 2022

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!


Blommetje
Forum|alt.badge.img+13
  • Author
  • Partner
  • 214 replies
  • March 18, 2022

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