Renaming a record type in the architect

I have created a record type in the architect with name A.
However later on I renamed it to name B.
In the application and in the architect, the pages appear with name B, but in the data model and the database table, the old name remains to be A.
How can I change it so it also appears in the data model with name B and the database table is renamed to the new name ?

There are two options. Either there is still a grid that points to that type which has the old name (and that grid is selected for deriving the type name), or the type name was overridden.

In the first case, make sure that all grids are renamed. You can see the names in the explorer tree after clicking this button:
image

In the second case, you can change the overridden name by going to View - Data Model, clicking the Refresh button in the Explorer tree, selecting the appropriate type, and changing the name by double clicking it:
image

1 Like

Thanks, Wim.

Indeed it was 1) in my case.