Plan requirement
| Subscription | Any plan |
| Access | Admin |
Nested drop-downs turn one long list into a short choice followed by a shorter one. They are built entirely in the value names.
Build a nested list
- Edit the drop-down field.
- Write each value with two colons between the levels: Hardware::Laptop, Hardware::Printer, Software::Licence.
- Save.
Zendesk builds the hierarchy from the names. There is no separate parent to create, and no limit that most people will meet, though two levels is where readability sits.
What the agent sees
A first choice showing only the top level, then a second showing only the children of what they picked. Forty options become two choices from six.
The tag catch
Each value has a tag attached, and by default the tag is derived from the full path. Renaming a parent therefore changes the tags of every child, and any rule or report keyed on those tags stops matching.
Setting the tags explicitly, rather than accepting the generated ones, avoids that entirely. It costs a few minutes at build time and saves an afternoon later.
Reporting on a nested field
Explore sees the full value, so a report groups by "Hardware::Laptop" rather than by "Hardware". Reporting on the top level alone needs a calculated attribute that takes the part before the colons. Worth knowing before you promise someone a breakdown by category.
Comments
0 comments
Article is closed for comments.