Hi,
We need to implement the following scenario. I need expert help in resolving this.
We have two types of document namely Presentation and Slide. Presentation is associated with multiple slides. Presentation has following metadata attribute like product which is dropdown value. Slide has metadata attributes like type and subtype, both of them are dropdown values. In this case of slide, subtype dropdown values are depend on type selected. Also type attribute value of slide is depend on the product attribute selected at presentation level.
Presentation { product: list}
|
—— Slide { type: list, subtype:list}
Please note that i have created models for presentation and slide.
What all the configuration and customization I need to do to implement this functionality?
regards,
vaikund