VMware Cloud Community
mithilag
Contributor
Contributor

Displaying nested object properties in inventory description

Hi,

We are using the Model driven arche type for vRO plugin development.

In the inventory objects, we have other nested objects and lists as the inventory object's properties, which are not visible on the general tab, where the inventory object properties are displayed. All other primitive and enum type properties are seen, except list and nested  object types.

For eg, If we have an inventory object as Vehical, which has a property of type Car.

Car has it's own set of properties. We need to display the car's model in the on the general tab for the inventory object Vehical.

In the properties file, used in describeFinderProperties() method, where the labels of all the fields are configured, the nested object properties have been included. For eg. Vehical.car.model=Car model.

Is there some other configuration needed in order to get there type of properties displayed?

Any help is appreciated.

0 Kudos
0 Replies