When exporting to excel from portlets, the hyperlink in the column with the project id disappeared. Could you please help us understand why?
Release : 16.1.1
Regarding the hyperlink functionality there is a feature toggle that can be turned on or off meaning whether you preffer the links or not as some customers did not want the hyperlinks when doing export to excel.
If feature is off, you cannot use bookmarks in SSO to send you to a particular page in Classic or the MUX. It will take you to the homeActionId in Classic or your Home page in the MUX instead.
After the command is run, it is required to restart the clarity services or clear Clarity caches.
To enable this feature, run this clarity command:
admin toggle-feature SSO_BOOKMARKS 1
or this SQL update:
update cmn_features set enabled=1 where code = 'SSO_BOOKMARKS'