Phần lớn web applications cần phải fetch data từ database
Aggregates Cho phép chúng ta định nghĩa database queries bằng nhiều cách:
Aggregates dễ dàng để create và maintain
real data
Preparation cuar Screen kéo một Aggregate từ Toolbox vào Action flowEntitycần fetch data vào Action Flow tại Aggregate vừa tạo trước đó (accelerator)Aggregates hỗ trợ một hoặc nhiều source Entitiessources có kiều là Aggregate’s Output List (Customer List…)Tương ứng với mệnh đề WHERE trong SQL
conditions cho câu query để filter các output recordsTương ứng với mệnh đề ORDER BY trong SQL
Entity’s attribute để order by và (Ascending, Ascending)sorts thứ tự sẽ ưu tiên từ trên xuống dướiexternal variables được sử dụng để filter or sort conditionsexternal variables để xem preview phục vụ cho test, không ảnh hưởng đến real resultCác properties:
iterating Listmatches định nghĩa của câu querydefault values if returned Empty ListHẾT.