cancel
Showing results for 
Search instead for 
Did you mean: 

what is impact of association source?

zhasik92
Champ on-the-rise
Champ on-the-rise

Hello, Community.

What is a purpose of <source> tag when  creating content model?

For ex:

<association name="scr:catalogElements">

   <title>childAssociation</title>

   <source>

   <mandatory>false</mandatory>

   <many>true</many>

   </source>

   <target>

   <class>scr:catalogBase</class>

   <mandatory>false</mandatory>

   <many>true</many>

   </target>

</association>

Does it mean that association is bedirectional?

I've tried to delete <source> tag, and i have not seen any changes.

Could you provide a links for "deep learning" of content model configuration, datalists, etc..

Thanks

1 ACCEPTED ANSWER

jpotts
World-Class Innovator
World-Class Innovator

Yes, associations are bi-directional. See if these docs help.

View answer in original post

2 REPLIES 2

jpotts
World-Class Innovator
World-Class Innovator

Yes, associations are bi-directional. See if these docs help.

zhasik92
Champ on-the-rise
Champ on-the-rise

Thank you, Jeff.