-
como utilizar 2 parametros con la etiqueta RUNSQL
necesito saber como puedo obtener la informacion de 2 parametros [LL_REPTAG_$LrIdObtenerIdCarpeta RUNSQL:"[LL_REPTAG_&CodigoCliente /]":"[LL_REPTAG_!vMascara /]" SETVAR:idCarpeta /]
-
Perspective Activity Feed Widget
Is it possible to get updated from a folder and its subfolders. Currently we have only Node option in activity feed configuration of a widget. Kindly advise.
-
What is the proper way to add RecordsManagement.svc to CWS (dotnet)
Hi, I was wondering what is the proper way to add the RecordsManagement service so I'd be able to use it's methods on my .NET project? As far as I know RecordsManagement.svc and it's DLL file are not located at the folder : OPENTEXT > WEBSERVICES > DOTNET > CWS / bin So I'm not able to add it to my project like other…
-
Pass Metadata with Workflow Initiation (Attributes/ Form) with REST API
Hi, I'm looking for a way to somehow initiate a workflow with some custom metadata that I want to store in the WF process (data could be stored in WF attributes, maybe a form) My main goal is to run WF several times to do the same job but with different metadata. The only thing that came up in mind is to run a over a list…
-
Reference file
**** morning everyone! We are working with an app (OpenText Designer V23) that includes a reference file containing an XML list along with its own KEY. This list is supposed to match one of the variables in the customer driver file, but it always returns a blank. Do you know if I'm overlooking anything important for it to…
-
OpenText API authentication failed.
Hi Guys. I got all the details like TenantID, TenantUserName, TenantPassword, CLientId and ClientScecret. Though I applied all those it failed the authorization. Please check the attached screenshot. Any advise on how to get it authorized. Thanks.
-
Create Profile from VSCode
Create Profile From VS COde Added all the required key Create profile from VS Code for Opentext Authorization failed. Please check the client ID is valid within your profile. Using Trial Account
-
Bulk permission change
Hi, I am trying to write a Powershell/C# script to bulk change file permissions in my home EC folder. I am wondering where I can find documentation or an example. Thanks!
-
OTDS token request with HTTPS url
Hi Team, End point of OTDS to get a token everytime a user hits a CS URL as here below is working fine with HTTP url. http://localhost/otdsws/rest/authentication/credentials { username: , password: } However once have enabled SSL to OTDS url and started using HTTPS for the same URL , the URL does'nt work and returning…
-
Is it possible to upload a file streaming when creating a node
Is it possible to upload a file streaming when creating a node, we are using NodeJS + typescript and now I have to read a whole file into memory before I can upload it. Can this be done differently?