-
xCP 2.1 Custom JavaScript Function to Print iFrame Contents
Hello everybody, In xCP 2.1 P05, we have created an application page which has iFrames [Using a value display, HTML type]. We need to provide an option to the user to print the contents of the iFrame only. For this we can use below core statement: document.getElementById(frameID).contentWindow.print(); We have tried to…
-
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)…