Open Closed

Azure Managed Instance #8114


User avatar
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)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    It will get value from ICurrentUser https://abp.io/docs/latest/framework/infrastructure/current-user

    i twill set to null if there is no current user

  • User Avatar
    0
    vanichkin created

    How about case where we have current user in app2? What value will be set then?

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Current user is the user currently logged in to the application

    What value will be set then?

    CreatorId is user's id

Made with ❤️ on ABP v9.1.0-preview. Updated on October 22, 2024, 09:35