Callout Code
From ADempiere
This Wiki is read-only for reference purposes to avoid broken links.
Motivation
- This effort is started by Red1.
- Wishing to list down all Callouts in the application within a single index.
- Wishing to color code and explain each Callout for easier reference.
Finding Callouts
- We can locate all the callouts by this SQL script:
Select distinct col.Callout from adempiere.AD_Column col, adempiere.AD_Table tab where tab.AD_Table_ID = col.AD_Table_ID order by Callout asc
- This located a total of 83 Java callouts for latest trunk version 353a as of timestamp in my signature here : Red1 15:22, 29 May 2009 (PDT).
- By asking for which tables and columns carry such Callouts, it returns 167 columns.
List of Callouts
Volunteers Are Welcome
(sign here once you have contributed a single page to this. Please follow the same standard. Non-standard will be removed :) )