CRUD Template not generating Add / Edit Pages

Good afternoon,

I was trying to add a page from a MSSQL Server datasource and I've checked the Edit and Pages but the application does not generate them.

Anything I'm missing here?

Thanks in advance

Is the table properly setup with a primary key?

1 Like

There are no primary keys in the table i'm adding

That is your problem, I believe they're required....

Slosuenos

Indeed as @SloSuenos mentioned primary keys are required for editing (Entity Framework requirement).

1 Like

Thanks both! It's working now

1 Like