michael-batz / yourCMDB

A flexible asset management tool. See our new OpenSource project based on the idea of yourCMDB: DATAGERRY
https://datagerry.com/yourCMDB
19 stars 6 forks source link

ExportAPI: support multiple layers in export variables with objectref #37

Closed michael-batz closed 6 years ago

michael-batz commented 6 years ago

At the moment you can dereference fields of type objectref with one layer: `

` The field "location" is a reference to another object. The content of the field "city" of that field will be used.

Only one layer of dereferencing is possible. It would be nice, to support multiple layers, e.g: `

`

michael-batz commented 6 years ago

Implementation is done in the following way:

`

`

michael-batz commented 6 years ago

documentation updated, issue can be closed.