I have a list of Controlled Vocabulary.vI am adding a tree view field that references the Controlled Vocabulary broader field in the levels and allows recursion.
Info |
---|
Setting recursion to true only makes sense if you have a tagbox in a list that references the same list. |
Code Block |
---|
[
{
"fieldId": "broader",
"allowRecursion": true,
"levels": []
}
] |
...
I then add a filter on the List
...