Edit Screen on singleton table

Hi everyone,

I have a DB table that should contain only one single record. It is not possible to add new records.

I created an Edit screen for this entity, the screen can be opened directly from the main menu.

I would like every time I open the Edit screen, the single record is shown for editing by default.

Any idea how to achieve this?

Thanks,

One of the options:

You can load data using OnBeforeShow event explicitly. Override the data loader load process and invoke its load() method in the event handler.