Smart View
Extend Smart View and build your own widgets
-
SmartView - how to link document to the tile in the landing page point to different objects.
Supporting two official languages. We have a shortcut to put on the landing page and if we don’t populate the Display name, we get the benefit of the English/French names of the object. We need to point to different objects, one in English when the user’s preference is English, and a different object (in French) when the…
-
How choosing landing page for user group
We have created landing page perspective and want to add or assign this landing page to group. Which settings or how to assign landing page to group of users. we are using 21.2 version. created new Landing page perspective how to replace (existing landing page) / assign this landing page perspective to SmartView, so Group…
-
(Badly) Generated module is not showing after installation (22.1)
Hello, there is a strange thing happening for us. We need to create completely new module with Eclipse and install it in CS to view its functionality in Smart UI for version 22.1. Unfortunately the module seems to not be loaded properly after instalation. We eliminated potential Smart UI errors - configuration errors in…
-
Workflow Step in Smart View
Hello All I came across a presentation in KC about CS UI SDK which talks about workflow widgets. The widgets can be configured in such a way that the form tasks in a workflow can be reviewed and approved from the Smart View itself. It mentions about end-users getting access to this view on workflow assignments. I have also…
-
csui-sdk 21.4.0 FolderBrowser Widget add Button sample
Hi All, I am new to and having some trouble learning the smart UI sdk framework, I have been studying require.js, backbone.js and marionette.js but it's still taking me awhile to understand how to implement functionality to more complicated widgets. Are there any samples where I can inject a custom button under the…
-
Lazy loading commands - delayed actions - async enabled
Hello OTEX community. We are thinking about the principle of delayed commands in context of enabled: method. It is said that command can be enabled only synchronosly - see the "documentation" here - yourProject\lib\src\csui\utils\commands\commands.md. So what is happening when you click "more" button and you see three dots…
-
Override the logic for file upload - How to remove existing commands?
To extend the logic for and override the default file upload behavior, I think we will have to extend and register nodestable.view, as well as inlineform.view and tabletoolbar.view. I believe there are no extension point directly for fileupload, and the only way to extend the fileupload behavior is to extend the views…
-
Shortcuts edit
Hello, everyone) I have some created shortcut based on URL. What does it URL mean? and how I can make some changing in this shortcut (it's not my creation)? If you have information, please help me
-
SmartView Workflow Step Page Attachments
How can we customize to view the attachments with thumbnail view in the step page of workflow? Any pointers?
-
Workflow Smart UI Form Not Saving Data Added Programmatically
Hi All, We are developing workflows for a client and working hard (and creatively) to use OOB Smart UI Forms. We have a form where we launch a webreport for data search and api lookup...then, the user selects a record and we populate the form data in the workflow form. Easy Peezy, right? (no, tkl will not be appropriate in…
-
How to intercept uploaded file for decrypting a DRM encrypted file in the Smart View file upload?
Dear All, One of our customer want to appy DRM(Digital Rights Mgmt.) solution for their user's desktop environment. and it wil encrypt user's documents which is located in their own desktop. As a result of this, we can't use the CS Smart UI by design. Because DRM encrypted files can't full-text indexing for search…
-
Looking for way to display a group of nodes and their sub-folders in the same widget
The obvious answer might seem to be WebReports but a WebReport for custom node browsing seems to only work in classic view - I need this to work in Smart View. And given that I'm dealing with a government client, I can't do a custom widget because that means a custom module (just so you can update a single Javascript list…
-
Smart UI commands - implementing the open classic view example
Hi, Really hoping that someone in the know reads this and responds. I'm trying to implement a Smart UI command. For my needs, I am using the open.classic.command from the Smart UI SDK sample (Content Server 21.4, btw). I'm integrating with another smart UI extension that adds a Vue dialog to the interface which I don't…
-
Scrollbar in SmartView Search results page
Hello All, we have a requirement where in the search results page contains 12 columns and client doesn't want to click on the drop down arrow in the search results page to see the 3 or 4 columns that are hidden instead want a scrollbar at the bottom to navigate and see the rest of the columns. Is it something that is…
-
Smartview equivalent to Classic views Channel
Does anyone know if there is some kind of equivalent in Smartview to the Classic view's Channel object? For those of you unfamiliar with Channels, they let you schedule broadcast scrolling messages to all users at the top left of the screen.
-
How do I add individual attributes to the Metadata Widget - perspective manager v22.1
Perspective manager says that it allows me to select the data for the metadata widget from either a category or as a group of attributes. If I take the Attribute option, I am prompted to search for a category. I select the category, but I see no way to select the attributes that want in the widget. The help for the…
-
Smart UI install fails while trying to contact OpenText address
Hi, I'm trying to do a base installation of the Smart UI SDK. I downloaded the 20.4 SDK (the latest) and installed nodeJS v 11.15 (based on advice from others after trying with v14.16 and running into problems with running the yeoman installer - primordial error). I got as far as where you unpack the SDK, CD into it and…
-
Use Eclipse for IDE?
Is it possible to use Eclipse for the IDE for the Smart View SDK? If so, how? I'm stuck at this point in the instructions: 4. Develop # Run unit tests But when I do that, it says grunt-cli: The grunt command line interface (v1.2.0) Fatal error: Unable to find local grunt. If you're seeing this message, grunt hasn't been…
-
How to disable Drag and Drop in Smart UI
Hello Smart Viewers, 🖐️ Together with @jakubkares we figured out how to globally disable the Drag and Drop in the NodesTable widget. (The reason being one of the customer's requests). Turns out all you have to do is have a Smart UI SDK module deployed, and setting a flag inside of your -extensions.json, like so:…
-
Unable to Load SmartUI via simple test page
Hi all, Based on the guide below: Content Server UI Widgets 10.0.1 and 10.5.0 JavaScript Documentation (opentext.com) Currently, we are running OTCS 22.1. We tried to implement on simple test page via code below to load the SmartUI: <!DOCTYPE html> <html> <head> <script…