Add a link for viewing requests on Aeon's Review Requests page
On Aeon's View Requests in Review page, there is no link to view the details of a request. The only options are to either edit individual requests or batch-submit requests.
This can be accomplished by adding one of the following to the Templates/RequestsInReviewDataRow.html page.
<a href="<#DLL queryFields='false'>?Action=10&Form=63&Value=<#DATAROW field='TransactionNumber'>"><#DATAROW field='TransactionNumber'></a>
<a href="<#DLL queryFields='false'>?Action=10&Form=63&Value=<#DATAROW field='TransactionNumber'>">View Request</a>
<a href="<#DLL queryFields='false'>?Action=10&Form=63&Value=<#DATAROW field='TransactionNumber'>">View Request <#DATAROW field='TransactionNumber'></a>