[msdyncrm_twig]
{% fetchxml collection=”products” cache=”PT30M” %}















{% endfetchxml %}

{% for product in products.results.entities %}

{{ product.oea_name }}

{{ product.oea_longdescription|raw }}

{% if product.productimage.annotationid != null %}

{{ product.oea_name }}

{% else %}

{{ product.oea_name }}

{% endif %}

}}”]

{% endfor %}

[/msdyncrm_twig]