Querying the Transaction Analysis

Hello
I need to write a service that will read the Transaction Analysis “table” in TN database and let me know if i have received a certain document at a certain time.
What is the best approach to this problem…
do we have any flow services already written that can query the Transaction Analysis “table”.
Or do i create a JDBC adapter and write my own queries.
Please let me know
Thanks & Regards
Shantanu Bhagat

Shantanu,

There are WmTN built in services available for querying the transactions from TN tables.So no need of inventing new wheel using JS.

Use the following services:
wm.tn.query:createDocumentQuery
wm.tn.query:DocumentQuery

Also check this thread link,it has precise information on how to use the above services. [url=“wmusers.com”]wmusers.com

HTH,
RMG