cancel
Showing results for 
Search instead for 
Did you mean: 

modifying "Organize Portal Favorites" commands

Former Member
0 Kudos

Is there a way to modify the command group available in the "Organize Portal Favorites" view? For example, when in the Portal Favorites iView, I click the context menu and select 'Organize Portal Favorites.' That brings up a new window, and if I click on the context menu of the parent folder in that window, I get options such as New Folder, New Link, New External Link, etc. I want to remove the New Link option.

I went to the PortalFavoritesCollectionRenderer, but that only references an OrganizePortalFavorites component. Do I need to modify this component to control the command group in that view? If so, where can I find it?

Thanks in advance! All answers will be rewarded.

- Fallon

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Fallon,

you are on the right track.

You find the OrganizePortalFavorites Component by navigating in the KM Configuration to Content Management -> User Interface -> (Advanced Mode) -> Mapping -> Component

You'll see there the parameter "Command=EditLinklist".

If you look at this UI Command (... -> User Interface -> Commands -> UI Commands) you see here the parameter "rndLayoutSet=LinkListMaintenance".

So that's how it works, that when you klick on "Organize Portal Favorites" you get this LayoutSet.

In this Layout Set -> LinkListMntcCollectionRenderer -> LinkListMntcCollectionCommandGroup you will find the Command Group "LinkListMntcNewResourceGroup". Here you will see the three commands "new_folder,new_internal_link,new_external_link".

Best way to work here would be from bottom to top by replacing the SAP standard objects (Command Groups, Collection Renderers, etc.) with your objects.

Hope this helps,

Robert

Former Member
0 Kudos

Wonderful! Thanks so much for your help, Robert. It's much appreciated.

Cheers,

Fallon

Former Member
0 Kudos

Hi Robert,

We would like to modify some of text of the iview ... e.g. 'Organize Entries' and also the desciption text for addins link which appears in top of the iview. How do I do that?

Thx,

Tridib

Answers (0)