Smart View
Extend Smart View and build your own widgets
-
Non admin user node permission - edit attributes
Hello guys, a simple question. Non admin user in Smart View wants to check the permissions for a node. Use case - execute command on a node (I know node ID) and context. How can I verify that user has Edit Attributes permission for a node? // HINT - We are using V2 api. We could switch to v1 API but it is more load for a…
-
TableReport client widget
Hello Smart UI Community, I am working on a Custom Report that returns a massive number of rows (>100,000) I am displaying the report to the Smart UI with the TableReport widget. (Finally) I have TableReport widget working with multiple sortable columns, including dates. The table works great. On the page, I want to…
-
Two questions - one smart UI and one about these forums
Smart UI question: Where is the setting in the admin pages to turn on or off the link that shows in your My Account drop down menu to go to smart view? Forum questions: How can I get to the regular user forums where I should be posting such questions? I go to forums.opentext.com and I get redirected always to the developer…
-
Smart View Action bar changes
Hi , Does anyone have idea on how to disable the options appearing in Action bar in Smart view. Client wants to hide some of the buttons at system level
-
Can the My Assignments widget be filtered? Or can I create a webreport that mimics node list widgets
The context: We have a perspective for employees that are part of our Health and Safety team. In that perspective, we use the My Assignments widget to get access to workflow steps that might be assigned to the employee. However, My Assignments shows all assignments, including tasks. I have a request to have the My…
-
Hiding commands - global masks
Hello guys, we can hide commands in different widgets with conguration of module.config() - see https://forums.opentext.com/forums/developer/discussion/comment/965479#Comment_965479 and usefull comment by Ferdinand Prantl https://forums.opentext.com/forums/developer/discussion/comment/945226#Comment_945226 The problem is,…
-
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…