-
Object level locking for avoiding data overwriting
Dear experts, We have forms implemented in Webtop that are using information from several objects. We perform form level locking to avoid two users simultaneously saving and overwriting each other's work, but in case the form is different, the disaster cannot be avoided. We need a second object level locking. The scenario…
-
setXMLApplicationName and setDocbaseObjectType for DFS
Hi Experts, I have an application(vb.net) which connect to Documentum via DFC and PIA. Now, I am working on the code conversion for using DFS. In the original code: opImport = clientX.getImportOperation() opImport.setSession(session) opImport.setDestinationFolderId(idFolder) node = CType(opImport.add(ofile), IDfImportNode)…
-
Specifying Folder as a Predefined Input to Real Time Query
I need to create a Real Time Query in xCP where I want to use the "Parent Folders" attribute as a Predefined Input. What is the format for specifying that value? Is it a path like '/Reports/Reports 2' (in single quotes)? Or does in have to be the ID of the folder that I am interested in searching? Thanks