Class Product

    • Field Detail

      • PROPERTY_ID

        public static final String PROPERTY_ID
        Property id stored in column M_Product_ID in table M_Product
        Help: Identifies an item which is either purchased or sold in this organization.
        See Also:
        Constant Field Values
      • PROPERTY_CREATIONDATE

        public static final String PROPERTY_CREATIONDATE
        Property creationDate stored in column Created in table M_Product
        See Also:
        Traceable, Constant Field Values
      • PROPERTY_SEARCHKEY

        public static final String PROPERTY_SEARCHKEY
        Property searchKey stored in column Value in table M_Product
        Help: A search key allows for a fast method of finding a particular record. If you leave the search key empty, the system automatically creates a numeric number originating from a document sequence defined in the "Document Sequence" window. The sequence naming convention follows a rule "DocumentNo_TableName", where TableName is the actual name of the database table (e.g. C_Order). Usually, company's internal identifiers for various records (products, customers, etc) are stored here.
        See Also:
        Constant Field Values
      • PROPERTY_NAME

        public static final String PROPERTY_NAME
        Property name stored in column Name in table M_Product
        See Also:
        Constant Field Values
      • PROPERTY_DESCRIPTION

        public static final String PROPERTY_DESCRIPTION
        Property description stored in column Description in table M_Product
        Help: A description is limited to 255 characters.
        See Also:
        Constant Field Values
      • PROPERTY_COMMENTS

        public static final String PROPERTY_COMMENTS
        Property comments stored in column DocumentNote in table M_Product
        Help: The Document Note is used for recording any additional information regarding this product.
        See Also:
        Constant Field Values
      • PROPERTY_HELPCOMMENT

        public static final String PROPERTY_HELPCOMMENT
        Property helpComment stored in column Help in table M_Product
        Help: The Help field contains a hint, comment or help about the use of this item.
        See Also:
        Constant Field Values
      • PROPERTY_UPCEAN

        public static final String PROPERTY_UPCEAN
        Property uPCEAN stored in column UPC in table M_Product
        Help: Use this field to enter the bar code for the product in any of the bar code symbologies (Codabar, Code 25, Code 39, Code 93, Code 128, UPC (A), UPC (E), EAN-13, EAN-8, ITF, ITF-14, ISBN, ISSN, JAN-13, JAN-8, POSTNET and FIM, MSI/Plessey, and Pharmacode)
        See Also:
        Constant Field Values
      • PROPERTY_SKU

        public static final String PROPERTY_SKU
        Property sKU stored in column SKU in table M_Product
        Help: The SKU indicates a user defined stock keeping unit. It may be used for an additional bar code symbols or your own schema.
        See Also:
        Constant Field Values
      • PROPERTY_UOM

        public static final String PROPERTY_UOM
        Property uOM stored in column C_UOM_ID in table M_Product
        Help: The UOM defines a unique non monetary unit of measure
        See Also:
        Constant Field Values
      • PROPERTY_SALESREPRESENTATIVE

        public static final String PROPERTY_SALESREPRESENTATIVE
        Property salesRepresentative stored in column SalesRep_ID in table M_Product
        Help: Indicates the sales representative responsible for the transaction that the document specifies . A valid sales representative is a business partner marked as an employee and a sales representative.
        See Also:
        Constant Field Values
      • PROPERTY_SUMMARYLEVEL

        public static final String PROPERTY_SUMMARYLEVEL
        Property summaryLevel stored in column IsSummary in table M_Product
        Help: A summary entity represents a branch in a tree rather than an end-node. Summary entities are used for reporting and do not have own values.
        See Also:
        Constant Field Values
      • PROPERTY_STOCKED

        public static final String PROPERTY_STOCKED
        Property stocked stored in column IsStocked in table M_Product
        Help: The Stocked check box indicates if this product is stocked by this Organization.
        See Also:
        Constant Field Values
      • PROPERTY_PURCHASE

        public static final String PROPERTY_PURCHASE
        Property purchase stored in column IsPurchased in table M_Product
        Help: The Purchased check box indicates if this product is purchased by this organization.
        See Also:
        Constant Field Values
      • PROPERTY_SALE

        public static final String PROPERTY_SALE
        Property sale stored in column IsSold in table M_Product
        Help: The Sold check box indicates if this product is sold by this organization.
        See Also:
        Constant Field Values
      • PROPERTY_BILLOFMATERIALS

        public static final String PROPERTY_BILLOFMATERIALS
        Property billOfMaterials stored in column IsBOM in table M_Product
        Help: The Bill of Materials check box indicates if this product consists of a bill of materials.
        See Also:
        Constant Field Values
      • PROPERTY_PRINTDETAILSONINVOICE

        public static final String PROPERTY_PRINTDETAILSONINVOICE
        Property printDetailsOnInvoice stored in column IsInvoicePrintDetails in table M_Product
        Help: If “Print Details on Invoice” is checked then the details of the individual elements of the BOM will be printed on the Invoice.
        See Also:
        Constant Field Values
      • PROPERTY_PRINTDETAILSONPICKLIST

        public static final String PROPERTY_PRINTDETAILSONPICKLIST
        Property printDetailsOnPickList stored in column IsPickListPrintDetails in table M_Product
        Help: The Print Details on Pick List indicates that the BOM element products will print on the Pick List as opposed to this product.
        See Also:
        Constant Field Values
      • PROPERTY_BOMVERIFIED

        public static final String PROPERTY_BOMVERIFIED
        Property bOMVerified stored in column IsVerified in table M_Product
        Help: Indicates if the bill of materials tree of this product has been verified. Verification involves a test for cycles within a tree so that there are no infinite loops.
        See Also:
        Constant Field Values
      • PROPERTY_PRODUCTCATEGORY

        public static final String PROPERTY_PRODUCTCATEGORY
        Property productCategory stored in column M_Product_Category_ID in table M_Product
        Help: Identifies the category which this product belongs to. Product categories are used for pricing.
        See Also:
        Constant Field Values
      • PROPERTY_CLASSIFICATION

        public static final String PROPERTY_CLASSIFICATION
        Property classification stored in column Classification in table M_Product
        Help: The Classification can be used to optionally group products.
        See Also:
        Constant Field Values
      • PROPERTY_VOLUME

        public static final String PROPERTY_VOLUME
        Property volume stored in column Volume in table M_Product
        Help: The Volume indicates the volume of the product in the Volume UOM of the Client
        See Also:
        Constant Field Values
      • PROPERTY_WEIGHT

        public static final String PROPERTY_WEIGHT
        Property weight stored in column Weight in table M_Product
        Help: The Weight indicates the weight of the product in the Weight UOM of the Client
        See Also:
        Constant Field Values
      • PROPERTY_SHELFWIDTH

        public static final String PROPERTY_SHELFWIDTH
        Property shelfWidth stored in column ShelfWidth in table M_Product
        Help: The Shelf Width indicates the width dimension required on a shelf for a product
        See Also:
        Constant Field Values
      • PROPERTY_SHELFHEIGHT

        public static final String PROPERTY_SHELFHEIGHT
        Property shelfHeight stored in column ShelfHeight in table M_Product
        Help: The Shelf Height indicates the height dimension required on a shelf for a product
        See Also:
        Constant Field Values
      • PROPERTY_SHELFDEPTH

        public static final String PROPERTY_SHELFDEPTH
        Property shelfDepth stored in column ShelfDepth in table M_Product
        Help: The Shelf Depth indicates the depth dimension required on a shelf for a product
        See Also:
        Constant Field Values
      • PROPERTY_UNITSPERPALLET

        public static final String PROPERTY_UNITSPERPALLET
        Property unitsPerPallet stored in column UnitsPerPallet in table M_Product
        Help: The Units per Pallet indicates the number of units of this product which fit on a pallet.
        See Also:
        Constant Field Values
      • PROPERTY_TAXCATEGORY

        public static final String PROPERTY_TAXCATEGORY
        Property taxCategory stored in column C_TaxCategory_ID in table M_Product
        Help: The Tax Category provides a method of grouping similar taxes. For example, Sales Tax or Value Added Tax.
        See Also:
        Constant Field Values
      • PROPERTY_RESOURCE

        public static final String PROPERTY_RESOURCE
        Property resource stored in column S_Resource_ID in table M_Product
        Help: The ID identifies a unique resource
        See Also:
        Constant Field Values
      • PROPERTY_DISCONTINUED

        public static final String PROPERTY_DISCONTINUED
        Property discontinued stored in column Discontinued in table M_Product
        Help: The Discontinued check box indicates a product that has been discontinued.
        See Also:
        Constant Field Values
      • PROPERTY_DISCONTINUEDBY

        public static final String PROPERTY_DISCONTINUEDBY
        Property discontinuedBy stored in column DiscontinuedBy in table M_Product
        Help: The Discontinued By indicates the individual who discontinued this product
        See Also:
        Constant Field Values
      • PROPERTY_PROCESSNOW

        public static final String PROPERTY_PROCESSNOW
        Property processNow stored in column Processing in table M_Product
        Help: When this field is set as 'Y' a process is being performed on this record.
        See Also:
        Constant Field Values
      • PROPERTY_EXPENSETYPE

        public static final String PROPERTY_EXPENSETYPE
        Property expenseType stored in column S_ExpenseType_ID in table M_Product
        Help: Expense report type
        See Also:
        Constant Field Values
      • PROPERTY_PRODUCTTYPE

        public static final String PROPERTY_PRODUCTTYPE
        Property productType stored in column ProductType in table M_Product
        Help: There are four types of products available. Item type can be used to configure any product such as raw materials or finished products ready to be sold. An item can be flagged as Socked or not, can be part of a production process and/or can be a bill of materials. Item type is the only one for which a cost type calculation can be configured. Service type can be used to configure consultancy, transport or insurance services. Service type can be purchased or sold but can not be stocked. A service can be a bill of materials. Finally Resource and Expense are product types which can be used to distinguish between different types of products which can be purchased or sold but make not sense to stock. Expense type can be used to configure travel expenses fto be used while reporting Employee Expenses. The fact of using a given product type does not mean a different accounting. All product types account same way while being purchased, stocked or sold. All of them use the ledger accounts defined in the Accounting tab of the Product window.
        See Also:
        Constant Field Values
      • PROPERTY_IMAGEURL

        public static final String PROPERTY_IMAGEURL
        Property imageURL stored in column ImageURL in table M_Product
        Help: URL of image; The image is not stored in the database, but retrieved at runtime. The image can be a gif, jpeg or png.
        See Also:
        Constant Field Values
      • PROPERTY_DESCRIPTIONURL

        public static final String PROPERTY_DESCRIPTIONURL
        Property descriptionURL stored in column DescriptionURL in table M_Product
        Help: URL for the description
        See Also:
        Constant Field Values
      • PROPERTY_GUARANTEEDDAYS

        public static final String PROPERTY_GUARANTEEDDAYS
        Property guaranteedDays stored in column GuaranteeDays in table M_Product
        Help: If the value is 0, there is no limit to the availability or guarantee, otherwise the guarantee date is calculated by adding the days to the delivery date.
        See Also:
        Constant Field Values
      • PROPERTY_VERSIONNO

        public static final String PROPERTY_VERSIONNO
        Property versionNo stored in column VersionNo in table M_Product
        Help: Version Number
        See Also:
        Constant Field Values
      • PROPERTY_ATTRIBUTESET

        public static final String PROPERTY_ATTRIBUTESET
        Property attributeSet stored in column M_AttributeSet_ID in table M_Product
        Help: Define Product Attribute Sets to add additional attributes and values to the product. You need to define a Attribute Set if you want to enable Serial and Lot Number tracking.
        See Also:
        Constant Field Values
      • PROPERTY_ATTRIBUTESETVALUE

        public static final String PROPERTY_ATTRIBUTESETVALUE
        Property attributeSetValue stored in column M_AttributeSetInstance_ID in table M_Product
        Help: The values of the actual Product Attributes
        See Also:
        Constant Field Values
      • PROPERTY_DOWNLOADURL

        public static final String PROPERTY_DOWNLOADURL
        Property downloadURL stored in column DownloadURL in table M_Product
        Help: Semicolon separated list of URLs to be downloaded or distributed
        See Also:
        Constant Field Values
      • PROPERTY_FREIGHTCATEGORY

        public static final String PROPERTY_FREIGHTCATEGORY
        Property freightCategory stored in column M_FreightCategory_ID in table M_Product
        Help: Freight Categories are used to calculate the Freight for the Shipper selected
        See Also:
        Constant Field Values
      • PROPERTY_STORAGEBIN

        public static final String PROPERTY_STORAGEBIN
        Property storageBin stored in column M_Locator_ID in table M_Product
        Help: The Locator ID indicates where in a Warehouse a product is located.
        See Also:
        Constant Field Values
      • PROPERTY_IMAGE

        public static final String PROPERTY_IMAGE
        Property image stored in column AD_Image_ID in table M_Product
        Help: Defines a system image
        See Also:
        Constant Field Values
      • PROPERTY_BUSINESSPARTNER

        public static final String PROPERTY_BUSINESSPARTNER
        Property businessPartner stored in column C_BPartner_ID in table M_Product
        Help: A Business Partner is anyone with whom you transact. This can include a customer, vendor, employee or any combination of these.
        See Also:
        Constant Field Values
      • PROPERTY_PRINTPRICE

        public static final String PROPERTY_PRINTPRICE
        Property printPrice stored in column Ispriceprinted in table M_Product
        Help: It allows you to print or not the price of a product in a document so you can summary many products in just one.
        See Also:
        Constant Field Values
      • PROPERTY_NAME2

        public static final String PROPERTY_NAME2
        Property name2 stored in column Name2 in table M_Product
        Help: Additional Name
        See Also:
        Constant Field Values
      • PROPERTY_MINIMUMSTOCK

        public static final String PROPERTY_MINIMUMSTOCK
        Property minimumStock stored in column Stock_Min in table M_Product
        Help: Minimum stock of a product
        See Also:
        Constant Field Values
      • PROPERTY_ENFORCEATTRIBUTE

        public static final String PROPERTY_ENFORCEATTRIBUTE
        Property enforceAttribute stored in column Enforce_Attribute in table M_Product
        Help: For differing the stock of a product by the attribute
        See Also:
        Constant Field Values
      • PROPERTY_CALCULATED

        public static final String PROPERTY_CALCULATED
        Property calculated stored in column Calculated in table M_Product
        Help: Indicates that the record has been calculated.
        See Also:
        Constant Field Values
      • PROPERTY_PROCESSPLAN

        public static final String PROPERTY_PROCESSPLAN
        Property processPlan stored in column MA_Processplan_ID in table M_Product
        Help: Indicates a process plan.
        See Also:
        Constant Field Values
      • PROPERTY_PRODUCTION

        public static final String PROPERTY_PRODUCTION
        Property production stored in column Production in table M_Product
        Help: A product that is used for production plans
        See Also:
        Constant Field Values
      • PROPERTY_CAPACITY

        public static final String PROPERTY_CAPACITY
        Property capacity stored in column Capacity in table M_Product
        Help: Capacity per day
        See Also:
        Constant Field Values
      • PROPERTY_MINIMUMLEADTIME

        public static final String PROPERTY_MINIMUMLEADTIME
        Property minimumLeadTime stored in column Delaymin in table M_Product
        Help: Minimum number of days to complete the transaction
        See Also:
        Constant Field Values
      • PROPERTY_PLANNER

        public static final String PROPERTY_PLANNER
        Property planner stored in column MRP_Planner_ID in table M_Product
        Help: Identifies a planner of the MRP.
        See Also:
        Constant Field Values
      • PROPERTY_PLANNINGMETHOD

        public static final String PROPERTY_PLANNINGMETHOD
        Property planningMethod stored in column MRP_Planningmethod_ID in table M_Product
        Help: Identifies a method for filtering the input for planning processes.
        See Also:
        Constant Field Values
      • PROPERTY_MAXQUANTITY

        public static final String PROPERTY_MAXQUANTITY
        Property maxQuantity stored in column Qtymax in table M_Product
        Help: Maximum Quantity
        See Also:
        Constant Field Values
      • PROPERTY_MINQUANTITY

        public static final String PROPERTY_MINQUANTITY
        Property minQuantity stored in column Qtymin in table M_Product
        Help: Minumun Quantity.
        See Also:
        Constant Field Values
      • PROPERTY_STANDARDQUANTITY

        public static final String PROPERTY_STANDARDQUANTITY
        Property standardQuantity stored in column Qtystd in table M_Product
        Help: Quantity Standard
        See Also:
        Constant Field Values
      • PROPERTY_QUANTITYTYPE

        public static final String PROPERTY_QUANTITYTYPE
        Property quantityType stored in column Qtytype in table M_Product
        Help: Quantity Type
        See Also:
        Constant Field Values
      • PROPERTY_SAFETYSTOCK

        public static final String PROPERTY_SAFETYSTOCK
        Property safetyStock stored in column Stockmin in table M_Product
        Help: Safety Stock
        See Also:
        Constant Field Values
      • PROPERTY_USEATTRIBUTESETVALUEAS

        public static final String PROPERTY_USEATTRIBUTESETVALUEAS
        Property useAttributeSetValueAs stored in column Attrsetvaluetype in table M_Product
        Help: Permits to define different types of Attribute Set Values, depending on their usage.
        See Also:
        Constant Field Values
      • PROPERTY_ISQUANTITYVARIABLE

        public static final String PROPERTY_ISQUANTITYVARIABLE
        Property isquantityvariable stored in column Isquantityvariable in table M_Product
        Help: If checked, goods shipment lines and sales invoice lines with quantity greater than quantity ordered are permitted for this product.
        See Also:
        Constant Field Values
      • PROPERTY_DEFERREDREVENUE

        public static final String PROPERTY_DEFERREDREVENUE
        Property deferredRevenue stored in column Isdeferredrevenue in table M_Product
        Help: When flagged revenue of the product will be deferred using the plan and the number of periods
        See Also:
        Constant Field Values
      • PROPERTY_REVENUEPLANTYPE

        public static final String PROPERTY_REVENUEPLANTYPE
        Property revenuePlanType stored in column Revplantype in table M_Product
        Help: Set the type of plan to be used when deferring revenue
        See Also:
        Constant Field Values
      • PROPERTY_PERIODNUMBER

        public static final String PROPERTY_PERIODNUMBER
        Property periodNumber stored in column Periodnumber in table M_Product
        Help: Set here the number of periods to be used when deferring the revenue
        See Also:
        Constant Field Values
      • PROPERTY_ISDEFERREDEXPENSE

        public static final String PROPERTY_ISDEFERREDEXPENSE
        Property isdeferredexpense stored in column Isdeferredexpense in table M_Product
        Help: When flagged expense of the product will be deferred using the plan and the number of periods
        See Also:
        Constant Field Values
      • PROPERTY_EXPPLANTYPE

        public static final String PROPERTY_EXPPLANTYPE
        Property expplantype stored in column Expplantype in table M_Product
        Help: Set the type of plan to be used when deferring expense
        See Also:
        Constant Field Values
      • PROPERTY_PERIODNUMBEREXP

        public static final String PROPERTY_PERIODNUMBEREXP
        Property periodnumberExp stored in column Periodnumber_Exp in table M_Product
        Help: Set here the number of periods to be used when deferring the expense
        See Also:
        Constant Field Values
      • PROPERTY_DEFAULTPERIOD

        public static final String PROPERTY_DEFAULTPERIOD
        Property defaultPeriod stored in column DefaultPeriod in table M_Product
        Help: Used for the different calculation methods of default period in a deferred revenue/expense plan.
        See Also:
        Constant Field Values
      • PROPERTY_DEFAULTPERIODEXPENSE

        public static final String PROPERTY_DEFAULTPERIODEXPENSE
        Property defaultPeriodExpense stored in column DefaultPeriod_Exp in table M_Product
        Help: Used for the different calculation methods of default period in a deferred revenue/expense plan.
        See Also:
        Constant Field Values
      • PROPERTY_BOOKUSINGPURCHASEORDERPRICE

        public static final String PROPERTY_BOOKUSINGPURCHASEORDERPRICE
        Property bookUsingPurchaseOrderPrice stored in column Bookusingpoprice in table M_Product
        Help: When checked, the Purchase Order posting will use the Purchase Order Price instead of the Product Cost.
        See Also:
        Constant Field Values
      • PROPERTY_UOMFORWEIGHT

        public static final String PROPERTY_UOMFORWEIGHT
        Property uOMForWeight stored in column C_Uom_Weight_ID in table M_Product
        Help: The Standard UOM for Weight indicates the UOM to use for products referenced by weight in a document.
        See Also:
        Constant Field Values
      • PROPERTY_BRAND

        @Deprecated
        public static final String PROPERTY_BRAND
        Deprecated.
        Target entity Brand is deprecated.
        Property brand stored in column M_Brand_ID in table M_Product
        Help: The brand identifies the Manufacturer or a type of product manufactured by a company under a particular name.
        See Also:
        Constant Field Values
      • PROPERTY_ISGENERIC

        public static final String PROPERTY_ISGENERIC
        Property isGeneric stored in column IsGeneric in table M_Product
        Help: Identifies a generic product. A generic product cannot be purchased or sold.
        See Also:
        Constant Field Values
      • PROPERTY_GENERICPRODUCT

        public static final String PROPERTY_GENERICPRODUCT
        Property genericProduct stored in column Generic_Product_ID in table M_Product
        Help: Generic product related to this product. The product will inherit all the properties defined in the generic product. Such as taxes or price.
        See Also:
        Constant Field Values
      • PROPERTY_CREATEVARIANTS

        public static final String PROPERTY_CREATEVARIANTS
        Property createVariants stored in column CreateVariants in table M_Product
        See Also:
        Constant Field Values
      • PROPERTY_CHARACTERISTICDESCRIPTION

        public static final String PROPERTY_CHARACTERISTICDESCRIPTION
        Property characteristicDescription stored in column Characteristic_Desc in table M_Product
        Help: Text with the concatenation of the characteristics and its values assigned to the product.
        See Also:
        Constant Field Values
      • PROPERTY_UPDATEINVARIANTS

        public static final String PROPERTY_UPDATEINVARIANTS
        Property updateInvariants stored in column Updateinvariants in table M_Product
        See Also:
        Constant Field Values
      • PROPERTY_MANAGEVARIANTS

        public static final String PROPERTY_MANAGEVARIANTS
        Property manageVariants stored in column ManageVariants in table M_Product
        See Also:
        Constant Field Values
      • PROPERTY_INCLUDEDPRODUCTCATEGORIES

        public static final String PROPERTY_INCLUDEDPRODUCTCATEGORIES
        Property includedProductCategories stored in column Prod_Cat_Selection in table M_Product
        Help: Defines the way Product Categories will be selected (including or excluding the taken ones)
        See Also:
        Constant Field Values
      • PROPERTY_INCLUDEDPRODUCTS

        public static final String PROPERTY_INCLUDEDPRODUCTS
        Property includedProducts stored in column Product_Selection in table M_Product
        Help: Defines the way Products will be selected (including or excluding the taken ones)
        See Also:
        Constant Field Values
      • PROPERTY_PRINTDESCRIPTION

        public static final String PROPERTY_PRINTDESCRIPTION
        Property printDescription stored in column Print_Description in table M_Product
        Help: If selected, the ticket footer printing should add the description of the Service
        See Also:
        Constant Field Values
      • PROPERTY_RETURNABLE

        public static final String PROPERTY_RETURNABLE
        Property returnable stored in column Returnable in table M_Product
        Help: Indicates if the Product is Returnable or not
        See Also:
        Constant Field Values
      • PROPERTY_OVERDUERETURNDAYS

        public static final String PROPERTY_OVERDUERETURNDAYS
        Property overdueReturnDays stored in column Overdue_Return_Days in table M_Product
        Help: Indicates if a Service is Returnable how many days has the customer to return it after buying
        See Also:
        Constant Field Values
      • PROPERTY_ISPRICERULEBASED

        public static final String PROPERTY_ISPRICERULEBASED
        Property ispricerulebased stored in column Ispricerulebased in table M_Product
        Help: Indicates if the Service has a fixed price or it obtains the price based on a Service Price Rule.
        See Also:
        Constant Field Values
      • PROPERTY_UNIQUEPERDOCUMENT

        public static final String PROPERTY_UNIQUEPERDOCUMENT
        Property uniquePerDocument stored in column Unique_Per_Document in table M_Product
        Help: This flag indicates if the Service can only be added once in a ticket. This Service could be related to zero, one or more than one lines of the ticket.
        See Also:
        Constant Field Values
      • PROPERTY_RELATEPRODCATTOSERVICE

        public static final String PROPERTY_RELATEPRODCATTOSERVICE
        Property relateprodcattoservice stored in column Relateprodcattoservice in table M_Product
        Help: P&E to include/exclude product categories in Products tab to indicate that the Service could be applied on those product categories. This P&E is only visible for Service Type Products
        See Also:
        Constant Field Values
      • PROPERTY_RELATEPRODTOSERVICE

        public static final String PROPERTY_RELATEPRODTOSERVICE
        Property relateprodtoservice stored in column Relateprodtoservice in table M_Product
        Help: P&E to include/exclude products in Products tab to indicate that the Service could be applied on those products. This P&E is only visible for Service Type Products
        See Also:
        Constant Field Values
      • PROPERTY_LINKEDTOPRODUCT

        public static final String PROPERTY_LINKEDTOPRODUCT
        Property linkedToProduct stored in column Islinkedtoproduct in table M_Product
        Help: The service can be linked to a Product. If so, when adding the product to a Sales Order, the related service product could be added to the Sales Order also, following special rules to set the quantity to be added and the price of the service, both of them based on the product.
        See Also:
        Constant Field Values
      • PROPERTY_QUANTITYRULE

        public static final String PROPERTY_QUANTITYRULE
        Property quantityRule stored in column Quantity_Rule in table M_Product
        Help: There are two values: * As per product: One relation line per each different product line will be created. * Unique quantity: Only one relation line will be created with the total amount of all related lines.
        See Also:
        Constant Field Values
      • PROPERTY_ALLOWDEFERREDSELL

        public static final String PROPERTY_ALLOWDEFERREDSELL
        Property allowDeferredSell stored in column Allow_Deferred_Sell in table M_Product
        Help: Boolean field available for product of type service that defines whether the service can be linked to a product in a non-active ticket or not
        See Also:
        Constant Field Values
      • PROPERTY_DEFERREDSELLMAXDAYS

        public static final String PROPERTY_DEFERREDSELLMAXDAYS
        Property deferredSellMaxDays stored in column Deferred_Sell_Max_Days in table M_Product
        Help: Defines in the case of services that does allow deferred sell the maximum days after the original product was sold, this service can be linked with it.
        See Also:
        Constant Field Values
      • PROPERTY_PRODUCTSTATUS

        public static final String PROPERTY_PRODUCTSTATUS
        Property productStatus stored in column M_Product_Status_ID in table M_Product
        Help: Product Lifecycle Management Status
        See Also:
        Constant Field Values
      • PROPERTY_MODIFYTAX

        public static final String PROPERTY_MODIFYTAX
        Property modifyTax stored in column Ismodifytax in table M_Product
        Help: The service can modify the tax of the linked products. If so, when adding the product to a Sales Order, the related service product can assign a different tax category to the linked products following the service product configuration.
        See Also:
        Constant Field Values
      • PROPERTY_RELATEPRODCATTAXTOSERVICE

        public static final String PROPERTY_RELATEPRODCATTAXTOSERVICE
        Property relateprodcattaxtoservice stored in column Relateprodcattaxtoservice in table M_Product
        Help: Process to define the Modify Tax configuration for the selected services
        See Also:
        Constant Field Values
      • PROPERTY_COPYSERVICEMODIFYTAXCONFIG

        public static final String PROPERTY_COPYSERVICEMODIFYTAXCONFIG
        Property copyservicemodifytaxconfig stored in column Copyservicemodifytaxconfig in table M_Product
        Help: Process to copy configuration from current service to selected services. This process erases existing configuration for the target service/s.
        See Also:
        Constant Field Values
      • PROPERTY_APPROVEDVENDORLIST

        public static final String PROPERTY_APPROVEDVENDORLIST
        Property approvedVendorList stored in table M_Product
        See Also:
        Constant Field Values
      • PROPERTY_LANDEDCOSTTYPELIST

        public static final String PROPERTY_LANDEDCOSTTYPELIST
        Property landedCostTypeList stored in table M_Product
        See Also:
        Constant Field Values
      • PROPERTY_MATERIALMGMTCOSTINGLIST

        public static final String PROPERTY_MATERIALMGMTCOSTINGLIST
        Property materialMgmtCostingList stored in table M_Product
        See Also:
        Constant Field Values
      • PROPERTY_MATERIALMGMTMATERIALTRANSACTIONLIST

        public static final String PROPERTY_MATERIALMGMTMATERIALTRANSACTIONLIST
        Property materialMgmtMaterialTransactionList stored in table M_Product
        See Also:
        Constant Field Values
      • PROPERTY_ORDERLINELIST

        public static final String PROPERTY_ORDERLINELIST
        Property orderLineList stored in table M_Product
        See Also:
        Constant Field Values
      • PROPERTY_ORDERLINEACCOUNTINGDIMENSIONLIST

        public static final String PROPERTY_ORDERLINEACCOUNTINGDIMENSIONLIST
        Property orderLineAccountingDimensionList stored in table M_Product
        See Also:
        Constant Field Values
      • PROPERTY_PRICINGDISCOUNTLIST

        public static final String PROPERTY_PRICINGDISCOUNTLIST
        Property pricingDiscountList stored in table M_Product
        See Also:
        Constant Field Values
      • PROPERTY_PRICINGPRODUCTPRICELIST

        public static final String PROPERTY_PRICINGPRODUCTPRICELIST
        Property pricingProductPriceList stored in table M_Product
        See Also:
        Constant Field Values
      • PROPERTY_PRODUCTGENERICPRODUCTLIST

        public static final String PROPERTY_PRODUCTGENERICPRODUCTLIST
        Property productGenericProductList stored in table M_Product
        See Also:
        Constant Field Values
      • PROPERTY_PRODUCTAUMLIST

        public static final String PROPERTY_PRODUCTAUMLIST
        Property productAUMList stored in table M_Product
        See Also:
        Constant Field Values
      • PROPERTY_PRODUCTACCOUNTSLIST

        public static final String PROPERTY_PRODUCTACCOUNTSLIST
        Property productAccountsList stored in table M_Product
        See Also:
        Constant Field Values
      • PROPERTY_PRODUCTBOMLIST

        public static final String PROPERTY_PRODUCTBOMLIST
        Property productBOMList stored in table M_Product
        See Also:
        Constant Field Values
      • PROPERTY_PRODUCTBOMBOMPRODUCTLIST

        public static final String PROPERTY_PRODUCTBOMBOMPRODUCTLIST
        Property productBOMBOMProductList stored in table M_Product
        See Also:
        Constant Field Values
      • PROPERTY_PRODUCTCHARACTERISTICLIST

        public static final String PROPERTY_PRODUCTCHARACTERISTICLIST
        Property productCharacteristicList stored in table M_Product
        See Also:
        Constant Field Values
      • PROPERTY_PRODUCTCHARACTERISTICVALUELIST

        public static final String PROPERTY_PRODUCTCHARACTERISTICVALUELIST
        Property productCharacteristicValueList stored in table M_Product
        See Also:
        Constant Field Values
      • PROPERTY_PRODUCTORGLIST

        public static final String PROPERTY_PRODUCTORGLIST
        Property productOrgList stored in table M_Product
        See Also:
        Constant Field Values
      • PROPERTY_PRODUCTSTOCKVIEWLIST

        public static final String PROPERTY_PRODUCTSTOCKVIEWLIST
        Property productStockViewList stored in table M_Product
        See Also:
        Constant Field Values
      • PROPERTY_PRODUCTSUBSTITUTELIST

        public static final String PROPERTY_PRODUCTSUBSTITUTELIST
        Property productSubstituteList stored in table M_Product
        See Also:
        Constant Field Values
      • PROPERTY_PRODUCTTRLLIST

        public static final String PROPERTY_PRODUCTTRLLIST
        Property productTrlList stored in table M_Product
        See Also:
        Constant Field Values
      • PROPERTY_PRODUCTUOMLIST

        public static final String PROPERTY_PRODUCTUOMLIST
        Property productUOMList stored in table M_Product
        See Also:
        Constant Field Values
      • PROPERTY_SERVICEPRODUCTLIST

        public static final String PROPERTY_SERVICEPRODUCTLIST
        Property serviceProductList stored in table M_Product
        See Also:
        Constant Field Values
    • Constructor Detail

      • Product

        public Product()