I've got another question (surprise!). I've got a custom field in my tickets called fixed asset number, the shorthand variable assignment is 'asset'. 'Asset' is held in ost_ticket__cdata, which also contains the ticket's ID. For this button, I want to append the value of 'asset' into the button's href URL.So, I see the methods at the top of ticket-view.inc.php under the comment //get the goodies that pulls information from ticket variables. From there, I see a lot of that functionality is in class.ticket.php, but it looks like the core functionality with the sql queries resides in the included files class.dept.php, or class.sla.php, etc.To build a query that pulls the asset variable, should I start with making my own custom class file? include/class.asset.php?I'm trying to not bombard you with questions about this. If you know of any other documentation that might help me figure this part out, that would be great. Once this is finished, I'll have a 'Bomgar' button next to the 'Print' button. Click the Bomgar button, it sends the fixed asset number of the reported machine over to our Bomgar remote support appliance and automatically begins a session with that computer if you've got the Bomgar Rep Console installed. I'll be posting everything I did once it's all working correctly. Works great right now with a hardcoded link. =)