A document in documentum is versioned. By default, documentum only searches the current version of documents. To include old version, add (all) in the query like this example.
select * from opp_assessment(all)
where ref_doc_num = '0919999980028b06'
Thursday, July 30, 2009
Wednesday, July 22, 2009
Escape in JSTL XML tag
In JSTL XML tag, if the data has characters like "<", it will be escaped by default. To turn it off, set escapeXml to false.
<x:out select="$n/STATUS" escapeXml="false" />
<x:out select="$n/STATUS" escapeXml="false" />
Subscribe to:
Posts (Atom)