Difference between revisions of "ADCK AD ImpFormat"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
m
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
= Xml file location =
 +
_Project-ID-Xxxx/xml/data/AD_ImpFormat.xml
 +
 +
= How to import AD_ImpFormat records into AD =
 +
From command line execute:
 +
"build-ID-001.[bat|sh] imp_AD_ImpFormat"
 +
 +
= XML format =
 
<pre>
 
<pre>
<AD_ImpFormat>
+
<AD_ImpFormat>
<AD_Client_Value>GardenWorld</AD_Client_Value>
+
<AD_Client_Value>GardenWorld</AD_Client_Value>
<AD_Org_Value>HQ</AD_Org_Value>
+
<AD_Org_Value>HQ</AD_Org_Value>
 +
<IsActive>Y</IsActive>
 +
<Name>Invoice LineTax FCS</Name>
 +
<Description>Example Order Format</Description>
 +
<AD_Table_TableName>I_Order</AD_Table_Name>
 +
<FormatType>C</FormatType> <!-- C=Comma Separated; F=Fixed Position; T=Tab Separated; X=XML -->
 +
<AD_ImpFormat_Row>
 
<IsActive>Y</IsActive>
 
<IsActive>Y</IsActive>
<Name>Invoice LineTax FCS</Name>
+
<SeqNo>0</SeqNo> <!-- integer -->
<Description>Example Order Format</Description>
+
<Name>Tax</Name>
<AD_Table_TableName>I_Order</AD_Table_Name>
+
<Callout>Field</Callout>
<FormatType>C</FormatType> <!-- C=Comma Separated; F=Fixed Position; T=Tab Separated; X=XML -->
+
<ConstantValue>Y</ConstantValue>
<AD_ImpFormat_Row>
+
<DataFormat></DataFormat>
<IsActive>Y</IsActive>
+
<DataType>S</DataType> <!-- C=Constant; D=Date; N=Number; S=String -->
<SeqNo>0</SeqNo> <!-- integer -->
+
<DecimalPoint>.</DecimalPoint>
<Name>Tax</Name>
+
<DivideBy100>N</DivideBy100> <!-- Y/N -->
<Callout>Field</Callout>
+
<StartNo>0</StartNo> <!-- integer -->
<ConstantValue>Y</ConstantValue>
+
<EndNo>0</EndNo> <!-- integer -->
<DataFormat></DataFormat>
+
<Script></Script>
<DataType>S</DataType> <!-- C=Constant; D=Date; N=Number; S=String -->
+
<AD_Column_ColumnName>Tax</AD_Column_ColumnName>
<DecimalPoint>.</DecimalPoint>
+
</AD_ImpFormat_Row>
<DivideBy100>N</DivideBy100> <!-- Y/N -->
+
</AD_ImpFormat>
<StartNo>0</StartNo> <!-- integer -->
+
<EndNo>0</EndNo> <!-- integer -->
+
<Script></Script>
+
<AD_Column_ColumnName>Tax</AD_Column_ColumnName>
+
</AD_ImpFormat_Row>
+
</AD_ImpFormat>
+
 
</pre>
 
</pre>

Latest revision as of 03:29, 29 July 2007

Xml file location

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

How to import AD_ImpFormat records into AD

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

XML format

<AD_ImpFormat>
	<AD_Client_Value>GardenWorld</AD_Client_Value>
	<AD_Org_Value>HQ</AD_Org_Value>
	<IsActive>Y</IsActive>
	<Name>Invoice LineTax FCS</Name>
	<Description>Example Order Format</Description>
	<AD_Table_TableName>I_Order</AD_Table_Name>
	<FormatType>C</FormatType> <!-- C=Comma Separated; F=Fixed Position; T=Tab Separated; X=XML -->
	<AD_ImpFormat_Row>
		<IsActive>Y</IsActive>
		<SeqNo>0</SeqNo> <!-- integer -->
		<Name>Tax</Name>
		<Callout>Field</Callout>
		<ConstantValue>Y</ConstantValue>
		<DataFormat></DataFormat>
		<DataType>S</DataType> <!-- C=Constant; D=Date; N=Number; S=String -->
		<DecimalPoint>.</DecimalPoint>
		<DivideBy100>N</DivideBy100> <!-- Y/N -->
		<StartNo>0</StartNo> <!-- integer -->
		<EndNo>0</EndNo> <!-- integer -->
		<Script></Script>
		<AD_Column_ColumnName>Tax</AD_Column_ColumnName>
	</AD_ImpFormat_Row>
</AD_ImpFormat>