| I am adding a Tickets DataGrid to the top panel of the Sales Dashboard Detail.   Everything is in but it doesn't seem to be working.  When I try to set the BindID nothing is showing up.  When I look at the DataGrids for the Schedule and the Activities it looks like in the code they are making a Database query and building it on the fly.  I'm guessing this is the only way I can do this?  I see it is calling a GetActivityList to pull the data.  Is there a similar Ticket function I could use to pull "My Tickets"?  Should I just create my own view that does the same thing?  And if so how do I pass it my ID so it knows what to return as "My Tickets"? 
 Thanks ahead of time, 
 Michael. |