Stock Take Cancellation
Object | INVT6C |
Class | Transaction |
Method(s) | Post |
Functional Area | Inventory Stock Take System |
Version released | SYSPRO 8 2021 R1 |
Functionality
The Stock Take Cancellation business object lets you cancel a stock take and clear the stock take tables. It is called when you run the Stock Take Cancellation program from the core SYSPRO product.
Security
You can secure access to this business object using the Operator Groups program.
You can secure access to transactions for this business object using the following eSignature(s):
-
Inv Stock Take Cancel e.net
Input XML
The INVT6C.XML and INVT6C.XSD files indicate the parameters schema and an instance of an XML document for this business object.
The INVT6CDOC.XML and INVT6CDOC.XSD files indicate the schema and an instance of an XML document for this business object.
Output XML
The INVT6COUT.XML indicates a sample of the XML returned by this business object.
Sample files

<?xml version="1.0" encoding="Windows-1252"?>
<!-- Copyright 1994-2020 SYSPRO Ltd.-->
<!--
Sample XML for the Stock Take Cancel Business Object Setup
-->
<PostCancelStockTake xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance" xsd:noNamespaceSchemaLocation="INVT6C.XSD">
<Parameters>
<IgnoreWarnings>N</IgnoreWarnings>
</Parameters>
</PostCancelStockTake>

<?xml version="1.0" encoding="Windows-1252"?>
<!-- Copyright 1994-2020 SYSPRO Ltd.-->
<!--
Schema for the Stock Take Cancel Business Object Setup
-->
<xsd:schema elementFormDefault="qualified" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element name="IgnoreWarnings">
<xsd:annotation>
<xsd:documentation>This element allows warnings to be ignored and only return critical errors. Y= Yes (default), N = No.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Y"/>
<xsd:enumeration value="N"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="Parameters">
<xsd:annotation>
<xsd:documentation>Root element</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="IgnoreWarnings"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="PostCancelStockTake">
<xsd:annotation>
<xsd:documentation>The root element</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="Parameters"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>

<?xml version="1.0" encoding="Windows-1252"?>
<!-- Copyright 1994-2020 SYSPRO Ltd.-->
<!--
Sample XML for the Stock Take Cancel Business Object
-->
<PostCancelStockTake xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance" xsd:noNamespaceSchemaLocation="INVT6CDOC.XSD">
<Key>
<Warehouse><![CDATA[AA]]></Warehouse>
</Key>
<eSignature/>
</PostCancelStockTake>

<?xml version="1.0" encoding="Windows-1252"?>
<!-- Copyright 1994-2020 SYSPRO Ltd.-->
<!--
Schema for the Stock Take Cancel Business Object Setup
-->
<xsd:schema elementFormDefault="qualified" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element name="Key">
<xsd:annotation>
<xsd:documentation>Key root element</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="Warehouse"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="PostCancelStockTake">
<xsd:annotation>
<xsd:documentation>Root element</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="Key"/>
<xsd:element ref="eSignature"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Warehouse" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Valid warehouse. This element contains the warehouse to cancel out of stock take.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="eSignature">
<xsd:annotation>
<xsd:documentation>eSignature</xsd:documentation>
</xsd:annotation>
<xsd:complexType/>
</xsd:element>
</xsd:schema>

<?xml version="1.0" encoding="Windows-1252"?>
<!-- Copyright 1994-2021 SYSPRO Ltd.-->
<!--
Sample XML for the Stock Take Cancel Business Object
-->
<PostCancelStockTake Language="05" Language2="EN" CssStyle="" DecFormat="1" DateFormat="01" Role="01" Version="8.0.000" OperatorPrimaryRole=" " xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance" xsd:noNamespaceSchemaLocation="INVT6COUT.XSD">
<StatusOfItems>
<Warehouse>AA</Warehouse>
<Message>Stock Take Canceled</Message>
</StatusOfItems>
</PostCancelStockTake>
Copyright © 2021 SYSPRO PTY Ltd.