Hi,
When i said:
If you have changed the dropdown list for âStatusâ so that it doesnât fit the format required for a Dynamic dropdown, ( [PARENT ITEM NAME]_[CHILD ITEM NAME] )it wonât allow you to select values, thus none will show up on the listview / detailview / editview.
What i mean is, the âStateâ dropdown is the parent of the dynamic dropdown"Status"
Thus, for the âStatusâ dropdown field to show values, they must be in a certain format. ( [PARENT ITEM NAME]_[CHILD ITEM NAME] )
Using âStateâ and âStatusâ as an example it would be:
State:
Open
Closed
Status:
Open_New
Open_Assigned
Closed_Closed
etcâŚ
So, For the âStatusâ field to display âNewâ or âAssignedâ as an option, the âStateâ field must be selected as âOpenâ
and, for the âStatusâ field to display âClosedâ as an option, the âStateâ field must be selected as "Closed.
So, if the âStatusâ field has an item in its dropdown with no parent item, (I.e, the bit before the â_â), then it cannot display these options.
So, to answer your question:
what should be the same between status and state?
The parent item names in Status should be the same as the item names in State.
(i.e, âOpen_Newâ in âStatusâ & âOpenâ in âStateâ)
To create a Custom Dropdown Field & list, this can be done through studio.
Go to Admin > Studio > Dropdown Editor
Click âAdd Dropdownâ
Create your dropdown list how you like.
Save.
Then go to Admin > Studio > Cases > Fields
And click âAdd fieldâ
Then choose type: âDropdownâ and fill in the fields how you like.
On the field âDrop Down Listâ, select the dropdown list previously created.
Then save.
Then, you can add this field to the Edit view / Detail View / List View / Search view in Admin > Studio > Cases > Layouts > (Choose the view you want to add it to)
Hopefully that answers your questions!