QURYING TN DATABASE

how can we query the TN Database for custom fields??

Thanks in advance

Raj

Raj,

Use wm.tn.query.createDocumentQuery and pass the query to wm.tn.query.documentQuery.

In createDocumentQuery “attribs” documentList. Put the Custom Document Attribute name created in the TN and it will give the results with that attribute name and value in the output “results” of the documentQuery.

Ramesh.