Smart View
Extend Smart View and build your own widgets
-
Smart UI SDK 21.2 "broken" ??
IS there something amiss with the 21.2 Smart View SDK that anyone has come across? I've downloaded from Content Server Smart View SDK 21.2 (opentext.com) the SDK and the csui-generator. I am using Node 14.16.1 (under nvm), npm version 6.14.12. I have installed the csui-generator, noting that this produces the "primordials…
-
Override function in smart view
Hello, I need to change smart ui function and basically do a very minor change. In particular, i want to change category inheritance for copy/move to always inherit target. There is a parameter in csui/dialogs/node.picker/impl/header/header.view.js that controls this. initialize: function () { ... var…
-
Smart View Date Format Mismatch from Classic UI
Content Server 16.2.7 We are seeing a mismatch in the date format for Smart UI even though the following setting is being enabled. For example below, Classic UI Format: MM/DD/YYYY HH:MM AM/PM Smart UI Format: DD/MM/YYYY HH:MM AM/PM Is there a solution for already ?
-
Custom Message on Smart View Pages
Has anyone done this kind of setting. We are looking to add a custom message for date format understanding as follows, We have updated the file OT_HOME\support\csui\bundles\csui-app.js file for this but the alignment seems to not working. Is there a quick and better way possible ?
-
Custom Slice not getting updated for Smart View for Global Search
Content Server Version: 16.2.7 We have created a custom slice and applied it on the Global Search (as a default). It works as expected for Classic View. However in the smart view the default is not getting updated. Custom slice is available in the dropdown but not pre-selected. We are seeing From here being used. Any…
-
Process Wheel stuck in smart view in workspace
When we are opening a workspace in smart view, at the top the process wheel is stuck. Although we can view the folders inside workspace and all but the wheel is repeatedly running during then at the top. Please find the screen shot below.
-
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.
-
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…