Template:Ship-Receipt Confirm (Window ID-330 V1.0.0)
Window: Ship/Receipt Confirm
Description: Material Shipment or Receipt Confirmation
Help: Confirmation of Shipment or Receipt - Created from the Shipment/Receipt
Tab: Confirmation
Description: Material Shipment or Receipt Confirmation
Help: Confirmation of Shipment or Receipt - Created from the Shipment/Receipt
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | M_InOutConfirm.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | M_InOutConfirm.AD_Org_ID numeric(10) Table Direct |
Document No | Document sequence number of the document | The document number is usually automatically generated by the system and determined by the document type of the document. If the document is not saved, the preliminary number is displayed in "<>".
If the document type of your document has no automatic document sequence defined, the field is empty if you create a new document. This is for documents which usually have an external number (like vendor invoice). If you leave the field empty, the system will generate a document number for you. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table (e.g. C_Order). |
M_InOutConfirm.DocumentNo character varying(30) String |
Confirmation No | Confirmation Number | M_InOutConfirm.ConfirmationNo character varying(20) String | |
Shipment/Receipt | Material Shipment Document | The Material Shipment / Receipt | M_InOutConfirm.M_InOut_ID numeric(10) Search |
Confirmation Type | Type of confirmation | M_InOutConfirm.ConfirmType character(2) List | |
Description | Optional short description of the record | A description is limited to 255 characters. | M_InOutConfirm.Description character varying(255) String |
Approved | Indicates if this document requires approval | The Approved checkbox indicates if this document requires approval before it can be processed. | M_InOutConfirm.IsApproved character(1) Yes-No |
Approval Amount | Document Approval Amount | Approval Amount for Workflow | M_InOutConfirm.ApprovalAmt numeric Amount |
Document Status | The current status of the document | The Document Status indicates the status of a document at this time. If you want to change the document status, use the Document Action field | M_InOutConfirm.DocStatus character(2) List |
Process Confirmation | M_InOutConfirm.DocAction character(2) Button | ||
In Dispute | Document is in dispute | The document is in dispute. Use Requests to track details. | M_InOutConfirm.IsInDispute character(1) Yes-No |
Cancelled | The transaction was cancelled | M_InOutConfirm.IsCancelled character(1) Yes-No | |
Phys.Inventory | Parameters for a Physical Inventory | The Physical Inventory indicates a unique parameters for a physical inventory. | M_InOutConfirm.M_Inventory_ID numeric(10) Search |
Invoice | Invoice Identifier | The Invoice Document. | M_InOutConfirm.C_Invoice_ID numeric(10) Search |
Create Package | Create Package for Shipment | M_InOutConfirm.CreatePackage character(1) Button |
Tab: Line
Description: Material Shipment or Receipt Confirmation Line
Help: The quantities are in the storage Unit of Measure!
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | M_InOutLineConfirm.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | M_InOutLineConfirm.AD_Org_ID numeric(10) Table Direct |
Ship/Receipt Confirmation | Material Shipment or Receipt Confirmation | Confirmation of Shipment or Receipt - Created from the Shipment/Receipt | M_InOutLineConfirm.M_InOutConfirm_ID numeric(10) Search |
Shipment/Receipt Line | Line on Shipment or Receipt document | The Shipment/Receipt Line indicates a unique line in a Shipment/Receipt document | M_InOutLineConfirm.M_InOutLine_ID numeric(10) Search |
Target Quantity | Target Movement Quantity | The Quantity which should have been received | M_InOutLineConfirm.TargetQty numeric Quantity |
Confirmed Quantity | Confirmation of a received quantity | Confirmation of a received quantity | M_InOutLineConfirm.ConfirmedQty numeric Quantity |
Difference | Difference Quantity | M_InOutLineConfirm.DifferenceQty numeric Quantity | |
Scrapped Quantity | The Quantity scrapped due to QA issues | M_InOutLineConfirm.ScrappedQty numeric Quantity | |
Description | Optional short description of the record | A description is limited to 255 characters. | M_InOutLineConfirm.Description character varying(255) String |
Confirmation No | Confirmation Number | M_InOutLineConfirm.ConfirmationNo character varying(20) String | |
Phys.Inventory Line | Unique line in an Inventory document | The Physical Inventory Line indicates the inventory document line (if applicable) for this transaction | M_InOutLineConfirm.M_InventoryLine_ID numeric(10) Search |
Invoice Line | Invoice Detail Line | The Invoice Line uniquely identifies a single line of an Invoice. | M_InOutLineConfirm.C_InvoiceLine_ID numeric(10) Search |