Smart View
Extend Smart View and build your own widgets
-
Custom icons in Smart UI
We have a request to see how much development is required to use custom icons for specific mimetypes in Smart UI. One if for .twbx (Tableau) and the other is .pbix (Power BI). I can see by looking at the CS the standard mimetypes like Excel, Word, all point back to image/icons/mime_word.svg and are assigned a specific…
-
Is there an option to set individual column width in the TableReportView options?
Hi, Is there an option to set individual column width in the TableReportView options? We are using an HTML web report with the live report to show search results and need a way to expand a few columns and shrink others to fit in the column values and make them readable. Is there a document that details these options? I am…
-
Enable Pagination in HTML WebReport WIdget
Hello Everyone! I was able to run WebReports that can accept input parameter based on the below thread: https://forums.opentext.com/forums/support/discussion/289289 I would like to know if it is even possible to enable pagination using the same HTML WebReport widget. If this is not possible with the standard HTML WebReport…
-
how to cust *add item* widget in the smart UI?
hi, i try to customize Add item (content server activity) ,how can i use Node.Picker from the SDK? there is documentation step by step how to do it? where i add my code? thank you
-
Recommended version of NodeJS and npm for Widget Development
Hi Everyone! Is there a particular version of NodeJS and npm that I'm suppose to install on my CS instance to be able to create the necessary folder structures for widget development. I understand there is a development project (Folder) structure that will be generated by csui-extension. I'm running into compatibility…
-
Add a menu item in workflow attachment using "Workitem Attachment ToolbarItem"
* I am trying to add an existing command in a menu item to the smart UI attachments (workflow) panel. * In csui-sdk 20.3 and 20.4 has the feature to extend the menu options using the workitem.attachments.toolbaritems extension. (ref:…
-
Find out which widget is using a specific webreport
Hi, We have defined some perspectives (using the standard widgets) and are using webreports to fill in "Nodes List Webreport" widgets in CS v20.3. For documentation purposes I want to make an overview per webreport and list the perspectives/widget it is used in. I tried to find the relationship between perspectives and…
-
Default click Overview page
Hi In recent versions in Smart View you can configure the system to open document Overview page when document Name is clicked in the folder view. We have external app where we embed widget (either with FolderBrowser or NodesTableView). Through widget when clicking document Name it downloads the documents. In full Smart…
-
Favorite and Recently Accessed Widgets on Landing Page does not behave the same all the time
The Favorite Widget on Landing Page using the override.css does not behave the same all the time. Some times the expand option is at the top and sometimes it is at the bottom. When it is at the bottom the expand pops out like a modal and at the top it is more of a redirect. I am looking for a way to make the behavior the…
-
Support for Tabbed-Flow in SmartView v20.3
Hello All I remember someone helped me in the past with the perspective manager to come up with tabs in the SmartView. This was available with v16.2.7, however after upgrade to v20.3 the "Code Editor" button in the perspective manager is no longer available. I would like to know if there are any available RH's to open the…
-
Cookies in HTML WebReport
Goodnight: I am using cookies to pass information from one webreport to another, and everything works perfectly. The problem is when I want to run the webreport in smartview as HTML Webreport. In this situation everything I run using LL_REPTAG_HTTPCOOKIE stops working I can't understand why. Anyone have light for this?…
-
Smart view sql error
Hi , I have a smart view custom webreport prepared where I am using a livereport and sql command EXEC to update the data to a custom table. While doing so I am getting the below error. KSql::EndTracsaction('Scripting requested rollback.', False) --> SUCCESS. It is happening recently, as we are using the same configuration…
-
SMART UI screen - fromView refresh
On a workflow task smart ui screen Is there a means to update/refresh the smart ui form view showing workflow attribute. In my case some actions can update in background these workflow attribute. Is this at all possible and any hints on how? Thanks
-
define vs csui.define (plus some grunt questions)
Hi, I've observed something with smartUI that seems to have begun around 16.2.10 (because I didn't run into this in CS 16.2.8). If you build the default Hello widget using the generator, in all the JS files, it uses define() to require all of the various artefacts (jquery, Marionette, the HBS template, language etc).…
-
SmartUI inlineActionbar - how to make your custom command to be the first in the inlineActionbar?
Hi, Can someone help me with making custom command to be shown in the inlineActionbar with icon (not under "..." menu)? I assume it is because it has 5 items by default to be shown first. here is the code I have: define(['i18n!olylak/reprint/impl/nls/lang'], function (lang) { 'use strict'; return { otherToolbar: [ {…
-
Uploading email via drag and drop in Smart View OTCS 16.2.7 change mimetype to Document.
Hello, Any one experience uploading an Email in folder via drag and drop, the mimetype is Document instead of Email in Smart View? Tried in Classic View and it gives out the correct Mimetype which is email. Uploaded via Smart View Uploaded via Classic View Regards, Adrian
-
cs smart ui sdk start.page.view
Hello, I'm trying to build my own page (outside of CS) that would display smart UI landing page or CWS landing page or basically any other folder landing page with all the widgets that are configured for that particular location. And modify the page so that all headers, search, etc. are removed - basically only widgets are…
-
NodeTableView - should it display options not relevant to the container/volume.
Hi Smart UI team - Ferda et al in particular.... If the NodesTableView is embedded on a page - either in a Smart UI customisation, or HTML page with a context - AND the starting ID is set to the Attachments volume of a workflow, then the version settings button (top right) that allows changing to Major/Minor versioning is…
-
Smart View reassign workflow tasks
Hello, Is it possible to reassign workflow tasks from Smart View? We are on 20.3 and I'm trying to make a tracking section for some of our workflows for the management groups to use. The one feature that I can't find or figure out how to do is reassign a task without having to go back to classic view. Is this possible yet,…
-
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…