Hi Dawid,
> how can I create list of record in my BE module ? Something like basic
> List tool ?
If your module uses fluid you can use this ViewHelper:
<f:be.tableList tableName="be_users" recordsPerPage="1000"
fieldList="{0: 'username', 1: 'email', 2: 'realName'}" />
regards
Dennis