View source | Discuss this page | Page history | Printable version   

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.
Back button.png   Back to ERP/3.0/Developers_Guide/Reference/Entity_Model#C_Orderline_Productrelation


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:

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).


Java Entity Class

 
 
 

Retrieved from "http://wiki.openbravo.com/wiki/ERP/3.0/Developers_Guide/Reference/Entity_Model/C_Orderline_Productrelation"

This page has been accessed 1,254 times. This page was last modified on 1 May 2016, at 02:08. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.