-
Get node content inside a WebReport
Hello, Is there any way to get the node content inside a web report using default tags? I used [LL_REPTAG_!nodeId GETTEXT ENCSTR:base64 SETVAR:result /] for retriving a pdf document from a node and econding it, but the result is truncated probably because is binary file and the gettext fail to retrive the whole file (maybe…
-
New doc gets new sequence number instead of inheriting the sequence number of its folder
In Content Server, I have defined a business workspace type, for which a category has been defined, which in turn holds an attribute that automatically genereates a 'Dossier Number' of the format 'D0000000N'. In the workspace type also subfolders have been defined, which inherit this 'Dosser Number'. When a new 'Business…
-
Error - The sub-location path is invalid while creation a workspace
Hi All, While trying to create workspaces using ECM_LINK API I am getting an error - Client received SOAP Fault from server: The sub-location path '[5295648:Country]\[5295648:LegalEntity]\Customers\[5295650:CustomerID:(6)]' is invalid. Check the workspace type configuration or contact your administrator.…
-
How do I configure Electronic Signatures agents?
Hello Everyone, I want to use the electronic signatures model, and as I follow the installation & administration guide, I come across these: How do I enable/configure them? I wasn't able to find something in the OTCS Administration. Note: I have already installed all Appligent products and I have an Admin Server opened.
-
CS REST API URL
HI I need to interact with the rest API of CSOT and after looking to the documentation, I found that I need to authenticate first in order to get the token. My client give me a livelink that takes me directly to CS and I am trying to get the base URL for the authentication, so I used…
-
Can't see Signature tab on My Account -> Settings
Hello, I'm trying to create a Workflow using Electronic Signatures on my local Content Server 21.3 Instance. I want to put a digital signature (a 30x40px image) but for that I need the 'Signature' tab in the settings menu, but I can't see it. On my instance I only have an Admin account that is by default in the Business…
-
Error - The sub-location path is invalid while creating a workspace using ECM_LINK and CWS
Hi All, While trying to create workspaces using ECM_LINK API I am getting an error - Client received SOAP Fault from server: The sub-location path '[5295648:Country]\[5295648:LegalEntity]\Customers\[5295650:CustomerID:(6)]' is invalid. Check the workspace type configuration or contact your administrator.…
-
Issues Getting Token Using REST API Authentication - Content Server
I'm trying to get a token using REST "api/v1/auth" This is the request I'm sending via POSTMAN : As I send the request on chrome, a pop up window comes out and asking for username and password : What user name and password do I need? When I cancel the window this is what I get as response :
-
Create / Manage Classifications using CWS \ REST API
Is there a way using CWS \ REST API in order to attach / delete classifications to / from an existing document? Or uploading a document and attach into it's metadata a classification? Thanks.
-
How can I generate a document based off of a form/attributes in a Workflow?
Hello, I'm trying to find a way to generate a Word/ PDF based off of data taken from a form in an Initiator Step, for example, let's say its a Workflow that lets initiators make a holiday request, they fill a form with said attributes and it generates a document with the data he completed, that attachment gets sent to a…