Hi everyone,
I'm playing with a WSDL-based DFS at the moment, and I've been succesful in retrieving documents using the object_id. However, I understand that when new versions are added to a document, a new object_id is created for the current version of the document.
Now, using a DRL I understand that by appending "CURRENT" to the URL, even using an older object_id it will retrieve the very latest version of the document.
My question is, how can I retrieve the latest version of the document using DFS, when I only have an older object_id? Is there a parameter I can pass to the method call?
Thanks muchly!
Mal