Can 1 Custom Metadata Schema Reference Another? | Community
Skip to main content
New Participant
January 9, 2020
Solved

Can 1 Custom Metadata Schema Reference Another?

  • January 9, 2020
  • 1 reply
  • 895 views

Is it possible to have 1 custom metadata schema reference another?

 

For instance, I have:

 

customSchema1 which has application, image, and video customized underneath it.  It is applied to folder1.

 

customSchema2 which also has application, image, and video customized underneath it.  It is applied to folder2.

 

The only difference between the 2 schemas is with the image customization.  application and video are identical so I'd like to be able to reuse them rather than duplicate them.

 

Any thoughts?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by aanchal-sikka

The Metadata Schema are inherited to child base on Types. Like Image is inherited by jpeg and tiff.

 

We cannot reference one Metadata Schema from different Metadata Schema. Like in your case customSchema1 and customSchema2.

 

Its like Class inheritance is java. Two siblings cannot inherit from one another, but they can inherit from a common parent

1 reply

aanchal-sikka
aanchal-sikkaAccepted solution
New Participant
October 30, 2023

The Metadata Schema are inherited to child base on Types. Like Image is inherited by jpeg and tiff.

 

We cannot reference one Metadata Schema from different Metadata Schema. Like in your case customSchema1 and customSchema2.

 

Its like Class inheritance is java. Two siblings cannot inherit from one another, but they can inherit from a common parent

Aanchal Sikka