Smart View
Extend Smart View and build your own widgets
-
Is it possible to activate a WebReport trigger with a category update on a business workspace?
There is an option to configure this trigger in the desired location. It activates properly when a category change is made to a folder subtype, but not when the category change is made on a business workspace. The folder and business workspace are at the same hierarchy level under the trigger, which makes me think this is…
-
Project generator version 23.4.
Hello community, I am trying to find a SDK for Smart View to create a new project for version 23.4. I am not able to find it anywhere. Where is the hidden location that needs to be discovered? I am currently searching for a Smart View project generator that could be downloaded here for the version 22.3. But in the parent…
-
CORS policy issue
I am new for smart view. I am trying the examples from csui-sdk, got following errors: Access to XMLHttpRequest at…
-
Require.config 23.4 replacing paths NOT working anymore?
Hello community, I used to use this technique to replace whole components in Smart View. Example: Extending components with module or require was not possible so I had to create my own component and replace all OPENTEXT instances with my own. Like I do not like how VIEW1 = nodestable.view.js behaves in a method - so I…
-
TableReport Pagination Broken in CSv22.4?
Hello Smart UI Community, I recently upgraded a DEV instance of mine to CSv22.4 and have noticed a lot of my Custom WRs that have a Table Report no longer load all the data. The pagination of the control is broken in CSv22.4 This is the piece I am talking about: 'webreports/controls/table.report/table.report.view' It seems…
-
Items for Review (My Assignments widget), how does it determine what items to display?
We have noticed that the Items for Review list in the My Assignments widget is not displaying all the items that it should. I have found two items that are currently going thru a processflow under the same project, and can find no discernable reason why one shows up in the widget and the other does not (assigned to the…
-
Extended ECM, session timeout for classic view vs smart view
Extended ECM, session timeout for classic view shows the pop up window that session has expired and please sign in again. But smart view does not show this pop up window and goes back to login screen. Is there a way to have Smart view session window to have the session experience like classic view?
-
Database SQL Error while browsing the smart ui
Dears, we face a strange behaviour in our environment , when browsing from smart ui, the system log error in the System Event Report type "Database SQL Error" as attached we have Content Server 21.4, Microsoft SQL Server 2016 (SP1) , Windows Server 2016 Standard Evaluation 6.3 Any help?
-
How we can Edit OOB WorkspaceWidget
Hi, We need edit a functionality of giving createORselect Business Workspace of the BusinessWorkspace widget, for this we need to edit the OOB widget. Can you please guide me how can I edit the widget using SmartUI SDK. Regards
-
SubType mapping to icons
All, just updating my SubTypes list () to include updates for the Classic UI, but also now the Smart UI. I have this WR (https://knowledge.opentext.com/knowledge/cs.dll/Open/67817285) for Classic UI SubType listing, does anyone know of a way to get a similar list of Smart UI icons for each subtype ?
-
create/display Task List in Smart View
Dears, kindly we need to know if we can create/display the Tasks,Task lists in Smart UI? if there were any instruction to follow or guide? Regards,,
-
Business Workspace Perspectives - Enhancment Suggestions
Hi There, I have been using the Perspective Manager and there are some additional items that I would love to be included. An ability to remove a tab - once it has been added. There appears to be nothing in the UI/UX that allows for the removal of a tab Also, a way to create a conditional display on a tab (i.e. if category…
-
Adding a placeholder hidden field onto a smart UI form
Hi, I am doing this initially for business WS but ultimately I need this for all create forms in Smart UI. This post is kind of part Smart UI JS, and part Oscript, and this may be difficult to follow. What I'm trying to get: Any request to create an object, I want to add my own custom ID to the REST POST/PUT that sends…
-
How to use TreeView alongside folder browser
Hi all, Fairly new to smart view development and the SDK. I'm in fact not trying to develop anything custom but just use the CSUI in an external application. I've gotten the folder browser loaded up with no issue. I've read the documentation and it references a tree view which I take to mean a directory structure view of…
-
Folder widget
Hi I'm using widget folderbrowser2.widget in our external app. var browser = new FolderBrowserWidget2( { connection: serverConnection, start: {id: folderID } }); browser.show({placeholder: '#folderwidget'}); Is it possible to hide Up navigation (screenshot)?
-
How to update multiple record dates
Hi all, we used to have a Live report that changed the record dates or the classification dates of a folder and all it's subitems but after we updated to CS 22 the live report stopped working, does anyone know a way to be able to accomplish this with a web report?
-
Open Classic link example
Just curious, Has anyone got the open classic link example to work? I tried it and I still can't get the link to show up in the list of commands on a document. Oddly, I'm able to take the rename example and forged my own dialog that comes up with not too much effort, but the open classic doesn't work. I had this problem a…
-
Nodes Table -- Real Example
Hello OT Community, I am looking for a real example of how to use the Nodes Table Smart UI WR with a Filter. This feature is clear as mud from OT and discussed more on this blog: "The Nodes List WebReport widget displays a list of items (nodes) generated from the WebReport’s data source in a full-page view, similar to the…
-
Category attribute default values
Hi I am trying to update the attribute of type user with the currently logged in user but I didn't see any options to add a default value to the attribute of type user. Is there any option to add the default values to the Category Attributes especially attribute of type user.
-
convert perspective with custom rule
I'm trying to get the conversions done to use the new perspective types but it's being blocked by a certain invalid perspective: However, when I checked the rules in the Perspective Manager I don't see any rules at all: Has anyone come across this before?