-
Urgent need to increase the font size of the Notes/Comments section in fax cover sheet.
Our team urgently needs to increase the font size of the Notes/Comments section on the fax cover sheet to improve readability of clinical drug information for our physicians. What would be the process of updating the font size of the fax cover sheet? Please let me know.
-
Adding additional rows to a category using the Content Server Rest API
Looking at the included screenshot one can see plus signs to the right which is use to add addition rows for the category. How can I use the API to add these rows instead? I.e. which API and perhaps an example if not included in the API description.
-
How can we install appworks platform ?
How can we install appworks platform ? including otds,cars+monitor ? appreciate any help. Thank you!
-
New! Forms service
recently posted to the Announcements channel: cross-posting here to reach all of our developer community members. New service added to OpenText Thrust Services bundle Forms is a robust and flexible framework that enables the creation of modern, dynamic forms and user interfaces (UI) through a WYSIWYG Designer. It allows…
-
New! Forms API
New service added to OpenText Thrust Services bundle Forms is a robust and flexible framework that enables the creation of modern, dynamic forms and user interfaces (UI) through a WYSIWYG Designer. It allows developers and business users alike to design and deploy responsive forms and UI components that seamlessly…
-
Fax callback API with incorrect Content_Type
ID edm.fax.dev@prudential.com is configured at the account level for a callback API with application/json format. This functionality is working. However, for job_id xsi-1507269286, the content_type of the callback api request payload is text/xml;charset=UTF-8, which is causing the callback response to not be processed. The…
-
Update WF Attribute with a variable value from a WebReport
I'm looking to update a WF Attribute with a variable value from a WerbReport step, for example: I have a WF attribute called "permission", and I want to update it with a variable called "hasPermissions" in a WebReport. I have tried the below but none is working. let hasPermission = "false"; [LL_REPTAG_&hasPermission…
-
"error": "Body parameter 'names' is missing" with validation api
Hi, Need assistance with content server api. I get below error when accessing validation api http://extsreamcs1624.lab.opentext.com:8080/OTCS/cs/api/v1/validation/nodes "error": "Body parameter 'names' is missing" I added the required data in the body. { "parent_id":2000, "names":["myDocument.doc","myEmail.msg","folder1"]…
-
Documentum DQL Query to make all active user read-only
Please provide the DQL Query to make all active users read-only permission. I tried below query, but after executing the query for particular user, I logged in webtop with that user, that user able to do create ,delete and export operations. UPDATE dm_user OBJECTS SET user_privileges = 1 WHERE user_name='xxxx'
-
How to use /v2/nodes/{id}/versions
I am trying to figure out how to use above method trying to connect to OpenText. We intend to upload a new version of an already existing file. Checking out this link under "Add version": It is stated that "If your REST client does not support file uploads, you will need to specify additional information in the body" one…