Hi all! I am in the process of trying to make a custom ticket system for my company, I've gotten pretty much everything except the following:
I want to have a list that shows the users all of their tickets and only their tickets, past and current.
I want to have the chat history present, so if a user clicks on a row in the list it'll show them their chat history.
I started off with trying to get javascript to even hide a row in a list with a specific wording or to only show a row with specific words but nothings working, anyone have any ideas?