ERP/3.0/Developers Guide/Reference/Entity Model/C Orderline Productrelation
This article is protected against manual editing because it is automatically generated from Openbravo meta-data. Learn more about writing and translating such documents.
C_Orderline_Productrelation
In this table the 'Service' type product Order Lines related to an Order Line are displayed
To the database table (C_Orderline_Productrelation) of this entity.
Properties
Note:
- Properties marked with a * are part of the Id of the Entity.
- Properties marked with a # are part of the Identifier of the Entity.
Property | Column | Constraints | Type | Description |
amount# | amount | Mandatory | java.math.BigDecimal | The Amount indicates the amount for this document line. |
attributeSetValue | attributeSetValue | AttributeSetInstance | The values of the actual Product Attributes | |
documentNo | documentNo | Max Length: 60 | java.lang.String | 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 will be empty when creating 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 "Document Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table inside the database (e.g. C_Order). |
id* | id | Mandatory Max Length: 32 | java.lang.String | |
lineNo | lineNo | java.lang.Long | Number of the line | |
orderlineRelated | orderlineRelated | Mandatory | OrderLine | A unique identifier and a reference to a sales order line (product). |
product | product | Mandatory | Product | Identifies an item which is either purchased or sold in this organization. |
quantity | quantity | Mandatory | java.math.BigDecimal | Indicates the quantity of product needed to process one time the sequence. |
salesOrderLine# | salesOrderLine | Mandatory | OrderLine | A unique identifier and a reference to a sales order line (product).
|