Activities of "maliming"

hi

Please configure the TestParentChild in EF Core.

b.Property(x => x.Id).ValueGeneratedOnAdd();

Seems no problem, Can your share a simple project? liming.ma@volosoft.com

You're welcome. : )

Can you share the code of INitificationsAppService and its implementation class?

hi

The** tenant id** may be changed by code, so the caller is responsible for passing the tenant name.

using(currentTenant.Change(tenantId))
{

}

Answer

hi

You can customize related application services or repositories, and exclude some special entities in query results.

For example, extending the **User **entity to add some properties that represent identity(Super User, Admin, Employee ).

hi

Can you direct share a template project with me? liming.ma@volosoft.com

I will check it locally.

hi

You can override the GetClientIpAddress method to use IPV6 address.

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore/Volo/Abp/AspNetCore/WebClientInfo/HttpContextWebClientInfoProvider.cs#L30

Normalize Auditlogs table as it has both TenantId and TenantName fields?

What do you mean? Can you explain?

hi

You also need to depends on the Application Module

Is there a way to sync entities across all tenant databases when IMultitenant is not used

You can switch to Host DB when querying this entity.

using (CurrentTenant.Change(null)) //Host
{
    return await _yourEntityRepository.GetAllAsync();
}
Showing 8251 to 8260 of 10635 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 10, 2025, 06:30