- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2016 09:16 AM
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
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2016 11:29 AM
Yes, associations are bi-directional. See if these docs help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2016 11:29 AM
Yes, associations are bi-directional. See if these docs help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-28-2016 03:45 AM
Thank you, Jeff.
