Hot Stamping

 

Characteristic view on the estimate

Picture 273

 

List of properties

Property Name

Information

Mandatory

Lookup

Interdependent

MaterialName

Stamp type material, it needs to exist in the characteristic

Yes

Yes

No

StampSizeHeight

Height of the stamp in mm

Yes

No

No

StampSizeWidth

Width of the stamp in mm

Yes

No

No

Side

Surface

0 - Front

1 - Back

Yes

Yes

No

InputNumber

Specify the input number, it is a fixed list 1 up to 5. The default is always 1st

No

Yes

No

Note

Note field

No

No

No

 

Lookup - To find the possible values for the stamping type, go to Specification Characteristic Type record > select the Hot Stamping characteristic > Edit > Edit characteristic info

Graphical user interface, application, email
Description automatically generated

Make sure that the material is in the list and active.

Graphical user interface, application
Description automatically generated

This characteristic can receive a list of materials and sizes. Because of that it will be needed to indicate in the XML the ItemSpecificationGroup to let iQuote know which property bellow to each line. E.g., if all properties belong to the first line use 1 as group.

 

XML Sample

 

<FeatureReference>

       <Value>Gold</Value>

       <!-- Value on that property -->

       <Extension>

                      <IDSet idSetType="Feature">

                                    <ID schemeAgencyID="3RDMIS">MaterialName</ID>

                                    <!-- Fixed property name -->

                      </IDSet>

                      <IDSet idSetType="FeatureCategory">

                                    <ID schemeAgencyID="3RDMIS">HotStamping</ID>

                                    <!-- Characteristic XML External Reference -->

                      </IDSet>

                     <IDSet idSetType="ItemSpecificationGroup">

                                     <ID schemeAgencyID="3RDMIS">1</ID>

<!—Group the properties in the same line -->

                      </IDSet>

</Extension>

</FeatureReference>

<FeatureReference>

       <Value>25.4</Value>

       <!-- Value on that property -->

       <Extension>

                      <IDSet idSetType="Feature">

                                    <ID schemeAgencyID="3RDMIS">StampSizeHeight</ID>

                                    <!-- Fixed property name -->

                      </IDSet>

                      <IDSet idSetType="FeatureCategory">

                                    <ID schemeAgencyID="3RDMIS">HotStamping</ID>

                                    <!-- Characteristic XML External Reference -->

                      </IDSet>

                      <IDSet idSetType="ItemSpecificationGroup">

                                     <ID schemeAgencyID="3RDMIS">1</ID>

<!—Group the properties in the same line -->

                      </IDSet>

</Extension>

</FeatureReference>

<FeatureReference>

       <Value>25.4</Value>

       <!-- Value on that property -->

       <Extension>

                      <IDSet idSetType="Feature">

                                    <ID schemeAgencyID="3RDMIS">StampSizeWidth</ID>

                                    <!-- Fixed property name -->

                      </IDSet>

                      <IDSet idSetType="FeatureCategory">

                                    <ID schemeAgencyID="3RDMIS">HotStamping</ID>

                                    <!-- Characteristic XML External Reference -->

                      </IDSet>

                      <IDSet idSetType="ItemSpecificationGroup">

                                     <ID schemeAgencyID="3RDMIS">1</ID>

<!—Group the properties in the same line -->

                      </IDSet>

</Extension>

</FeatureReference>

<FeatureReference>

       <Value>0</Value>

       <!-- Value on that property -->

       <Extension>

                      <IDSet idSetType="Feature">

                                    <ID schemeAgencyID="3RDMIS">Side</ID>

                                    <!-- Fixed property name -->

                      </IDSet>

                      <IDSet idSetType="FeatureCategory">

                                    <ID schemeAgencyID="3RDMIS">HotStamping</ID>

                                    <!-- Characteristic XML External Reference -->

                      </IDSet>

                      <IDSet idSetType="ItemSpecificationGroup">

                                     <ID schemeAgencyID="3RDMIS">1</ID>

<!—Group the properties in the same line -->

                      </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">HotStamping</ID>

                                    <!-- Characteristic XML External Reference -->

                      </IDSet>

                      <IDSet idSetType="ItemSpecificationGroup">

                                     <ID schemeAgencyID="3RDMIS">1</ID>

<!—Group the properties in the same line -->

                      </IDSet>

</Extension>

</FeatureReference>