-
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…
-
My Assignments Extended View - additional columns
Can we extend the columns in My Assignments Widget Expanded view ( Myassignmentstable) to display the date the task was assigned to the user. Note: I have registered the extension under "csui/controls/table/cells/cell.factory"
-
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…
-
Change localization (languge) of an integrated module - modal alert
Hello, I need to change a language of an Yes and No buttons in modal alert window. It should be ssible according to the snippet found in csui bundle. url: lib\src\csui\utils\commands\commands.md I tried several iteration but I am not able to make it working. Does anyone have an idea where this piece of code should be…
-
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…
-
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,
-
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…
-
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…