-
How to write an OScript that hooks into the Create or AddVersion event
I will need to use content server SDK to create my customization. How to write an OScript that hooks into the Create or AddVersion event. The script checks the file name format using a regular expression. If the format is invalid, the script can block the upload and return an error message.
-
Core Content Services to fetch metadata from a SAP system
Hi Team, How can I leverage the thrust services and core content integration features to fetch the metadata from a SAP System? Thanks!
-
2909 Authentication Error
I have a valid Client Id and Secret and when I try to send a test fax request I get { "error_code": "2909", "error_message": "Authentication Error" } I am generating a token and using the sample request for a fax.
-
Date Validation
In the attached example the report contains two date parameters. The second date parameter must be less than the first. To implement this I added two report elements one table and one text element. I named both of them. The table element just contains data from the sample database. The text element contains a script that…
-
Unable to start debug mode for Content Server in eclipse
I patched my dev content server recently and I started seeing this issue after. I cannot seem to start Content server through eclipse. I have updated my CSIDE with latest and my java version is 17. Please advise.
-
Documentum DFS - Powershell script
Does anyone know how to get a list of repositories with Documentum DFS through Powershell? I'd like to debug a connection problem. Probably an unopened port. There is DFSTester.exe but that's pretty old.
-
GeneralCallback Event Script & Adhoc SubWorkflow
Hi Folks, I have a GeneralCallBack event script that is selected to run when the step is ready. This works fine but its running twice, when it creates an adhoc subworkflow (like when its assigned to a group and full expand is chosen so all members in a group get the step) and for individual steps within the subworkflow. Is…
-
Replicating DocumentCreateOrUpdate OScript logic via OOTB APIs
Hello, We have a custom OScript module that creates business attachments by calling the following function: XECMPFNA::BulkActions::DocumentCreateOrUpdate.execute(). This logic creates documents and automatically inserts related entries into the XECMPFNA_DOCUMENTS table. These entries are then used in our downstream…
-
Upgrade DCTM 7.3 to 23.4
Dears, We have DCTM 7.3 and we need to upgrade to 23.4 Due to our current operating system WIN server 2012, we have to use the migration technique. Any recommendations on the migration process? BR, Hosam
-
How to read association value in a webreport?
In my webreport I want to read a value returned by RUNSQL subtag which returns an association. But in my report output, it's giving me the whole V{<ID>, <2000>} blob. I tried everything. If I put "ASSOC:ID" sub tag, the output is empty. Help please? Here's my Live Report select ID from kuaf where name = 'admin' my web…