Thanks
And if I'm using same DB for all tenants and host and entities without tenant property, still I need to set tenant?
Thank you. I understand now. Why would DS not be UOW?
What is it for then :)
Thanks Ismail. It was a problem in the Seed itself. Resolved now.
If I have some objects that don't have a TenantId as I need them in all Tenants. When retrieving them, shall I set the SetTenant(null)? Or irrespective of Tenant I will get all the data?
One more thing, is there a documentation on how Abp applies data filters, so that I fully understand how things work behind the scenes when it comes to Tenant Filter, etc.
Thanks
In one of the cases, every Tenant would define some fields to be Displayed(Yes/No) and Required(Yes/No).
So I will be doing server-side and client-side checkings based on those records stored in the database. Hence, I need to do validation and return results.
I thought of using the IdentityFramework. Is it meant for such thing or for something else?
Thanks
Yes it is the same. Anything to check more? Thanks
Hello,
By mistake, I deleted all migration files from the application.
So I generated a new migration file. When I run update-database, I get the following exception:
System.Runtime.Serialization.SerializationException: Type is not resolved for member 'Abp.AbpException,Abp, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null'. at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate) at System.Data.Entity.Migrations.Design.ToolingFacade.Run(BaseRunner runner) at System.Data.Entity.Migrations.Design.ToolingFacade.Update(String targetMigration, Boolean force) at System.Data.Entity.Migrations.UpdateDatabaseCommand.<>c__DisplayClass2.<.ctor>b__0() at System.Data.Entity.Migrations.MigrationsDomainCommand.Execute(Action command) Type is not resolved for member 'Abp.AbpException,Abp, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null'.
That occurred during Seed somewhere seems!
Thanks
Hi, Is it possible to use another name for the Id for entities? Everywhere it is Id. I want to make it like EntityId.
Thanks