-
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?
-
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…
-
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)?