Inkjet Components

 

Characteristic view on the estimate

Picture 279

The sequence of the lines in the XML will generate the sequence in iQuote (first column in the image above).

 

List of properties

Property Name

Information

Mandatory

Lookup

Interdependent

ContentType

It is a lookup based on the description of the Content Type in the Inkjet characteristic.

Yes

Yes

No

ColorType

It is a lookup based on the description of the Color Type in in the Inkjet characteristic.

No

Yes

No 

DPIResolution

Integer number

No

No

 No

Heads

Integer number

No

No

 No

SizeWidth

mm field

No

No

 No

SizeHeight

mm field

No

No

 No

Note

Note field

No

No

 No

 

Lookup - To find the possible values for the inkjet, go to Specification Characteristic Type record > select the Inkjet Components characteristic > Edit > Edit characteristic info

Graphical user interface, application
Description automatically generated

Make sure that the color type and content type are 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>Address</Value>

       <!-- Value on that property -->

       <Extension>

                      <IDSet idSetType="Feature">

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

                                    <!-- Fixed property name -->

                      </IDSet>

                      <IDSet idSetType="FeatureCategory">

                                    <ID schemeAgencyID="3RDMIS">Inkjet</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>Blue</Value>

       <!-- Value on that property -->

       <Extension>

                      <IDSet idSetType="Feature">

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

                                    <!-- Fixed property name -->

                      </IDSet>

                      <IDSet idSetType="FeatureCategory">

                                    <ID schemeAgencyID="3RDMIS">Inkjet</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>300</Value>

       <!-- Value on that property -->

       <Extension>

                      <IDSet idSetType="Feature">

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

                                    <!-- Fixed property name -->

                      </IDSet>

                      <IDSet idSetType="FeatureCategory">

                                    <ID schemeAgencyID="3RDMIS">Inkjet</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>1</Value>

       <!-- Value on that property -->

       <Extension>

                      <IDSet idSetType="Feature">

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

                                    <!-- Fixed property name -->

                      </IDSet>

                      <IDSet idSetType="FeatureCategory">

                                    <ID schemeAgencyID="3RDMIS">Inkjet</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>50.8</Value>

       <!-- Value on that property -->

       <Extension>

                      <IDSet idSetType="Feature">

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

                                    <!-- Fixed property name -->

                      </IDSet>

                      <IDSet idSetType="FeatureCategory">

                                    <ID schemeAgencyID="3RDMIS">Inkjet</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>76.2</Value>

       <!-- Value on that property -->

       <Extension>

                      <IDSet idSetType="Feature">

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

                                    <!-- Fixed property name -->

                      </IDSet>

                      <IDSet idSetType="FeatureCategory">

                                    <ID schemeAgencyID="3RDMIS">Inkjet</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">Inkjet</ID>

                                    <!-- Characteristic XML External Reference -->

                      </IDSet>

                      <IDSet idSetType="ItemSpecificationGroup">

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

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

                      </IDSet>

</Extension>

</FeatureReference>