-
D2 Smartview url parameters
Does anyone known what accepted parameters can be used on Smartview? I've seen via network traces that it uses something like: D2-Smartview/ui/#d2?_sso_repository=<repository>&_sso_application=<application>. This url allows login into the repository automatically, but it seems that once you are logged in, this tries to…
-
Getting document audit information in Smartview
Hi, I am trying to retrieve audit trail information for a document using Smartview 25.4. After configuring the audit settings in D2-Config, the"Audits" tab did not appear in Smartview. The tab only became visible after I modified the d2-init.js file, setting csui/widgets/metadata/metadata.audit.view to "true". However,…
-
Warning: D2fsThreadLocal clear Error occurred while Releasing the dfc Session
Hi all, In D2 Smartview, I found out, since version 23.4 (didn't check with earlier versions) and up to 25.2 (didn't test with 25.4 yet) that I get this waring in the Smartview log file: D2fsThreadLocal clear Error occurred while Releasing the dfc Session It happens every time I check out a document. I'm using the Content…
-
Where to set enableLoggingRequestDetail in Smartview
Hi all, In D2-Smartview's log, I see the following line: enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data Where can I set it to true. I have an issue with a .NET Client when passing a query form parameters and would like to be able to…
-
Multiple Auth Handler with Smartview/OTDS using SSO
Hi all, Anyone has succesfully put in place a solution that allow for using multiple Auth Handler with Smartview and OTDS, but without having the user to pick the handlre on the OTDS page? Cheers Alain
-
D2CheckinService plugin not used by Smartview
Hi there, I created a plugin using the D2 Smartview SDK In this plugin, I extend 2 services. For that I have 2 classes: class D2CheckinServicePlugin extends com.emc.d2fs.dctm.web.services.checkin.D2CheckinService and implements com.emc.d2fs.dctm.web.services.ID2fsPlugin class D2CheckoutServicePlugin extends…
-
D2Rest - Weird Checkin behaviour
Hi All, I'm using D2 Rest 24.2 (same goes when I put my rest stuff in Smartview (24.2) In my D2 Config, I configured the checkin to be Silent Major However, when I get my object in D2-Rest, in the version version policies, I see only same version or next minor, Since it's configured to silent check in as the next major…
-
Increase Smart View search results limit
Where can I configure the Smart View search results limit?. Actually it only display 350 results.
-
Is there a way to show the list of public searches without using the default SearchWidget?
Hi, I have a question about the usage of the D2-Smart View widgets/tiles. I want to change the main landing page by replacing the default SearchWidget with a "button" that opens the list of the saved/public searches, just like clicking on the title of the default Search widget. I created an OpenURL widget with the URL that…
-
is there API endpoint for Document to update it in D2 using D2 REST API?
is there API endpoint for Document to updated it in D2 using D2 REST API? Objective is to search the document name using unique name and get the objectID to update its meta-data. I do not see any API where I can find a objectid using search criteria. is there any examples ? DFS was way better than D2REST ,it is…