How can I fetch a document through DRL using chronicle ID.
The requirement is to fetch the latest version of the document with DRL.
- We cannot use object ID in the DRL because document can be versioned.
- We cannot use version number/Number in the DRL because the version label can change.
Please advice