Item Details (UID: {{ var.item.itemuniqueidentifier }}) Close
| Parameter | Value |
|---|---|
| Item ID | {{ var.item.itemidentifier }} |
| Description | {{ var.item.description }} |
| Revision ID | {{ var.item.revisionidentifier }} |
| Is Top Level? | {% set fontcolor = 'green' if var.item.istoplevel=='Yes' else 'red' %}{{ 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 %}
Approved Manufacturer List
{% if var.mfgcount > 0 %}
{% for att in var.attachment %}
{% else %}
(No attachments)
{% endif %}
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 }}
{% set ftcolor = 'green' if (att.isfilein=='Yes') else 'red' %}
{% endfor %}
Is File Present?
{{ att.isfilein }}
Global MIME Type Qualifier Code
{{ att.globalmimetypequalifiercode }}
{% for art in var.mfg %}
{% else %}
(No listing)
{% endif %}
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 }}
{% endfor %}
Global Mfg. Part Status Code
{{ art.globalmanufacturerpartstatuscode }}
Global Mfg. Part Status Code Other
{{ art.globalmanufacturerpartstatuscodeother }}