cancel
Showing results for 
Search instead for 
Did you mean: 

DefaultPropertiesStructure in resource "details" overview

Former Member
0 Kudos

Hi,

I am trying to get the property details screen (DefaultPropertiesStructure) to display on the resource details overview screen (the first screen displayed when details are called from the hover menu).

Currently, for users to view the details, they are required to do 4 clicks to get there:

1. in the collection renderer click on the resource's hover menu

2. select "details" from the menu. A new window will pop up.

3. click on "settings" menu

4. select "properties" and the window will refresh with the properties.

Is there a way to allow users to access this screen with 1 or 2 click without coding?

Cheers,

Vic

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Victory,

yes, there is! All you have to do is to modify the Resource Renderer of the used Navigation iView - LayoutSet (be aware not to edit a standard Layout Set in order to be upgrade-safe!).

In the ResourceRenderer configuration edit the "Visible Properties" parameter and add ",rnd:command(command=details_properties_ex/style=small button)". Now you should have a button in the KM Navigation iView, that should directly open the properties of resources.

Hope this helps,

Robert

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Robert... solved my problem!