[msdyncrm_twig]
{% fetchxml collection=”products” cache=”PT30M” %}
{% endfetchxml %}
{{ currentrecord.name }}
{{ product.oea_subsubject }} {{ product.oea_subject }} Display
{% else %}
{{ product.oea_subsubject }} Series {{ product.oea_subject }}
{% endif %}
{% if product.producttypecodename == “Discontinued” %}
{% if product.new_discontinuedate != null %}
{% if product.oea_substituteproduct2id != null %}
Replaced by {{ product.oea_substituteproduct1id }} or {{ product.oea_substituteproduct2id }}.
{% elseif product.oea_substituteproduct1id != null %}
Replaced by {{ product.oea_substituteproduct1id }}.
{% else %}
{% endif %}
{% else %}
{% endif %}
{% endif %}
{% if ‘oled’ in product.oea_subjectname|lower %}
Resolution
Color
Outline
Viewing Area
{% endif %}
{% if ‘tft’ in product.oea_subjectname|lower %}
Diagonal Size
Resolution
Touchscreen
NONE
{% else %}
{% if product.new_touchscreen==”PROJ CAP” %}
CAPACITIVE
{% else %}
{{ product.new_touchscreen }}
{% endif %}
{% endif %}
Overall Size
Brightness
Contrast Ratio
Interface
{% endif %}
{% if product.oea_subjectname == “Graphic LCD” %}
Resolution
Outline (LxW)
Backlight Color
Operating Temperature
Viewing Angle
Polarizer
Controller
{% endif %}
{% if product.oea_subjectname == “Character LCD” %}
Resolution
Overall Size
Backlight Color
Operating Temperature
Viewing Angle
Polarizer
{% endif %}
{% if product.oea_subjectname == “Chip on Glass LCD” %}
Resolution
Size (OD)
Backlight Color
Temperature Range
Viewing Angle
Polarizer
Controller
{% endif %}
{% if ‘capacitor’ in product.oea_subjectname|lower or ‘quencher’ in product.oea_subjectname|lower or ‘filter’ in product.oea_subjectname|lower or ‘spd’ in product.oea_subjectname|lower %}
{% endif %}
{% if product.displayproductimage.annotationid != null %}
{% else %}
{% endif %}
{% else %}
{% if product.noisesurgeproductimage.annotationid != null %}
{% else %}
{% endif %}
{% endif %}
{% if ‘oled’ in product.oea_subjectname|lower or ‘tft’ in product.oea_subjectname|lower or ‘lcd’ in product.oea_subjectname|lower %}
{% else %}
{% endif %}
{% endfor %}
[/msdyncrm_twig]