Lamination
Characteristic view on the estimate
List of properties
Property Name |
Information |
Mandatory |
Lookup |
Interdependent |
LaminationFront |
Lamination material in front |
Yes - If there is no lamination in the back |
Yes. The material needs to exist in the specification characteristic type |
No |
LaminationBack |
Lamination Material in back |
Yes - If there is no lamination in the front |
Yes. The material needs to exist in the specification characteristic type |
No |
Note |
Note field |
No |
No |
No |
RollWidthFront |
Roll width in the front in mm |
No |
No |
No |
RollWidthBack |
Roll width in the back in mm |
No |
No |
No |
Lookup - To find the possible values for the Lamination, go to Specification Characteristic Type record > select the Lamination characteristic > Edit > Edit characteristic info
Make sure that the material is in the list and active.
XML Sample
<FeatureReference>
<Value>BOPP Gloss</Value>
<!-- Value on that property -->
<Extension>
<IDSet idSetType="Feature">
<ID schemeAgencyID="3RDMIS">LaminationFront</ID>
<!-- Fixed property name -->
</IDSet>
<IDSet idSetType="FeatureCategory">
<ID schemeAgencyID="3RDMIS">Lamination</ID>
<!-- Characteristic XML External Reference -->
</IDSet>
</Extension>
</FeatureReference>
<FeatureReference>
<Value>BOPP Matte</Value>
<!-- Value on that property -->
<Extension>
<IDSet idSetType="Feature">
<ID schemeAgencyID="3RDMIS">LaminationBack</ID>
<!-- Fixed property name -->
</IDSet>
<IDSet idSetType="FeatureCategory">
<ID schemeAgencyID="3RDMIS">Lamination</ID>
<!-- Characteristic XML External Reference -->
</IDSet>
</Extension>
</FeatureReference>
<FeatureReference>
<Value>Note 1</Value>
<!-- Value on that property -->
<Extension>
<IDSet idSetType="Feature">
<ID schemeAgencyID="3RDMIS">Note</ID>
<!-- Fixed property name -->
</IDSet>
<IDSet idSetType="FeatureCategory">
<ID schemeAgencyID="3RDMIS">Lamination</ID>
<!-- Characteristic XML External Reference -->
</IDSet>
</Extension>
</FeatureReference>
<FeatureReference>
<Value>100</Value>
<!-- Value on that property -->
<Extension>
<IDSet idSetType="Feature">
<ID schemeAgencyID="3RDMIS">RollWidthFront</ID>
<!-- Fixed property name -->
</IDSet>
<IDSet idSetType="FeatureCategory">
<ID schemeAgencyID="3RDMIS">Lamination</ID>
<!-- Characteristic XML External Reference -->
</IDSet>
</Extension>
</FeatureReference>
<FeatureReference>
<Value>100</Value>
<!-- Value on that property -->
<Extension>
<IDSet idSetType="Feature">
<ID schemeAgencyID="3RDMIS">RollWidthBack</ID>
<!-- Fixed property name -->
</IDSet>
<IDSet idSetType="FeatureCategory">
<ID schemeAgencyID="3RDMIS">Lamination</ID>
<!-- Characteristic XML External Reference -->
</IDSet>
</Extension>
</FeatureReference>