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?
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
3 Answer(s)
-
0
Hi,
It will get value from
ICurrentUserhttps://abp.io/docs/latest/framework/infrastructure/current-useri twill set to null if there is no current user
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Current user is the user currently logged in to the application
What value will be set then?
CreatorId is user's id
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)