Smart View
Extend Smart View and build your own widgets
-
Can we hide mail as attachment option from the user?
Hi All, Can we hide mail as attachment option from "send to" list from user
-
Accessing Search Templates in Smart View
Hi, I'm noticing inconsistent behaviour around Advanced searches that are saved as search forms. My understanding is these (as opposed to saving search query) are to be accessible to Smart view search, i.e. so you can in classic view, save an advanced search page (i.e. one with metadata) and access it from the search icon…
-
Integration of smart ui widget in external application
Hello community, do you have any experience with integrating random Smart Ui widgets in an external application? We are going to investigate the topic quite a little bit, so I am looking also for someone to share the knowledge with. Just let me know. Thank you. Our goal is to create completely new random widget and…
-
Advanced Search in Smart View - is OT Core Content indicative of new features?
Hi OT Product Teams, With the recent announcement of OpenText Core Content, a click through was provided. I notice that one section of this click through (https://www.eimdemo.com/ClickTours/corecontent2/index.html#!/screens/448081272) discusses Search and appears to show Advanced Search as available. Working on assumption…
-
Folder Widget override document open
Hi We're using Folder Widget in our external app. Something like this //csui/integration/folderbrowser2/folderbrowser2.widget var browser = new FolderBrowserWidget( { connection: serverConnection, start: {id: FolderDataID } }); browser.show({placeholder: '#content'}); In Content Server the default click on the documents is…
-
document.overview - Change "Edit" / "Open" buttons behavior
Hi, I want to change the behavior of the "Edit" / "Open" buttons or hide one of them from the html page. Down the SmartView sdk there is a folder which has everything I need inorder to change the source code there. \src\csui\widgets\document.overview My question is how to push those changes into the Content Server? I used…
-
Recycle Bin in SmartView
Hi everyone, Is there any way to enable the Recycle Bin in SmartView. In classic is under Tools, but I can not seem to find it in SmartView. Maybe is no available or there is to enable anything... It's a need, so users can restore documents deleted by mistake. Best regards,
-
Workflow attachment commands - smartview
Hi, How do we extend menu commands shown on workflow attachment documents. I followed smarview documentation and was successfully able to add commands to documents in content server folders but the same commands no longer show up for workflow attachments. How can I enable them to show here also. Can you please point me in…
-
Vue dialog called from Create panel uneditable
Hi, For the case of the regular metadata panel (i.e. accessible after item is created) this all works just fine. However, it doesn't work from the create panel for an object. What I have is a dialog which is called by clicking on an icon beside a category attribute field. To do this, I created my own extension to the…
-
pagenumber parameter in Brava HTML5 viewer
Hi, We are using Brava HTML viewer in our application. We have a requirement where user wants to navigate to a particular page in the document by creating a custom URL. I remember that ActiveX viewer has a query string parameter named "pagenumber". Do we have any equivalent parameter in Brava HTML viewer?
-
Multiple folder widgets different behaviour
Hi I have a scenario where I'd like to load 2 folder widgets in the same page. Each widget shows different content. And for each widget there should be different configs. Is that possible? As you can see in the code I tried defining global “configs” and then I tried to change “configs” just before 2nd widget call. Does not…
-
Hiding some of items from the Add itemmenu/function menu on SmartUI
1. How can we hide some of items from the Add item menu/function menu on SmartUI ? Also, how can we achieve that on a folder level? . 2. Can we hide this some of those items from the functions menu in smart UI based on group or role? 3. Can anything that has been created using active view(similar to we have in classic UI)…
-
custom tree view perspective
Hi, We have a customer request to show in smart view a tree view of the Enterprise workspace. The requirment is actually a similar behaviour as in "Enterprise Connect". The Main features of the tree view is to navigate into documents, and on click, show the content of the ducument in the main window. Can you please suggest…
-
CS UI SDK add.hello.command - how to make it working?
I have a problem to get it working with the example: add.hello.command. I have done below steps: Deployed a OScript module "greetings" with csui extension enabled and fModulePrefix = 'greet' Created a new project with 'yo csui-extension' with default names Copied the folders and contents of commands/add.hello from sdk into…
-
Non admin user node permission - edit attributes
Hello guys, a simple question. Non admin user in Smart View wants to check the permissions for a node. Use case - execute command on a node (I know node ID) and context. How can I verify that user has Edit Attributes permission for a node? // HINT - We are using V2 api. We could switch to v1 API but it is more load for a…
-
TableReport client widget
Hello Smart UI Community, I am working on a Custom Report that returns a massive number of rows (>100,000) I am displaying the report to the Smart UI with the TableReport widget. (Finally) I have TableReport widget working with multiple sortable columns, including dates. The table works great. On the page, I want to…
-
Two questions - one smart UI and one about these forums
Smart UI question: Where is the setting in the admin pages to turn on or off the link that shows in your My Account drop down menu to go to smart view? Forum questions: How can I get to the regular user forums where I should be posting such questions? I go to forums.opentext.com and I get redirected always to the developer…
-
Smart View Action bar changes
Hi , Does anyone have idea on how to disable the options appearing in Action bar in Smart view. Client wants to hide some of the buttons at system level
-
Can the My Assignments widget be filtered? Or can I create a webreport that mimics node list widgets
The context: We have a perspective for employees that are part of our Health and Safety team. In that perspective, we use the My Assignments widget to get access to workflow steps that might be assigned to the employee. However, My Assignments shows all assignments, including tasks. I have a request to have the My…
-
Hiding commands - global masks
Hello guys, we can hide commands in different widgets with conguration of module.config() - see https://forums.opentext.com/forums/developer/discussion/comment/965479#Comment_965479 and usefull comment by Ferdinand Prantl https://forums.opentext.com/forums/developer/discussion/comment/945226#Comment_945226 The problem is,…