@[deleted] I have not solved this 100% but as a workaround what I did was create a script to query my database, create JavaScript that updates by ticket fields when I select different values from a dropdown menu. OsTicket dynamically creates form input IDs so I had to remove that feature since the JavaScript would need the element ID to insert the new data. Like I said, this was a quick fix due to time constraints and there are some future modification I'll make to it to speed things up since the query creates a dropdown list w/4,000 choices. If/when I have a solid solution I'll make sure to post it here for the community.