Best Of
Re: So does Documentum support unknown columns in DB table or not?
Thanks @Tejraj . That helped.
Re: Default click Overview page
Have a look at FolderBrowserWidget2 (csui/integration/folderbrowser2/folderbrowser2.widget), if you want the click actions on documents be handled like on the Smart View page (/app). When compared to FolderBrowserWidget, FolderBrowserWidget2 recognises only connection/connector/context and start options and includes only show and destroy methods. FolderBrowserWidget2 supports features implemented as perspective navigations like Document Overview.
Document Overview.is implemented as perspective navigation. It destroyes the current perspective and creates and displays the perspective assigned to the target node. For documents it is a perspective showing the DocumentOverview widget.
FolderBrowserWidget was initially introduced to browse folders and download/upload document content. It does not provide features that were implemented later as perspective (Smart UI page) navigations. Depending on the feature, it will either fall back to an action that can be performed (acceptable, document, e.g.), or do nothing (bad, follow-up, e.g.).
FolderBrowseWidget2 internally uses PerspectiveContext and shows PerspectivePanelView like the Smart View page. That is why perspective navigations work there. While the content of FolderBrowserWidget remains for the widget's life, the content of FolderBrowseWidget2 may be destroyed and re-rendered depending on the perspective that is will display. While perspectives shown on the Smart View page or folders and other containers can be configured, FolderBrowserWidget2 shows only one common perspective for all containers - the NodesTable widget.
Document Overview.is implemented as perspective navigation. It destroyes the current perspective and creates and displays the perspective assigned to the target node. For documents it is a perspective showing the DocumentOverview widget.
FolderBrowserWidget was initially introduced to browse folders and download/upload document content. It does not provide features that were implemented later as perspective (Smart UI page) navigations. Depending on the feature, it will either fall back to an action that can be performed (acceptable, document, e.g.), or do nothing (bad, follow-up, e.g.).
FolderBrowseWidget2 internally uses PerspectiveContext and shows PerspectivePanelView like the Smart View page. That is why perspective navigations work there. While the content of FolderBrowserWidget remains for the widget's life, the content of FolderBrowseWidget2 may be destroyed and re-rendered depending on the perspective that is will display. While perspectives shown on the Smart View page or folders and other containers can be configured, FolderBrowserWidget2 shows only one common perspective for all containers - the NodesTable widget.
Re: DB migration for OpenText products
As far Content Server goes, there isn't any that's made available to you officially by OpenText. However, there is a third-party technology partner module from Syntergy, xDB for OpenText Content Server, that can help you with this move for a fee.
@Vijay_Sharma
@Vijay_Sharma
Re: How do I regenerate a token?
As a developer, you can manage your tokens from the Console access through OpenText | Developer. You'll only see that Console tab if your credentials are assigned the developer role.
From there, open up the application you want to regenerate the token for. On the right-hand side of the page, you'll see an area for managing your tokens.

Click on that button to open up the window. There, you can regenerate, revoke or configure redirect URLs for your token specific to that application.
From there, open up the application you want to regenerate the token for. On the right-hand side of the page, you'll see an area for managing your tokens.

Click on that button to open up the window. There, you can regenerate, revoke or configure redirect URLs for your token specific to that application.

6