This is the ADempiere Call extension point. Callouts provided by plugins are not entered into the application dictionary. Instead, you specify Table and Column in the extension declaration. Implementation class for the org.adempiere.base.IColumnCallout interface Table name that this callout is for. Case sensitive and must match the tableName value in AD_Table. Column name that this callout is for. Case sensitive and must match the columnName value in AD_Column numeric priority value, higher value is of higher priority. 1.0.0 <pre> <extension id="org.adempiere.extend.myCallout" point="org.adempiere.base.Callout"> <callout class="org.adempiere.extend.MyCallout" tableName="C_Order" columnName="C_BPartner_ID"> </callout> </extension> </pre> The class attribute must represent an implmentor of org.adempiere.base.IColumnCallout This file is part of Adempiere ERP Bazaar http://www.adempiere.org. Copyright (C) Jorg Viola. Copyright (C) Contributors. This program is free software; you can redistribute it and/or modify it under the terms version 2 of the GNU General Public License as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. Contributors: Heng Sin Low