-
Custom Workflow Logging
Hello all, I was wondering if anyone of the forum had any thoughts on implementing custom logging within the workflows. The basic idea is to have reporting capability on the workflows. Not all tasks within the workflow need to be reported on (as some are going to be email tasks, external tasks, etc.). The most important…
-
Variable Page Size and Scale in Communications Builder
I am attempting to vary the page size, etc., in Communications Builder/Storyteller. Setting the orientation (portrait/landscape) is simple, but what I need to do is essentially "shrink-to-fit" when the data would produce a larger document. For example, if have a document that is portrait and the font is "Courier New", 10.…
-
Unable to deploy workflow to external WebApp due to Decision Service API error
Hi everyone, I’m currently trying to deploy my Core Content workflow from Visual Studio Code to an external WebApp, with the OpenTex Thrust Services Tutorial. As part of the deployment process, I need to call the Decision Service endpoint using Postman, specifically: /Decision Service/ Get 'Required Approvals' decision…
-
Documents from Documentum to Azure Blob
Hi All, I work as a Data Engineer and have been asked if we can create a pipeline to fetch documents from Documentum to Azure blob storage for downstream use by AI applications. Is this possible initially as a bulk download and then any new documents to trickle down to the Azure blob storage ? Thanks John
-
Documentum REST Services 23.4 - POST (Create Object)
Hello everyone, I'm trying to use Documentum Rest Services 23.4 in order to create an object: My object type is 'myType' with parent type dm_sysobject. So i want , (for monitoring purposes) to create myType Object without any folder link or any other dependency. What is the purpose of the id in this call ??? : The use case…
-
I would like to know more about OScript
Does anyone know about OScript? Can you introduce what functions OScript can achieve
-
Exstream Designer, XML, sections, tables - and page breaks
I'm currently running circles with Exstream Designer, printing a list of small tables covering several pages. Unfortunately my input data is "given" and fixed, so I can't just request better structure. The general form of the relevant part looks as this: <xml> <table> <row> <text>Blah</text> <type>1</type>…
-
Exstream Designer - Variables missed when data comes in last
I am using OT Communications 25.1 and have some incoming data in json…. (simplified) { "generalData": { "displayName": "Test" }, "description": { "about": "Test" }, "documentMeta": { "documentLanguage": "sv", "documentAnonymous": false, "compactMode": false, "numberOfCategories": 1 } } The variables documentLanguage and…
-
Compile fails with 25.4 SDK
Env: Smart View SDK v25.4 It seems like js files in nuc is using ES6+ syntax such as array spread operator. This leads to grunt compile to fail with below error Error: Parse error using esprima for file: lib/src/nuc/lib/less.js Error: Line 90: Unexpected token ... Has anyone else faced similar issue, and is aware of a…
-
Can I access certain metadata in Business Workflows?
Hello, I would like, when starting an advanced workflow from a business one, to use certain elements from Core Content and feed it as a variable for the advanced workflow input. e.g. something like ${current_document} for the uploaded file or ${current_user.email}. Is it possible? and if yes, does some reference for…