ADCK M Product Category

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

Xml file location

_Project-ID-Xxxx/xml/data/M_Product_Category.xml

How to import M_Product_Category records into AD

From command line execute: "build-ID-001.[bat|sh] imp_M_Product_Category"

XML format

<M_Product_Category>
	<AD_Client_Value>GardenWorld</AD_Client_Value>
	<AD_Org_Value>0</AD_Org_Value>
	<CreatedBy_Name>SuperUser</CreatedBy_Name>
	<IsActive>Y</IsActive>
	<Name>Standard</Name>
	<Value>Standard</Value>
	<Description>Example description</Description>
	<MMPolicy></MMPolicy>
	<IsDefault>N</IsDefault>
	<IsSelfService>Y</IsSelfService>
	<PlannedMargin>0.0</PlannedMargin>
	<A_Asset_Group_Name></A_Asset_Group_Name>
	<AD_PrintColor_Name></AD_PrintColor_Name>
</M_Product_Category>