Packaging - Palletizing

 

Characteristic view on the estimate

Graphical user interface
Description automatically generated

 

List of properties

Property Name

Information

Mandatory

Lookup

Interdependent

QtyPerPack

Quantity of packed in a pallet. Integer field, it should be greater or equal 0.

No

No

No

MaterialType

Pallet material name

Yes

Yes. Material needs to exist in the specification characteristic type

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 material go to Specification Characteristic Type record > select the Pallet characteristic> edit > Edit characteristic info

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

Application, table
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"> Palletizing </ID>

                                    <!-- Characteristic XML External Reference -->

                      </IDSet>

       </Extension>

</FeatureReference>

<FeatureReference>

       <Value>Pallet of Wood</Value>

<!-- Value on that property -->

       <Extension>

                      <IDSet idSetType="Feature">

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

                                    <!-- Fixed property name -->

                      </IDSet>

                      <IDSet idSetType="FeatureCategory">

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

                                    <!-- Characteristic XML External Reference -->

                      </IDSet>

       </Extension>

</FeatureReference>