Component Format – Provided

 

Characteristic view on the estimate

Graphical user interface, application, Word
Description automatically generated

List of properties

Property Name

Information

Mandatory

Lookup

Interdependent

InventoryItem

iQuote inventory item code. This will be the Inventory item in the characteristic.

No

Yes

In the XML just one needs should be provided. If the user provides the InventoryItem, should not provide the InventoryMISCode

InventoryMISCode

MIS Code in the inventory. This will be the Inventory item in the characteristic.

No

Yes

In the XML just one needs should be provided. If the user provides the InventoryItem, should not provide the InventoryMISCode

ClosedWidth

Closed format - Width of the product. It needs to in mm in the XML. This field can be decimal.

Yes

No

No

ClosedHeight

Closed format - Height of the product. It needs to in mm in the XML. This field can be decimal.

Yes

No

No

Thickness

Thickness of the product in mm.

Yes

No

No

Weight

Weight of the product in grams.

Yes

No

No

Quantity

Quantity of inventory items that needs to be used. Just needed in case of inventory item provided in the XML.

No

No

No

Note

Note field.

No

No

No

 

Lookup - To find the possible values for the inventory item and inventory MIS Code, go to the inventory item record, open one item and find the information as bellow:

Graphical user interface, application, email
Description automatically generated

 

XML Sample

<FeatureReference>

              <Value>AR1000</Value>

              <!-- Value on that property -->

              <Extension>

                             <IDSet idSetType="Feature">

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

                                           <!-- Fixed property name -->

                             </IDSet>

                             <IDSet idSetType="FeatureCategory">

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

                                           <!-- Characteristic XML External Reference -->

                             </IDSet>

              </Extension>

</FeatureReference>

<FeatureReference>

              <Value>1</Value>

              <!-- Value on that property -->

              <Extension>

                             <IDSet idSetType="Feature">

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

                                           <!-- Fixed property name -->

                             </IDSet>

                             <IDSet idSetType="FeatureCategory">

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

                                           <!-- Characteristic XML External Reference -->

                             </IDSet>

              </Extension>

</FeatureReference>

<FeatureReference>

              <Value>1</Value>

              <!-- Value on that property -->

              <Extension>

                             <IDSet idSetType="Feature">

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

                                           <!-- Fixed property name -->

                             </IDSet>

                             <IDSet idSetType="FeatureCategory">

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

                                           <!-- Characteristic XML External Reference -->

                             </IDSet>

              </Extension>

</FeatureReference>

<FeatureReference>

              <Value>1</Value>

              <!-- Value on that property -->

              <Extension>

                             <IDSet idSetType="Feature">

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

                                           <!-- Fixed property name -->

                             </IDSet>

                             <IDSet idSetType="FeatureCategory">

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

                                           <!-- Characteristic XML External Reference -->

                             </IDSet>

              </Extension>

</FeatureReference>

<FeatureReference>

              <Value>0.01</Value>

              <!-- Value on that property -->

              <Extension>

                             <IDSet idSetType="Feature">

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

                                           <!-- Fixed property name -->

                             </IDSet>

                             <IDSet idSetType="FeatureCategory">

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

                                           <!-- Characteristic XML External Reference -->

                             </IDSet>

              </Extension>

</FeatureReference>

<FeatureReference>

              <Value>1</Value>

              <!-- Value on that property -->

              <Extension>

                             <IDSet idSetType="Feature">

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

                                           <!-- Fixed property name -->

                             </IDSet>

                             <IDSet idSetType="FeatureCategory">

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

                                           <!-- Characteristic XML External Reference -->

                             </IDSet>

              </Extension>

</FeatureReference>

<FeatureReference>

              <Value>Note in here</Value>

              <!-- Value on that property -->

              <Extension>

                             <IDSet idSetType="Feature">

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

                                           <!-- Fixed property name -->

                             </IDSet>

                             <IDSet idSetType="FeatureCategory">

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

                                           <!-- Characteristic XML External Reference -->

                             </IDSet>

              </Extension>

</FeatureReference>