Hi support
I've a compilation error during the installation of a package on production environment.
The same package was fine on test cloud environment.
The error is
"2021-12-22 22:09:31,627 Autogenerated\Src\AccountSchema.Custom.cs(266,41) errore CS0115: 'AccountSchema.CreateSifUnindustriaReferenceContactColumn()': no suitable method found to override"
In the package I've renamed the custom column "SifUnindustriaReferenceContact" on the Account table.
How can I solve these issue ?
Like
2 comments
07:43 Dec 24, 2021
Hi Bogdan,
I solved the issue, using "Generate all schemas" and after that I compiled all
Show all comments