I wants to create settings screen which should contains only one record per tenant.
Database structure done and save also work.
But I don’t want next previous button or selection.
My layout is

In graph only three lines
public PXSave<UsrCustomTable> Save;
public PXCancel<UsrCustomTable> Cancel;
public SelectFrom<UsrCustomTable>.View MasterView;
How can I select default 1st entry ?

