-
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…
-
E-Mail-Folder SMARTVIEW: How to show attachments?
In Classic View, email attachments are displayed in a column, but unfortunately not in Smartview. Has anyone been able to solve this? Or is there an open ticket?
-
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…
-
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 ?
-
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 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
-
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?
-
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?
-
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…