-
Get folder path with r_version_label
SELECT distinct f.r_object_id, fr.r_folder_path, f.r_version_label FROM dm_sysobject_r sr,dm_folder_r fr, fdk_document f WHERE sr.i_position = -1 AND fr.r_object_id = sr.i_folder_id AND fr.i_position = -1 AND f.r_object_id = sr.r_object_id AND f.i_latest_flag=1 AND f.i_is_deleted = 0 AND f.r_object_id IN (SELECT…
-
calling dfs webservice method from other application
Hi Experts, We Have a requirement,They will enter workflow id from other application and click on submit button then documentum webservice will invoke. dfs service need to take workflow id and get the attached folders id to this workflow id by using dql and generate and returns the output as drl links based on Folder Id.…
-
DFS: Disable log4 in remote client
Hello! I'm trying to run java class with DFS client for my custom service in Lotus 8.5. As far as I could found - Lotus starts an applet with embedded java code. Any use of DFS assumes using log4.properties - so DFS client wants to find any log4j file. Java security disables any file operation for applets (My DFS-client…