Smart View
Extend Smart View and build your own widgets
-
Display Filter by default using SMART View
Hi all ! Is there a way to force the content filter to automatically display on Smart View? Because in Smart View I must always click the filter icon to show the content filter. Is there another setting to force the content filter to display by default in Smart View? Maybe an option could be setting it in the CODE section…
-
SmartView Workflow extension
Hi We have workflow extension that was working fine on CS version 20.3 var FormExtensionController = WorkItemExtensionController.extend({ type: 101, sub_type: 1, constructor: function (attributes, options) { WorkItemExtensionController.prototype.constructor.apply(this, arguments); options || (options = {}); this.context =…
-
Perspective Manager Privelages?
I'm trying to grant a user the ability to run the Perspective Manager. Whatever privileges & permissions I give them, they always get the same message "Insufficient Privileges". Does anybody know what privileges they need? Do they need Sys Admin?
-
Modifying Smart UI Header to hide Search and Add Favorite based on role
Smart UI gurus..... Is there a means to hide in the Smart UI header the search and favourites icons based upon user's role/rights. I'm looking to hide the search option as users don't have access to the search templates, therefore the search cannot be executed anyway and I want to "force" navigation to find content. The…
-
Forms in a Workflow and Custom Coding
Hello! I originally posted this in Workflows and Forms but someone suggested I might get more bites here... Typically my organization displays forms via a workflow using the "Display: Smart View" option for the wf step. However, my current customer would like some custom code added to their form (specifically for one of…
-
How to contrtol for each WF stept to habilitate Comments o r no
How to control for each WF defin ition the possibility to have comments o not in the WF? In clasic view Commnets could be optional . But in Smart UI once Commnet is activated is Active for all users.
-
SmartUI for Dummies.
A great attempt by an esteemed CS Developer Mathew Barben https://www.linkedin.com/in/mbarben/ https://mbarben.medium.com/smart-ui-beginners-guide-eab9c7c34bd0
-
Initiating a workflow from Document in SmartUI creates a shortcut to the document
Hello Experts, I have an issue where in initiating a workflow against a document in Smart UI creates a shortcut to the document instead of actual document as against the Classic View. Can this behavior be configured or customized? This is on CS 16.2.9 Thanks Vinod
-
Using yo to build your first widget
Hi, This is something I used to know but I never had it written down. When you use the yeoman generator to build your first widget, what do all the settings represent? If you just take the defaults, it will error out as something it needs is undefined. See below. The value undefined-all will fail. What should go here…
-
ActiveView - Add Item not working smart UI
Hi Experts, I have added active view to create add-item menu. I can see menu in classic UI add item options but not in smart UI. What do I have to do to make it visible in smart UI? Thanks.
-
Smart View logo requirements
We are trying understand if there are any guidelines or restrictions such as dimensions, dpi, image resolution etc when trying to update the customers Smart View global header icon / logo? It's my understanding the logo currently is "height: 24px; width: 220px;" but can this be updated to anything?
-
Inject a variable chosen in Perspective Manager into custom widget
Hello all, I'm trying to create a slightly modified version of the standard custom.search widget. In the original widget you can choose a specific search query in the configure tab in Perspective Manager and the widget will get the query_id of that search query and display a search form with the related attributes. However…
-
Export SDK to Implement on CS Server
Hi Everyone, I can't find the guides of this on the Documentation, but once I've build new custom commands, how do I export it to my CS environment? Which comes to my second request, is there any places where one can do Smart UI Courses/Training?
-
API Connector
Hi Everyone, How can I check if the API is installed/working - to be able to change this? I'm connecting to CS on a VM - in relation to https://forums.opentext.com/forums/developer/discussion/302858/overwrite-smartui-menu-functions-in-custom-oscript-module
-
Smart UI Customization
Hi All, We were trying to explore Smart UI Landing page in OTCS and were wondering if we can customize the landing page in a manner which creatively suits our liking, We have tried adding widgets and are able to showcase data in them but what we intend to do is to change the complete look and feel of these widgets as well…
-
Smart UI extension point for function menu in Search results?
Hello, so far I had found how to add new commands in nodestable (browse) and metadata views. But I can't find any extension point that allows to add same command to function menu in Global search results view. Is this function menu supported already for customization and how to get to it?
-
Columns having values formatted using FORMATCOLUMNS are not sortable.
Columns that have data values formatted using sub-tags before the data is returned to the client. are not sortable, is it by design, or is there a way to have this column sortable This is what I have in the webreport [LL_WEBREPORT_INSERTJSON @TABLEREPORT COLLECTIONPROCESSING:"datasource"…
-
Smart View Workflow extension
Hi I've extended workflow page in Smart View through WorkItemExtensionController for data packages. I'm now trying to create task extension. I want to execute a custom function just before any button click in the workflow. So I've implemented executeAction method. In a documentation it says - << For task extension:**…
-
My Assignment Widget Not Opening Smart View Form Step
Hello, We have a requirement to show the Wokflow Assignments in an external application as a widget. For this purpose we had used the AssignmentsView package from the CSUI documentation. As per the documentation its supposed to open the Smart View form onClick of any of the assigment if its enabled in the Workflow. But…
-
Smart UI Internationalization
Hi, I have a feeling I'll end up eventually answering this myself, but here it goes.... My widget and commands work in English but they don't load in other languages. What I noticed was that it seems that the grunt script will compile into <module>-all.js the root/lang.js file, but not any of the others, even if other…