This is an old revision of the document!
Flag to toggle generation of default order by clause.
true → ORDER BY clause based on primary key is generatedfalse → no ORDER BY clause is generated
Default direction of order by clause if USE_DEFAULT_PK_ORDER_BY is on.
ASC → ascending orderDESC → descending orderString + pattern for alias clause for editing tables when catalog object join is used
“” (blank) → no alias“a” → the alias is the given character or string“abc%cat_id%” → the alias is the given character or string concatenated with the actual catalog ID. define('USE_DEFAULT_PK_ORDER_BY', true);
define('DEFAULT_GRID_ORDER_BY', 'ASC');
define('SYSTEM_OBJECT_ALIAS_GRID', 'a%cat_id%');