Release : All Supported Releases
Unfortunately a partial backup restore isn't possible for just one particular area.
Query to identify the users who customized their list views:
select dal_code, cg.code, u.user_name , u.first_name||' '||u.last_name Who , cg.last_updated_date When_Customised
from cmn_grids cg
inner join cmn_sec_users u on cg.principal_id = u.id
and principal_type = 'USER' and u.USER_STATUS_ID = 200
and cg.code is not null