Recent Posts in My Followed Categories
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
OCP Developer Workbench - API testing app
The OCP Developer Workbench is now available! The developer workbench desktop application is an application allowing developers to understand the functionality of the APIs offered by the OpenText Thrust Services, and how to use them. It offers a highly a configurable user interface, with perspectives (such as Library…
-
Follow Product Categories to personalize your experience
Following product categories allows you to see all posts for the products you follow in the Quick Links list and site header; receive email notifications; and refines your search results. Read on to learn more. Select a product Category: Quick Links After 'Following' a product Category, you can use the Quick Links menu to…
-
Getting User data automatically into the form when they logged in with their appworks id
Is there any way to get data that should auto fetch into the Xform when user logged into the appworks and opened the Xform the Xform should get the user details that are stored in the database . Is there any way to get this done ?
-
Upload button functions in toolbar
i am trying to upload a file in the xform and i needed to add few chnages to the upload button in the script , so the thing is when ever i try to upload any files it didnt show any message and the in logs its showing upload1.setValue() is not a proper function , so can anyone help me with this for taking files into the…
-
How can i solve this error and whats the solution for this ?
function button1_Click(eventObject) { var xmlRequest = BusinessDataModel.getMethodRequest(); cordys.setNodeText(xmlRequest,".//*[local-name()='employeeid1']",employeeid1.getValue(),""); cordys.setNodeText(xmlRequest,".//*[local-name()='employeecode']",employeecode.getValue(),"");…
-
Unable to Publish from new Organization
I just started using AppWorks 22.1 last week. I have created a new organization and added entities to it, but I cannot deploy it. I get the following message: The OpenText Entity Identity Components solution is not deployed in the current organization. When I go to the Administration page for the System organization, the…
-
Is there any webservice to fetch only the active(enabled) users from LDAP based on the role
Is there any webservice to fetch the only enabled or active users from LDAP based on the role like GetUsersForRole webservice? Currently GetUsersForRole webservice is fetching the disabled users also.
-
Outbound Fax Failure
Sent to - https://faxus1.xmedius.com/faxservice/rest Request {"faxOptions":{},"userId":"CERTEFR@mtb.com","subject":"denial","recipients":[{"number":"7163064380","name":"fg"}],"comment":""} Response Status code response from Outbound Fax request: NotFound (00000000) Requesting more details on why this request is failing.…
-
Concerning RightFax, how can I query a detailed list of sent emails by users?
Concerning RightFax, how can I query a detailed list of sent emails by users? I found the RightFax table HistorySecureDocs which shows my email sent with field "handle". Which table has the sent to email address associated with the key "handle"?
-
Smart view 24.3 version : Looking for a JavaScript file which will invoke the view functionality
In smart view We are having a requirement to add / modify the existing view button in the inline ribbon menu in browser view. We would like to know what the URL will be invoked while clicking on the view button Also, we are looking for a particular core / JavaScript file which will invoke, so that we can make the changes…
-
How to add new view doc option(external link) on a document in SmartView
We want to open a document in third party application from Smart View. Is it possible to add a button or link on a document in Smart View?
-
OpentText site not reachable after Tomcat Upgrade
OpenText server and Tomcat are installed on Windows server. I updated Tomcat from 9.0.0.M20 to 9.0.71 version. OpenText content server 16.2.0 Made a backup of Tomcat Config and WebApps folder, and after Tomcat upgrade i restored those folders and started Tomcat service. http://localhost:8080 available, but when accessing…
-
Capture Api Create a Batch
Is it possible to create a batch in Intellegent Capture using the API and pass the UimData from the extraction to that batch
-
What is the purpose of BatchCheckLevel in Captiva 25.2 server settings in Administrator?
The default value is 0 and if we change to 1 what difference would it make. We're tying to fix issues with batches failing with corrupted batch and not showing up in the administrator
-
Need access to APIs in corefax to run our data gets.
We need a supported way to enable a service identity to retrieve fax metadata across users via the XM Fax SOAP API. Specifically, we need read-only access to operations such as Find Outbound Faxes, Find Inbound Faxes, Find Outgoing Faxes, Get Outbound Fax Advanced, Get Inbound Fax Advanced, Get Audit Logs, Get Accessible…
-
Outbound failure with SOAP API
Soap call: <FaxJobs> <FaxData> <recipient-list> <Recipient> <fax>7163064380</fax> <first-name>Customer</first-name> <last-name>Support</last-name> </Recipient> </recipient-list> <processing-options> <user>CERTEFR@mtb.com</user> <password></password> <delete-input-files>yes</delete-input-files> </processing-options>…
-
MyAviator-do we have chat history?
MyAviator-do we have chat history?
-
OTN Security Capabilities for Webhook API Endpoints
As part of securing the status webhook API endpoints, clarification is required on the security capabilities supported by OpenText Notification (OTN). Can anyone share your thoughts whether the following options are supported: Request/Payload Signature Does OTN sign outgoing webhook requests (e.g., using HMAC or similar…
-
Why this error appearing when i try to save a dictionnary in D2-CONFIG
Dear Community, I'm new with opentext products, i installed and cofigured a documentum content management server version 25.4, with clients (DA,D2-Config,Smart-view..), i created OTDS user and assigned him license and access to D2-Config, I can create configurations normally but when i try to save a dictionnary i get the…
-
Running Streamserve 5.6.2 on WIndows Server 2025
Hi, I'm currently looking at migrating out Streamserve 5.6.2 installation from Windows Server 2016 to Server 2025. As part of the switch we've moved the server to a protected part of the network because of the risk of running out of date software. Everything appears to be working fine, but there is one warning/error that I…