AppWorks
AppWorks Platform enables users to design, build, test, deploy, and monitor business applications. It provides low-code development capabilities that enable users to quickly model business objects using a compositional approach to application development instead of a traditional way of programming a functionality.
-
REST API: calling saved search query and passing parameter to search query
I saw in another post that i can call a saved query by calling the saved query id 'api/v1/search?templateid=160598' this works fine but is there a way to pass a parameter to one of the attributes in the saved search query. Let's say if I had an attribute named ItemID, can I pass the ID as part of the query? Does anyone…
-
CS 16 - set null in multi-value category property
Hi, I am trying to set nulls in a multivalue Integer Field usign api/v1/nodes/{node_id}/categories/{cat_id}/. I am sending 75995_51: 75995_51: 75995_51:2 75995_51: 75995_51:7 and getting back ... "75995_51": [ null, 2, 7 ],... Two values got lost. Any ideas how to make it work? Regards, Cristian
-
Issues with /api/v1/doctemplates/{id}/instances REST API Call - CS 10.5
Hello, I'm working on a requirement to create Case Workspaces based on a template (without linking to SAP object) using CS Web Services. Upon deep diving into it, I found there are two ways to acheive this: * SOAP based API (per ECMLink SDK and API documentation - 10.5 SP1) * REST API Support - Binder and Case Creation…
-
Add a category to node using REST api
I can read categories from a node with GET http://MY_SERVER_IP/OTCS/cs.exe/api/v1/nodes/NODE_ID/categories but I'm not able to add a new one to it. Is it possible? Can I sent a POST to same URL? How should be the body of that request?
-
MBPM 9 Hosto print a word document using server script
Hello developers, I'm looking for a way to print a docx document from a server script. If anyone has got an example, it will be great. Many thanks, Pierre
-
Download Provision
I have a new corporate laptop and need to install Provision on it. Please provide URL and directions.
-
Content Server - CMIS support
Hi, Does Content Server have CMIS support by default? Or is a separate plug-in required? I am trying out the Content Server virtual template in the Azure market place and wanted to explore if CMIS can be used. Thank you in advance.
-
Error when try to display content with FolderBrowserWidget
We are trying to display a folder of the content server with the widget: FolderBrowserWidget, but we are getting an error: Error: The browser refused to make the server call. Check that the server is accessible and that the CORS is enabled for this application. The console and network panels from the browser debugging…
-
What's wrong with this REST API POST member call?
I'm trying to create a member through the CS REST API call and all I'm getting back are "Bad Request" responses. I know the ticket is good. I've tried using ...api/v2/... , different group_ids, different Content-Types. What am I missing? Thanks for any help. I'm sending: POST…
-
Oracle RAC doesn't work due to missing break statement
When performing initial configuration of OTAG, the case statement falls through to MSSQL. You can't configure OTAG for Oracle RAC with this bug. Can OpenText please confirm that they complete regression testing against code before releasing it?
-
Externally facing Forms using OTDS and Appworks?
Hello, We are investigating ways to present an externally facing form to contractors. We want username/password control, with the content being 'posted' to Content Server (the user list is not in CS) so I immediately thought of OTDS with Appworks. Has anyone done something similar? I am thinking of the following:…
-
Simple Gateway 1.2.2 install into existing Tomcat configured with SSL, can't set settings.
Hello We have been unable to beyond the opening Gateway settings page once we installed the gateway code onto an existing Tomcat 7.0 instance that runs our SEA Servlet with SSL. After copying in the gateway files, I am trying to 'Save Changes' on the Settings page leaving the default values. This is a test instance (for…
-
Sending Scanned Data from OCC to SAP
Hi Experts, Is there an easy way by which we can pass scanned data using OCR process from OCC and store these values in SAP Custom Tables? I know in ICC we can do this easily but is there similar process for OCC ? We can send the scanned data in a CSV or XML file to a file server and then SAP can pick it up but is there…
-
RF 10.3 - FaxStatus
Hi I would like to manually change the FaxStatus state of fax transmission to test the WebAPI calls. Is this possible?
-
Obtaining auth ticket from OTDS using OTDS logon page (for IWA/SSO)
Hi all, My scenarios is as follows: We have OTDS 10.5 and Content Server 10.5, and we have developed some RESTful webservices that sit independent of Content Server/OTDS. We also have a Javascript-only (no JSP/etc) client. We want to get IWA authentication (falling back to forms-based sign-on) using the OTDS login page…
-
Change external OTDS details in AppWorks
Is there a process for changing the password for the user used to connect to an external OTDS in Appworks Gateway (using 1.2.2 with OTDS 16)?
-
Visual Studio 2015 - 64 bit debugger not getting connected after installing OpenText Proxy client
Hi, I am getting the below message when I am trying to run an application in debug mode in Visual Studio 2015. This I am getting after installing OpenText SOCKS Client. If I uninstall SOCKS client, I do not see the issue. Tried different destination and application configurations for bypassing the proxy for localhost, but…
-
Can an account's password be expired using the CS REST API?
I want to create a user account, but require the user to immediately have to change their password. Can I set the password expiration date to yesterday's date through the CS REST API? If not, is there another way to get the same effect by using the CS REST API?
-
Confirmation Page Printing
Hi, The environment setup is an end-user performing a fax job from an MFP. The fax job is sent to Rightfax. Rightfax sends out the fax and receives the confirmation of the fax. Is there a way to route the confirmation page back to the MFP for printing? Similarly, if there are multiple MFPs, is there a way to route the…
-
REST API to upload PDF's and index values to categories and Attributes
I am looking for script in JAVA to help call the REST API to upload PDFs and map the index values to categories and attributes. Any help is greatly appreciated.