Can't find plugin to manage ITEM's rules from table.
For example, i have table - business_rules (id, item_name, required_condition, readonly_condition, lov_query, lov_type)
If I write
id-1, item_name - P23_SURNAME, required_condition - :P23_NAME IS NOT NULL, readonly_condition - YES, lov_query - select 'test' name, '1' id from table, lov_type - POPUPLOV
Item P23_SURNAME will required when P23_NAME is not null and LOV must be POPUPLOV with value.
Help, please