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.
-
Related Business Workspaces
I have two workspaces i can make related items between them Manually i want to do the relation automatically .
-
Smart View and Business workspace's breadcrumbs
Does anyone know what happened to the breadcrumbs within the business workspaces on the Smart View? From some versions it is no longer present in the Smart View and the "back" button of the browser on some occasions (such as after page refreshes) does not work.
-
Introduction to OpenText API
Hello, I'm totally new to OpenText and a bit in the dark on how to implement my functionallity. We're building a webApp which contains work items. A single work item can have multiple documents, which we will store on OpenText, using API. On the creation of a new work item we will also create a Workspace, with specific…
-
Find out the Workspace iD in Appworks
Hello guys, am using the web service below to retrieve users of a position: <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Body> <getPositionUsers…
-
How to bring back breadcrumbs in Business Workspaces (CS 22.1)
Hi everyone 👋 You may have noticed that the breadcrumb bar is no longer available when viewing a Business Workspace page in Smart UI. (Breadcrumb bar) It has been replaced with a new "BackToPreviousLocation" command button, that is shown as part of the BW header widget. (Breadcrumb bar replacement in BW perspective) We are…
-
Can an AppWorks application map attributes/metadata to a PDF/Word Template?
Hello! I am very new to AppWorks, and I'm trying to achieve a solution where we receive data from an external form, and I want to have PDF/Word templates with text fields, the solution needs to map the data from the online form to these text fields automatically and export the finished document. Afterwards, this document…
-
Connected Workspaces – Using the REST API
originally posted March 2019 | 🕐️ 11 minute read Overview Connected Workspaces are the main integration element used in OpenText Content Suite and OpenText Extended ECM. A business-centric API is available as part of Extended ECM Platform that saves the application developer from knowing about OpenText Content Server…
-
classification json syntax in /businessworkspaces POST request
Hi I am creating business workspaces using the REST api, and successfully doing so, except that the classification is not getting applied. Example json body: body={ "template_id": 18838, "name": "1659316 xxxxxxx", "type": 848, "parent_id": 4603, "description": "", "external_source": "", "external_identity": "",…
-
What's New - Connected Workspaces REST API documentation
New Connected Workspaces documentation now available Connected Workspaces are the main integration element used in OpenText Content Suite and OpenText Extended ECM. A business-centric API is available as part of Extended ECM Platform that saves the application developer from knowing about OpenText Content Server internals…
-
Connected Workspaces
This discussion was created from comments split from: OpenText AppWorks Developer website update!.
-
16.2.8 rest call to create workspace with category/required attribute
Hello, New to the development world, and I'm stuck on making a rest call to create a workspace and pass in the required attribute values so it's named correctly. If I remove the category from the template, I can create the workspace but the category doesn't get applied. If I remove the required value for the attribute, I…
-
Connected Workspaces REST API documentation
This discussion was created from comments split from: OpenText AppWorks Developer website update!.
-
Production readiness of 'Connected Workspace' object access through SOAP and/or REST APIs?
I have recently begun to work with Connected Workspaces in CS 16.2.11. After properly enabling them (and restarting all the servers) I can now successfully construct instances of the various custom workspace types through the web ui, so all good there. I'm working with Java so I regenerated my stub class libraries for all…
-
Perspective Manager Resizing Widget
Hi we have a perspective with Layout(Flow). In this perspective is 6 widgets 3 on top row and 3 on bottom row. The business wanted to now have 5 widgets and for one of the widgets the height to be the same height as two widgets. Can we change the heights of widgets(eg connected workspace(workspace) widget and if so how do…
-
A question to the Perspective Router implementation in smartUI SDK
Hi I just finished a demo for a large US Gouvernement agency. The widget draws an event chart using D3 based on data from Connected Workspaces with several custom REST services. Now I need to use a Backbone Router to intercept the URLs from the clicked D3 charts and to set the perspective accordingly (to avoid reloading…
-
Filtering columns from REST response V1 or V2 API
Hi, I'm trying to figure out how I can significantly filter the results returned by a nodes/{id}/nodes REST GET request so that I can get just the ID and NAME of each child. When I try to do it with the v1 version of the API, I cannot get the format right and end up with an empty list. When I try to do it with the v2…
-
Create Connected workspace using OScript in workflow
Hi, I have requirement to create a Connected Workspace and add it as a shortcut in workflow attachments. Can you anyone please guide me how can I do that. A code snippet will be appreciated. Regards, Sagar
-
Connected Workspaces REST API 16.2: Create business workspace bug or wrong documentation?
Hi there, I recently tried to create business workspaces with this rest api call: POST api/v2/businessworkspaces/ The documentation specifies the body as a JSON string as this example: { "template_id": 23234, "name": "Test", "parent_id": 23235, "description": "", "categories": { "23228": { "23228_2": "5654", "23228_3": ""…
-
Create Connected Workspace using CWS
Hi I know you can create Connected Workspace (Business Workspace) usign Extended ECM web services You can also create Connected Workspace by using some REST API calls (not sure if oficial already) But is there a way to create Connected Workspace using standard CWS? If there is no extended ecm availalbe Thanks Uldis
-
What are connected workspaces and how they are implemented?
We are exploring options for an upgrade from LL 9.7.1 installations to CS 16.x. One option we want to learn about are connected workspaces. What do they have to offer and how can they be implemented? Can traditional LL projects (subtype 202) in our 9.7.1 installation be converted to connected workspaces through some…