Hi,
I a tbo I'm working on, I'm trying to get the full ath for an object:
IDfId id = this.getObjectId ();
IDfObjectPath path = ( IDfObjectPath ) getSession ()
. getObjectPaths (id);
String s = path.getAccessiblePath ();
That gives me an error:
invokeMethod() failed while calling: onOk
com.documentum.fc.client.DfEnumeration cannot be cast to com.documentum.fc.client.IDfObjectPath
After closing this window, press the Refresh or Reload button on your browser to continue.
I'm not sure I'm going about it the right way.
Any ideas