Smart View
Extend Smart View and build your own widgets
-
For CS21.4 is there a clean way to install the SDK???
Hi, I'm revisiting this after a year. I gather in CS 21.2 the SDK was messed up. So I've waited until CS 21.4 was released to try again. Is there an OUT OF BOX way to install the SDK? I'm following the instructions inside the Readme.md file contained within the CSUI SDK download. Here is what I did: 1. Install NodeJS 12…
-
out_Module folder missing during the project build
Dears, i followed the steps to add widget but after building the project i found the out_module missing , only three folders added out-debug out-languagepack_en out-release but the out_module is Missing which have the oscript files and structure that will need to build our final module what is the problem here ? Regards,…
-
Perspective Manager: How to delete a tab?
Using the Perspective Manager, it's very obvious how to add a Tab, but not so much to remove it. Can someone tell me how to delete a tab?
-
Live Reload with the Smart UI SDK
Hi There, I have noticed that there has been an up-rev in the yeoman and grunt tooling with the new 21.4 SDK which is good 😁 (no more build problems with Node LTS). However, it would be nice (and I would imagine an improvement to a developer's workflow) to have some form of live reload - that is, you start a dev command…
-
Custom Workflow Task Validation
When we were developing a workflow in the old day, we could use the FormTask and custom HTML to do custom validation against the data. However, with SmartUI, we cannot add a custom HTML to do custom validation. Is anyone can share the idea on how to do that with SmartUI?
-
Content Server 21.4: Enabling/Location WebReports Smartview Widget in Perspective Manager
Hello, I am trying out webreports in a Content Server dev environment. I haven't used webreports since 2016, but I remember I was able to add widgets that displayed webreports content. I am trying to do the same now, but I cannot locate a webreport widget. The available widget sections are shown in the image below. Is…
-
out-Module Directory missing during the project build
Dears, i followed the steps to add widget but after building the project i found the out-module directory is missing , only three folders added out-debug out-languagepack_en out-release but the out_module is Missing which have the oscript files will need to build our final module what is the problem here ?
-
Alpaca form layout in Smart View
Hi All, Here's a simple form definition for Smart View: formDefinition = { "data":{ "document_title":null, "document_number":null, }, "options":{ "form": { "buttons": { } }, "fields":{ "document_title":{ "hidden":false, "hideInitValidationError":true, "label":"Title", "placeholder": "enter value to filter",…
-
Creating dynamic search which searches within Business Workspace
We have a requirement where within a Connected Workspace Business Workspace there should be a "saved search" which returns documents (only) stored in that specific workspace. Obviously we can do a * search in the Business Workspace and then filter for documents, but I'm thinking about a tab within the Smart UI perspective…
-
How to depend on private modules?
Hello 👋 I've been building my Smart UI extension and I've arrived at a point, where I want to extend a model from the /csui module that's not in the bundle index. That means it all works @localhost, but grunt fails at requirejsDependencyCheck with the common "Error: At least one module depends on a private module from…
-
Searching email folder metadata in Smart UI OTCS 20.4
We have a requirement around providing a search function to users to search through email metadata on their emails stored in an email folder. I added the OTEMail... fields so they are displayable under Search Regions, added them to a search query, and configured a Smart UI search widget to use this query. WIdget was blank,…
-
OTCS - "Out of Office"
How do you set another user for your workflows when you're "out of office"? I've heard this is something easily accomplished with Rel 21. We expose our users to only the Smart UI.
-
Adding a command to smart UI - missing a step
Hi, With CS 21.4 (and using nodeJS 12.27.x instead of the LTE) I have succeeded in compiling and deploying a simple widget. But what I really need is the smart UI equivalent of WebNode commands. I had this working about a year ago, but unfortunately, all that work didn't get saved and is now lost. What I'm trying to do now…
-
Example "rename"
Hello! Please advise me how to make the action available only for folders in the example "rename".
-
Smart UI SDK Error Getting Ticket after upgrading from 20.2 to 20.4
Hi, After upgrading from Content Server 20.2 to 20.4, our custom Smart UI widgets that were created using the Smart UI SDK and WebReports have the following error: Ticket: Error getting ticket. Details: Different user detected. Please reload the page to login again. This issue persists whether we use onReady3 or onReady2.…
-
Folder Browser Widget not work as expected in custom html page in CS 21.x
I am trying to embed a folder browser widget into a custom html page by import related css and js files and then load the widget on a div element. It works well in CS 16.2.11. It displays the exact content with correct style. However, the same code does not work as expected in CS 21.3. I managed to make it load after…
-
"webreports/widgets/tilereport" failed to load in smartview
Hi All, We are getting the error "webreports/widgets/tilereport failed to load" in smartview for all the Node Browsing Widgets.This error is not coming continously. when we refresh the landing page the error disappears and it loads all the tiles properly. Please let me know if any one had the same issue and any resolution…
-
Database field which stores which view user in (Smart view/Classic view)
I am looking to create report to see how many users are in smart view in the organization, so required to know which field in the database stores which model/view user is in. If anyone knows please let me know.
-
Edit Task List in Smart View
Dears, is there is a way to edit the tasks within a task list in smart view as i have show the tasks in a node list widget but opening the tasks opens in Classic UI how can i edit the tasks in smart ui ? Regards, Abdulfattah Hussein
-
Category attributes unfilled - test inside workflow
Hello, We are using Content Server Workflows based on a template document, and with categories. When we create a new document (e.g. word) based on this template in the classic UI, the unfilled attributes are "undefined" : So we can test it. But when a document is created using the SmartUI, we can't test the attribute !! It…