Change default route Edit

How to change the Edit route for my Customer from
my-filament-app/customer/id/edit to my-filament-app/uuid/customer

Note: The ID is not my primary key, I just don't want to show it to users, I want to show the UUID instead.

I even tried using the mount method, but the data is blank.
image.png
image.png
image.png
Was this page helpful?