0
vanichkin created
- ABP Framework version: v8.1.3
- UI Type:Blazor Server
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
We are looking forward to Implement manage instances DB schema across few applications. For example, we have app1 with table "contacts" fully audited. when we creating or updating record in that table using app2, what Id will be set as CreatorId, UserId from app2.abpUser?
3 Answer(s)
-
0
Hi,
It will get value from
ICurrentUser
https://abp.io/docs/latest/framework/infrastructure/current-useri twill set to null if there is no current user
-
0
How about case where we have current user in app2? What value will be set then?
-
0
Current user is the user currently logged in to the application
What value will be set then?
CreatorId is user's id