We have a "component A" , which has a multivalue field of type 'embedded field'. The embedded field in turn has a multivalue field of type 'Component Link'.
This looks like: Component A -> Embedded Shcema Fields -> Component Links
How to iterate and access the fields of 'Component Links'in dreamweaver? Also the component field supports three different schemas and We want to check on these schema names in dreamweaver.
I found this post useful. But more details would be indeed great.
As Vikas previously mentioned, repeating over the multivalued component link field of a multivalued embedded schema field is relatively simple. Your DWT code should follow this form:
You can not, however, access the fields or schema details of these components with "out of the box" Dreamweaver Templates.
You can:
@@Get(...)@@
syntax@@RenderComponentPresentation(Field, "tcm:x-xx-32")@@