Filter enum field based on value from other enum field

Is it possible to filter one enum field based on value from other enum field?

 

Example:

Say we have a State enum field with values:

  • Maryland
  • Delaware
  • Washington D.C.

And we had a cities enum with the values:

  • Baltimore
  • Dover
  • Washington D.C.

I'd like to link both of the enum fields so that when I select Maryland, only Baltimore is displayed in the cities enum. When I select Delaware, only Dover is displayed.

Is this possible?

0
1 comment
Official comment

Hello! 

I suggest you use recommendations from the How to filter custom field values based on the selection of another field thread for this task. Should you have any further questions, feel free to contact us.

 

 

Please sign in to leave a comment.