09 Application Dictionary
09 Application Dictionary
Introduction to
Application Dictionary
By Kitti Upariphutthiphong
Technical Consultant, ecosoft
[email protected]
ADempiere|ERP
1
Module Objectives
ADempiere as an Application Framework
Knowing Application Dictionary
Dictionary Framework
Planning &
Configuration
Coding
This is a Big topic that require time to study, yet Worth It!
3
Configure
Database Table
Create & Update
Table, Columns
Syncing changes to
underlining DB
Develop Process
& Reports
(Coding)
Additional Callout or
Process attached to
Fields, Buttons or
Actions
Require Java or Light
Weight Scripts
Windows, Tab,
Fields, Buttons
Create & Update
Windows, Fields,
Buttons
Organize looks and
feels
Package as 2Pack
(PackOut)
Package all changes
as XML package
For distribution to
target server
Reference Data
Fields
Reference fields to
data source
Smart Database
lookup
Production
Deployment
(PackIn)
Deployment
Management
WORKSHOP
Scenario
For the POS Order only, we want a new field Walkin
Buyer Name that list all user in the system
This field will display only when it is a POS Order, when it
display, display as mandatory field!
Click Save
Click Save
Note that system will create all fields that has not
been created before. Walkin Buyer Name field is
one of them.
Save change
Reference: Table
Reference Key: AD_User
Save change
Click on Synchronize Column button to auto
update Column in DB.
Click Save
Back to Export Package tab,
Click Export Package button
Click Save
Click PackIn button to deploy
If no error, OK message will be shown on
the bottom left of the window.