I removed an entity and all associated code from the ASP.Net Zero Angular solution.
How can i remove the name from the "Select Your Entity" dropdown for "Regenerate Entity"
Hi
You can use the AbpSession extension to get the information of the logged in user. You can get it by calling
AbpSession.GetTenantId()
,AbpSession.GetUserId()
methods. If you want to get UserIdentifier as well. You can use it asAbpSession.ToUserIdentifier()
.
So you cant get it from Add New Navigation Property in Power Tools?
Select Your Entity Like User (x.x.Authorization.Users.long ?
I would have to create the Property in PowerTool and then update it in code to use AbpSession.GetUserId()
I am creating an entity using Power Tools. How do i capture the current Logged In user 'Id' and 'TennentId' to update the fields the the database for that table
I am using Power Tools to develop an entity called Languages. Are entities only created in the Main Folder? How do I create the entity in a sub folder of Main. For example Main > Employee
So the Entity would be located at Main > Entity > Languages