Packaging - Box

 

Characteristic view on the estimate

Background pattern
Description automatically generated

 

List of properties

Property Name

Information

Mandatory

Lookup

Interdependent

QtyPerPack

Quantity of packed in a box.

Integer field, it should be greater or equal 0

No

No

No

MaterialType

Box Type

Yes

Yes. Material needs to exist in the specification characteristic type

No

PackRawMaterial

Box Raw Material name

No

Yes. Box needs to exist in the Box Raw Material and with same BoxType indicated above

No

Note

Note field

No

No

No

AdditionalMaterial

Select the material included in the Pallet Characteristic. The system will use this information to calculate additional materials in the engineering.

You can use the Description, Quantity and Note nodes to send the Additional Materials. Moreover, since it is possible to have more than one material, it is important to use the Specification Group Property Item to group the material list.

No

No

 

 

Lookup

To find the possible values for the box type go to Specification Characteristic Type record > select the Box characteristic> Edit > Edit characteristic info

Graphical user interface, text, application, email
Description automatically generated

Make sure that the box type is in the list and active.

Graphical user interface, application, table
Description automatically generated

To find the possible values for the box material go to Box (Packaging) > select the box > Edit

Make sure that the box is in linked with the box type provided and active.

Graphical user interface, text, application, email
Description automatically generated

 

XML Sample

<FeatureReference>

       <Value>10</Value>

<!-- Value on that property -->

       <Extension>

                      <IDSet idSetType="Feature">

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

                                    <!-- Fixed property name -->

                      </IDSet>

                      <IDSet idSetType="FeatureCategory">

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

                                    <!-- Characteristic XML External Reference -->

                      </IDSet>

       </Extension>

<FeatureReference>

       <Value>Big Box (410 x 300 x 280) </Value>

<!-- Value on that property -->

       <Extension>

                      <IDSet idSetType="Feature">

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

                                    <!-- Fixed property name -->

                      </IDSet>

                      <IDSet idSetType="FeatureCategory">

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

                                    <!-- Characteristic XML External Reference -->

                      </IDSet>

       </Extension>

</FeatureReference>

<FeatureReference>

       <Value> Big Box (410 x 300 x 280) </Value>

<!-- Value on that property -->

       <Extension>

                      <IDSet idSetType="Feature">

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

                                    <!-- Fixed property name -->

                      </IDSet>

                      <IDSet idSetType="FeatureCategory">

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

                                    <!-- Characteristic XML External Reference -->

                      </IDSet>

       </Extension>

</FeatureReference>