[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 %}

}}&partnumber2={{ product.oea_name|slice(7,9) }}”]

{% endfor %}

[/msdyncrm_twig]