Packaging - Package

 

Characteristic view on the estimate

Graphical user interface, application
Description automatically generated

 

List of properties

Property Name

Information

Mandatory

Lookup

Interdependent

QtyPerPack

Quantity of packed in a Packaging.

Integer field, it should be greater or equal 1

Yes

No

No

MaterialType

Package material

Yes

Yes. Material needs to exist in the specification characteristic type

No

Note

Note field

No

No

No

 

Lookup - To find the possible values for the material go to Specification Characteristic Type record > select the Package characteristic > Edit > Edit characteristic info

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

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

Graphical user interface, application
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"> Package </ID>

                                    <!-- Characteristic XML External Reference -->

                      </IDSet>

       </Extension>

</FeatureReference>

<FeatureReference>

       <Value>Kraft</Value>

<!-- Value on that property -->

       <Extension>

                      <IDSet idSetType="Feature">

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

                                    <!-- Fixed property name -->

                      </IDSet>

                      <IDSet idSetType="FeatureCategory">

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

                                    <!-- Characteristic XML External Reference -->

                      </IDSet>

       </Extension>

</FeatureReference>