|
returns the specified properties of all related objects in a list of maps when invoked on an instance.
// will return specified props in propertyList as list of map List propMapList = myRsComputerSystem.getRelatedModelPropertyValues("composedOf", ["ComputerSystemName"]) The method will return specified properties and two additional properties alias and id. |
Add Comment