BOMQNC: List of BOM Notional Parts
The List of BOM Notional Parts business object was primarily written to support an SRS report.
Properties
| Syspro Module | Bill of Materials |
| Class | Query |
| Methods | Query |
| Functional Area | Bill of Material Primary Query |
| Initial version released | Syspro 6.1 |
Input XML
The .XML and .XSD input files indicate the parameters schema and an instance of an XML document for this business object.
Copy
<?xml version="1.0" encoding="Windows-1252"?>
<!-- Copyright 1994-2014 SYSPRO Ltd.-->
<!--
Sample XML for the BOM Notional Parts Query Business Object
-->
<Query xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance" xsd:noNamespaceSchemaLocation="BOMQNC.XSD">
<Filter>
<ParentPart FilterType="A" FilterValue=""/>
<Route FilterType="A" FilterValue=""/>
</Filter>
</Query>
Copy
<?xml version="1.0" encoding="Windows-1252"?>
<!-- Copyright 1994-2014 SYSPRO Ltd.-->
<!--
Schema for the List of BOM Notional Parts Business Object
-->
<xsd:schema elementFormDefault="qualified" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element name="Filter">
<xsd:annotation>
<xsd:documentation>This is the Parent Filter element</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="ParentPart" minOccurs="0"/>
<xsd:element ref="Route" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="ParentPart">
<xsd:annotation>
<xsd:documentation>Filter on parent notional part. A - All, R - Range, L - List or S - Single. The default is A.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="FilterType" use="optional" default="A">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="A"/>
<xsd:enumeration value="R"/>
<xsd:enumeration value="S"/>
<xsd:enumeration value="L"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="FilterValue" type="xsd:string" use="optional"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="Query">
<xsd:annotation>
<xsd:documentation>This is the root element</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="Filter"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Route">
<xsd:annotation>
<xsd:documentation>Filter on route. A - All, R - Range or S - Single. The default is A.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="FilterType" use="optional" default="A">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="A"/>
<xsd:enumeration value="R"/>
<xsd:enumeration value="S"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="FilterValue" type="xsd:string" use="optional"/>
</xsd:complexType>
</xsd:element>
</xsd:schema>
Output XML
The OUT.XML indicates a sample of the XML returned by this business object.
Copy
<?xml version="1.0" encoding="Windows-1252"?>
<!-- Copyright 1994-2014 SYSPRO Ltd.-->
<!--
Sample XML for the BOM Notional Parts Query Business Object
-->
<BOMNotionalParts xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance" xsd:noNamespaceSchemaLocation="BOMQNCOUT.XSD">
<SystemInformation>
<CssStyle></CssStyle>
<Language>EN</Language>
<DecFormat>1</DecFormat>
<DateFormat>01</DateFormat>
<Role>01</Role>
<Version>6.1.001</Version>
<CompanyId>M</CompanyId>
<CompanyName>The OUTDOORS Company</CompanyName>
<OperatorCode>KPSQL1</OperatorCode>
<OperatorName>Kirsty Peel</OperatorName>
<OperatorGroup>ADMIN</OperatorGroup>
<OperatorEmailAddress></OperatorEmailAddress>
<OperatorLocation></OperatorLocation>
<LocalCurrency>$</LocalCurrency>
<LocalCurrencyDesc>Local Currency</LocalCurrencyDesc>
<GlPrdPerYear>12</GlPrdPerYear>
<ReportDate>25/03/2010 11:26</ReportDate>
<UseSeparatorOnReports>N</UseSeparatorOnReports>
<SeparatorToUse>,</SeparatorToUse>
<OperatorPrimaryRole></OperatorPrimaryRole>
<NoOfDigits>2</NoOfDigits>
<DecCharToUse>.</DecCharToUse>
<BOMQtyPerDecimals>6</BOMQtyPerDecimals>
</SystemInformation>
<QueryOptions>
<ParentPartFilterType>A</ParentPartFilterType>
<Translated_ParentPartFilterType>All</Translated_ParentPartFilterType>
<ParentPartFilterValue></ParentPartFilterValue>
<RouteFilterType>A</RouteFilterType>
<Translated_RouteFilterType>All</Translated_RouteFilterType>
<RouteFilterValue></RouteFilterValue>
</QueryOptions>
<NotionalDetails>
<NotionalDetail>
<ParentPartCount>000000001</ParentPartCount>
<ParentPart>NC100</ParentPart>
<ParentPartDescription>Notional Parent</ParentPartDescription>
<Version></Version>
<Release></Release>
<Route>0</Route>
<CoProductLine>000001</CoProductLine>
<CoProduct>COWB100</CoProduct>
<CoProductDescription>Water Bottle</CoProductDescription>
<CoProductVersion></CoProductVersion>
<CoProductRelease></CoProductRelease>
<OperationOffset>001</OperationOffset>
<OptionalFlag>N</OptionalFlag>
<QtyPer> 200.00</QtyPer>
<Edited_QtyPer> 200.00</Edited_QtyPer>
<PctMaterialCost> 90.00</PctMaterialCost>
<Edited_PctMaterialCost> 90.00</Edited_PctMaterialCost>
<PctLaborCost> 50.00</PctLaborCost>
<Edited_PctLaborCost> 50.00</Edited_PctLaborCost>
<PctSubContractCost> 50.00</PctSubContractCost>
<Edited_PctSubContractCost> 50.00</Edited_PctSubContractCost>
<PlanWeight> 1.00</PlanWeight>
<Edited_PlanWeight> 1.00</Edited_PlanWeight>
<PctQuantity> 0.00</PctQuantity>
<Edited_PctQuantity> 0.00</Edited_PctQuantity>
<MaterialLabourItems></MaterialLabourItems>
</NotionalDetail>
<NotionalDetail>
<ParentPartCount>000000002</ParentPartCount>
<ParentPart>NC100</ParentPart>
<ParentPartDescription>Notional Parent</ParentPartDescription>
<Version></Version>
<Release></Release>
<Route>0</Route>
<CoProductLine>000002</CoProductLine>
<CoProduct>COLID100</CoProduct>
<CoProductDescription>Water Bottle Lid</CoProductDescription>
<CoProductVersion></CoProductVersion>
<CoProductRelease></CoProductRelease>
<OperationOffset>001</OperationOffset>
<OptionalFlag>N</OptionalFlag>
<QtyPer> 200.00</QtyPer>
<Edited_QtyPer> 200.00</Edited_QtyPer>
<PctMaterialCost> 10.00</PctMaterialCost>
<Edited_PctMaterialCost> 10.00</Edited_PctMaterialCost>
<PctLaborCost> 50.00</PctLaborCost>
<Edited_PctLaborCost> 50.00</Edited_PctLaborCost>
<PctSubContractCost> 50.00</PctSubContractCost>
<Edited_PctSubContractCost> 50.00</Edited_PctSubContractCost>
<PlanWeight> 0.00</PlanWeight>
<Edited_PlanWeight> 0.00</Edited_PlanWeight>
<PctQuantity> 0.00</PctQuantity>
<Edited_PctQuantity> 0.00</Edited_PctQuantity>
<MaterialLabourItems></MaterialLabourItems>
</NotionalDetail>
<NotionalDetail>
<ParentPartCount>000000003</ParentPartCount>
<ParentPart>NS100</ParentPart>
<ParentPartDescription>Notional Parent</ParentPartDescription>
<Version></Version>
<Release></Release>
<Route>0</Route>
<CoProductLine>000001</CoProductLine>
<CoProduct>CO100</CoProduct>
<CoProductDescription>Energy Drink 1liter</CoProductDescription>
<CoProductVersion></CoProductVersion>
<CoProductRelease></CoProductRelease>
<OperationOffset>002</OperationOffset>
<OptionalFlag>N</OptionalFlag>
<QtyPer> 500.00</QtyPer>
<Edited_QtyPer> 500.00</Edited_QtyPer>
<PctMaterialCost> 33.33</PctMaterialCost>
<Edited_PctMaterialCost> 33.33</Edited_PctMaterialCost>
<PctLaborCost> 33.33</PctLaborCost>
<Edited_PctLaborCost> 33.33</Edited_PctLaborCost>
<PctSubContractCost> 33.33</PctSubContractCost>
<Edited_PctSubContractCost> 33.33</Edited_PctSubContractCost>
<PlanWeight> 0.00</PlanWeight>
<Edited_PlanWeight> 0.00</Edited_PlanWeight>
<PctQuantity> 0.00</PctQuantity>
<Edited_PctQuantity> 0.00</Edited_PctQuantity>
<MaterialLabourItems>
<MaterialLabourItem>
<ItemType>M</ItemType>
<Translated_ItemType>Detailed Material Costing</Translated_ItemType>
<MCoProductLine>000001</MCoProductLine>
<MSequenceNum>000010</MSequenceNum>
<MComponent>CO113</MComponent>
<MComponentDescription>Bottle 1 liter</MComponentDescription>
<MPctMaterialCost>100.00</MPctMaterialCost>
<Edited_MPctMaterialCost>100.00</Edited_MPctMaterialCost>
</MaterialLabourItem>
<MaterialLabourItem>
<ItemType>L</ItemType>
<Translated_ItemType>Detailed Labor Costing</Translated_ItemType>
<LCoProductLine>000001</LCoProductLine>
<LOperation>002</LOperation>
<LPctLaborCost>100.00</LPctLaborCost>
<Edited_LPctLaborCost>100.00</Edited_LPctLaborCost>
</MaterialLabourItem>
</MaterialLabourItems>
</NotionalDetail>
<NotionalDetail>
<ParentPartCount>000000004</ParentPartCount>
<ParentPart>NS100</ParentPart>
<ParentPartDescription>Notional Parent</ParentPartDescription>
<Version></Version>
<Release></Release>
<Route>0</Route>
<CoProductLine>000002</CoProductLine>
<CoProduct>CO101</CoProduct>
<CoProductDescription>Energy Drink 500ml</CoProductDescription>
<CoProductVersion></CoProductVersion>
<CoProductRelease></CoProductRelease>
<OperationOffset>003</OperationOffset>
<OptionalFlag>N</OptionalFlag>
<QtyPer> 1000.00</QtyPer>
<Edited_QtyPer> 1000.00</Edited_QtyPer>
<PctMaterialCost> 33.33</PctMaterialCost>
<Edited_PctMaterialCost> 33.33</Edited_PctMaterialCost>
<PctLaborCost> 33.33</PctLaborCost>
<Edited_PctLaborCost> 33.33</Edited_PctLaborCost>
<PctSubContractCost> 33.33</PctSubContractCost>
<Edited_PctSubContractCost> 33.33</Edited_PctSubContractCost>
<PlanWeight> 0.00</PlanWeight>
<Edited_PlanWeight> 0.00</Edited_PlanWeight>
<PctQuantity> 0.00</PctQuantity>
<Edited_PctQuantity> 0.00</Edited_PctQuantity>
<MaterialLabourItems>
<MaterialLabourItem>
<ItemType>M</ItemType>
<Translated_ItemType>Detailed Material Costing</Translated_ItemType>
<MCoProductLine>000002</MCoProductLine>
<MSequenceNum>000010</MSequenceNum>
<MComponent>CO114</MComponent>
<MComponentDescription>Bottle 500ml</MComponentDescription>
<MPctMaterialCost>100.00</MPctMaterialCost>
<Edited_MPctMaterialCost>100.00</Edited_MPctMaterialCost>
</MaterialLabourItem>
<MaterialLabourItem>
<ItemType>L</ItemType>
<Translated_ItemType>Detailed Labor Costing</Translated_ItemType>
<LCoProductLine>000002</LCoProductLine>
<LOperation>003</LOperation>
<LPctLaborCost>100.00</LPctLaborCost>
<Edited_LPctLaborCost>100.00</Edited_LPctLaborCost>
</MaterialLabourItem>
</MaterialLabourItems>
</NotionalDetail>
<NotionalDetail>
<ParentPartCount>000000005</ParentPartCount>
<ParentPart>NS100</ParentPart>
<ParentPartDescription>Notional Parent</ParentPartDescription>
<Version></Version>
<Release></Release>
<Route>0</Route>
<CoProductLine>000003</CoProductLine>
<CoProduct>CO102</CoProduct>
<CoProductDescription>Energy Drink 250ml</CoProductDescription>
<CoProductVersion></CoProductVersion>
<CoProductRelease></CoProductRelease>
<OperationOffset>004</OperationOffset>
<OptionalFlag>N</OptionalFlag>
<QtyPer> 2000.00</QtyPer>
<Edited_QtyPer> 2000.00</Edited_QtyPer>
<PctMaterialCost> 33.33</PctMaterialCost>
<Edited_PctMaterialCost> 33.33</Edited_PctMaterialCost>
<PctLaborCost> 33.33</PctLaborCost>
<Edited_PctLaborCost> 33.33</Edited_PctLaborCost>
<PctSubContractCost> 33.33</PctSubContractCost>
<Edited_PctSubContractCost> 33.33</Edited_PctSubContractCost>
<PlanWeight> 0.00</PlanWeight>
<Edited_PlanWeight> 0.00</Edited_PlanWeight>
<PctQuantity> 0.00</PctQuantity>
<Edited_PctQuantity> 0.00</Edited_PctQuantity>
<MaterialLabourItems>
<MaterialLabourItem>
<ItemType>M</ItemType>
<Translated_ItemType>Detailed Material Costing</Translated_ItemType>
<MCoProductLine>000003</MCoProductLine>
<MSequenceNum>000000</MSequenceNum>
<MComponent>CO115</MComponent>
<MComponentDescription>Bottle 250ml</MComponentDescription>
<MPctMaterialCost>100.00</MPctMaterialCost>
<Edited_MPctMaterialCost>100.00</Edited_MPctMaterialCost>
</MaterialLabourItem>
<MaterialLabourItem>
<ItemType>L</ItemType>
<Translated_ItemType>Detailed Labor Costing</Translated_ItemType>
<LCoProductLine>000003</LCoProductLine>
<LOperation>004</LOperation>
<LPctLaborCost>100.00</LPctLaborCost>
<Edited_LPctLaborCost>100.00</Edited_LPctLaborCost>
</MaterialLabourItem>
</MaterialLabourItems>
</NotionalDetail>
</NotionalDetails>
</BOMNotionalParts>
Prerequisites
No prerequisites are required to use this business object.
Limitations
No limitations apply to this business object.
Copyright © 2026 Syspro PTY Ltd.