-
Audit trail table AE_AUDIT
Hello, we are running App XTender 6.52 and are just getting into running an audit trail. Can anyone tell me if the database table AE_AUDIT is created when the audit is set up and applied, or does it need to be defined by the DBA? Thanks!
-
Workflow implement fail in documentum
Hi all, I have tried to start a workflow using DFS and without error occur in my application (It seens normal in my application). Here is my code section: Dim contextFactory As ContextFactory Dim serviceContext As IServiceContext Dim serviceFactory As ServiceFactory Dim workflowService As IWorkflowService Dim…
-
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…