-
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…
-
Workflow - Text Pop-up Attribute - Multiple Rows
Hi, Wondering if anyone else has run into this and how they managed it. I have a workflow with a text pop-up with a Max rows of 4. Default 1. It is a required field. The user initiated with 3 rows but left one as <None> . The first task is assigned to a user and they get it in Smart View. They fill in their required fields…
-
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…
-
SmartView Customization
Hi, We have a requirement to customize the add document screen. We need to disable the '+' sign on the screen which is used to add categories or classifications. Please let me know if it is possible. Also is it possible to create the "Add Categories" to the screen as one of the field.
-
How to change validation in user login page
Hi Team, Need to change validations instead of 6 need to change to 14 characters, Please find the attached screenshot for reference.
-
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…
-
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,…
-
How to download documents using content server api's
Hi team How can I download bulk documents in content server using rest API's Thanks
-
csui-sdk 21.4.0 FolderBrowser Widget add Button sample
Hi All, I am new to and having some trouble learning the smart UI sdk framework, I have been studying require.js, backbone.js and marionette.js but it's still taking me awhile to understand how to implement functionality to more complicated widgets. Are there any samples where I can inject a custom button under the…
-
Lazy loading commands - delayed actions - async enabled
Hello OTEX community. We are thinking about the principle of delayed commands in context of enabled: method. It is said that command can be enabled only synchronosly - see the "documentation" here - yourProject\lib\src\csui\utils\commands\commands.md. So what is happening when you click "more" button and you see three dots…