Item Details  (UID: {{ var.item.itemuniqueidentifier }}) Close

{% set fontcolor = 'green' if var.item.istoplevel=='Yes' else 'red' %}
Parameter Value
Item ID {{ var.item.itemidentifier }}
Description {{ var.item.description }}
Revision ID {{ var.item.revisionidentifier }}
Is Top Level?{{ var.item.istoplevel }}
Global Life Cycle Phase Code {{ var.item.globallifecyclephasecode }}
Global Life Cycle Phase Code Other {{ var.item.globallifecyclephasecodeother }}
Global Product Type Code {{ var.item.globalproducttypecode }}
Item Classification {{ var.item.itemclassification }}
Version ID {{ var.item.versionidentifer }}
Proprietary Product Family {{ var.item.proprietaryproductfamily }}
Category {{ var.item.category }}
Global Product Unit of Measurecode {{ var.item.globalproductunitofmeasurecode }}
Make/Buy {{ var.item.makebuy }}
Make/Buy Other {{ var.item.makebuyother }}
Minimum Shippable Revision {{ var.item.minimumshippablerevision }}
Revision Released Date {{ var.item.revisionreleaseddate }}
Revision Incorporated Date {{ var.item.revisionincorporateddate }}
Is Serialization Required? {{ var.item.isserializationrequired }}
Is Certification Required? {{ var.item.iscertificationrequired }}
Owner Name {{ var.item.ownername }}
Owner Contact UID {{ var.item.ownercontactuniqueidentifier }}

Attachments {% if var.atcount > 0 %} {% for att in var.attachment %} {% set ftcolor = 'green' if (att.isfilein=='Yes') else 'red' %} {% endfor %}
Universal Resource ID: {{ att.universalresourceidentifier }}  ({{ att.fileidentifier }}.{{ att.universalresourceidentifier }})
Description {{ att.description }} Modification Date {{ att.attachmentmodificationdate }}
Reference Name {{ att.referencename }} File ID {{ att.fileidentifier }}
File size {{ att.filesize }} Checksum {{ att.checksum }}
Is File Present? {{ att.isfilein }} Global MIME Type Qualifier Code {{ att.globalmimetypequalifiercode }}
{% else %} (No attachments) {% endif %}

Approved Manufacturer List {% if var.mfgcount > 0 %} {% for art in var.mfg %} {% endfor %}
Manufactured By {{ art.manufacturedby }} Mfg. Part ID {{ art.manufacturerpartidentifier }}
Description {{ art.description }} Mfg. Part UID {{ manufacturerpartuniqueidentifier }}
Mfg Contact UID {{ art.manufacturercontactuniqueidentifier }} Global Preferred Status Code {{ art.globalpreferredstatuscode }}
Global Mfg. Part Status Code {{ art.globalmanufacturerpartstatuscode }} Global Mfg. Part Status Code Other {{ art.globalmanufacturerpartstatuscodeother }}
{% else %} (No listing) {% endif %}