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.
-
How to show folder structure in Node Browsing Table in xECM SmartView?
Hi folks Thank you for taking the time reading this. I wonder how I can show the folder structure in xECM SmartView Node Browsing Table within a Perspective just for a normal folder container like it is possible within the Business Workspace Node Browsing Table. I was not able to find any option in the Perspective Manager.…
-
Smartview Extension Deployment
I try to understand how to deploy an extension to the server. I can deploy a custom widget successfully. I did not find how to deploy an extension for an existing widget such as in the “Add hello” sample from SDK. Adding the extension code including it’s extension.json file inside a deployed widget did not work.
-
SDK 24.3 - yeoman scaffolding fails
We tried to create a new Smart View customization project. We follow the instructions from "4-0190 Content Server SmartView Development - 20.2" When using yeoman for scaffolding we got the following error: Error [ERR_REQUIRE_ESM]: require() of ES Module C:\SmartView\generator\node_modules\chalk\source\index.js from…
-
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.
-
FolderBrowserWidget does not fire childSelected event
Hello, I am showing a FolderBrowserWidget in my external javascript application (loading the smartview library and css from my content server installation). The csui docs indicate that the FolderBrowserWidget has an event called childSelected and an accompanying method getSelectedChildren() but after registering these…
-
Remove tool bar BWS icon - Smart View
Dears, We are looking to remove the create BWS icon from the Smart View tool bar, does anyone have any leads to start on this please? Also, the customer is looking to replace the documentation link from the help icon, to be replaced by a custom PDF document they have. Best Regards
-
Smart View SDK Samples
Hi, We have downloaded csui-sdk-23.4.0 and built the sample site and can launch in a browser. However, when we click on the link to 'AddHelloCommand Demo' then we just get a blank page, and in the browser devtools it shows an error in node.js ('missing ) after argument list at :7777/lib/src/nuc/models/nodes.js?:9). Should…
-
TableReportView swrLaunchCell Issue
Can anyone tell me why this isn't working? It shows the column for the subreport but does nothing when I click on it. I'm running it in a Webreport with the destination set to HTML WebReport. <script> csui.require(['csui/lib/marionette', 'csui/utils/contexts/page/page.context',…
-
My Assignments Extended View - additional columns
Can we extend the columns in My Assignments Widget Expanded view ( Myassignmentstable) to display the date the task was assigned to the user. Note: I have registered the extension under "csui/controls/table/cells/cell.factory"
-
E-Mail-Folder SMARTVIEW: How to show attachments?
In Classic View, email attachments are displayed in a column, but unfortunately not in Smartview. Has anyone been able to solve this? Or is there an open ticket?
-
"ADN Table Key Lookup" field takes too long
Hello everyone We have a problem with a TKL field that performs a simple select in the database. It is taking 1 minute to load the data on the screen from the smart view, do you know of any way to improve the performance of loading the data from this field? note: 37,000 records are loaded this is the query select…
-
Shared story can't be reused in more texts
We're encountering an error stating 'Shared story can't be reused in more texts' while generating the document format output. Could you provide any insights?
-
Folder widget
Hi I'm using widget folderbrowser2.widget in our external app. var browser = new FolderBrowserWidget2( { connection: serverConnection, start: {id: folderID } }); browser.show({placeholder: '#folderwidget'}); Is it possible to hide Up navigation (screenshot)?
-
Database SQL Error while browsing the smart ui
Dears, we face a strange behaviour in our environment , when browsing from smart ui, the system log error in the System Event Report type "Database SQL Error" as attached we have Content Server 21.4, Microsoft SQL Server 2016 (SP1) , Windows Server 2016 Standard Evaluation 6.3 Any help?
-
How we can Edit OOB WorkspaceWidget
Hi, We need edit a functionality of giving createORselect Business Workspace of the BusinessWorkspace widget, for this we need to edit the OOB widget. Can you please guide me how can I edit the widget using SmartUI SDK. Regards
-
Embed custom HTML inside Widget
Hi, We are looking for a solution to embed customized HTML page inside a “widget window” of the Perspective Manager. So far I tried looking for a solution in Opentext Learning Services and in the forums, but no luck yet.. I managed to embed a WR inside widget, but it only works in Classic not in SmartView. Any guidance…
-
Category attribute default values
Hi I am trying to update the attribute of type user with the currently logged in user but I didn't see any options to add a default value to the attribute of type user. Is there any option to add the default values to the Category Attributes especially attribute of type user.
-
convert perspective with custom rule
I'm trying to get the conversions done to use the new perspective types but it's being blocked by a certain invalid perspective: However, when I checked the rules in the Perspective Manager I don't see any rules at all: Has anyone come across this before?
-
treeview: is that possibel order by foldername?
Hi, I would like to sort the folders in the treeview by name. The default seems to be sorting by descending DATAID. Is it possible to do this? thanks Jenny
-
Accessing Search Templates in Smart View
Hi, I'm noticing inconsistent behaviour around Advanced searches that are saved as search forms. My understanding is these (as opposed to saving search query) are to be accessible to Smart view search, i.e. so you can in classic view, save an advanced search page (i.e. one with metadata) and access it from the search icon…