-
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?
-
Custom Workflow Validation in SmartUI
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. Do we need to do a custom SmartUI development with a custom module if we want to do that? Or can we do a custom…
-
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…
-
Integrating the Smart UI in Sharepoint
HI all! I am looking for a way to integrate the Smart UI view, Content Server 20.4.x , into our Share Point Portal or as an iframe in our Intranetpage. What i found is a documentation from 2014 based on CS 10.x which describes the idea very simple. Unfortunately, i have not found a documentation based on SMART UI, what did…
-
Smart View WebReports widget
Hi We have a landing page with 3 tabs - overview, documents, statistics In overview page we have Widget 1 (WebReport) In statistics we have Widget 2 (WebReport) Both widget use code similar to this <div id="content"></div> <script> csui.require([ 'csui/lib/marionette', 'csui/lib/jquery',…
-
What is the best way to completely change the Header of smart view and classic view?
Hi, We have a requirement to completely change the header of the smart UI and classic view. What is the best possible way to make this change? Sample header attached for reference.
-
Fail to generate a csui-extension project
Hi, It's my first try. I've installed nodejs8,python 2, npm, yo,grunt-cli and so on based on the Readme.md file. When I run 'yo csui-extension' to generate my project, I get some error messages. The messages is like the following: D:\OPENTEXT\smartview\my-extension>yo csui-extension…
-
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…
-
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 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…