Hello, I have the following situation:
I want to show all of the documents of the object angebotakte in the reference tree of the auftragsakte but I don't really know how to accomplish this.
Right now my reference Tree has the following json definition and looks like this:
[
{
"title": "Angebot",
"title_locales": {
"en": "Offer",
"de": "Angebot"
},
"key": "ReferenceType#angebotakte",
"folder": [
{
"key":"Test",
"title":"All objects",
"field":"type",
"showempty":true
}
]
}
]
My goal is that it looks like this:
So that i can see all the objects that are in the context folder angebotakte right in the reference tree of the auftragsakte.
I hope it's understandable if not feel free to ask.
thanks in advance to everyone who helps! :)