Any way to hide one value on a value list when using the property/list in another class?

Hello,

I am using the same Property based on the same Value List in two different document classes, since they have overall the same use.

I want to exclude just one value on the list from showing up in one of those classes because it is not relevant - but I am reluctant to have to create a new Property/Value List just to satisfy this need (also for querying I would rather everything be based on one list).

Is there any way, through metadata card configuration - or otherwise - to exclude (hide) one or more values on a list from showing up on a specific class.

Thank you.

Patrick.

Parents
  • Perhaps not exactly what you are looking for but this would still give the desired result from a user perspective:

    Class is a value list itself. You can make your value list a sublist of class, and then you can specify which choices shall be available in each class. This approach requires you to repeat those values that shall be available in both classes in the configuration, but users will have the same property in both classes, and they will only see the relevant choices depending on the selected class.

Reply
  • Perhaps not exactly what you are looking for but this would still give the desired result from a user perspective:

    Class is a value list itself. You can make your value list a sublist of class, and then you can specify which choices shall be available in each class. This approach requires you to repeat those values that shall be available in both classes in the configuration, but users will have the same property in both classes, and they will only see the relevant choices depending on the selected class.

Children
No Data