Hello,
I have just been asked to create a rather extensive audit trail for a PHP Runner project. I need to have the ability (if it exists) to enter a justification for searching for data on the search page and search on list page. If only search page is available that is fine. It would work like this: A user goes to the search page. This user enters the search criteria in the search fields. This person then has to enter a reason why they are searching the data. This can happen either by utilizing a drop down box or a pop-up. The user then clicks "Search" and all is good. The justification reason has to be entered on another table as a log; not on the same table from where the search fields are coming from. In a perfect world, capturing all of the data from the search and the reason in the separate table would be the best.
Any suggestions? Would creating a new search button work?
PHP Runner 6.2 MSSQL
Thanks Brian