Is anyone that has a changed verion of IssuVision running? Is there really no documentation for this product?
Can someone explain what I need to change if I want the staff list to read different datatable.
Hakon
MigrationUser 1 Friday, December 03, 2004 9:28 PM
you have to look into the IVData class of the IssueVisionWebCS project. you will notice that it uses a StoredProcedure named GetStafferList to do this. so if you want to use another datatable, you just need change that StoredProcedure.