I want to create an entity 'Title' which will be a lookup with 'Miss, Mr, ...etc'. I want this entity to be available for CRUD operations only with the 'HOST'. BUT, I want this entity to be accessible on 'Tenant' entity creation navigation ie when creating 'PolicyHolder' entity, this 'Title' should be availble as a dropdown on 'Tenants' entities. How do I go about with this one?
2 Answer(s)
-
0
Hi @siyeza
Power Tools doesn't have such a feature. You can create only Host side entity with Power Tools but you have to swithc to Host side (see https://aspnetboilerplate.com/Pages/Documents/Multi-Tenancy#switching-between-host-and-tenants) if you want to access that entity from a Tenant context.
-
0
Maybe I could not explain what I wanted proper. I was able to do what I wanted.