30
Views
1
Comments
[App Feedback Connector] MultiTenant App feedback connector
app-feedback-connector
Web icon
Forge asset by Johan den Ouden

Can somebody change User entity to expose Tenant_Id ?


I had the need to change it in current version, but still, I don't know further impacts.


Thanks

2020-03-05 14-29-02
José Costa

Hi André,

To prevent unknown further impacts you could change the GetFeedback aggregate to use the UserMT Entity (from System) which already has the Tenant Id exposed. This way you are not exposing the TenantId in the User entity.

But a better way is to create your wrapper action that will call GetUserFeedback and then set the values for the user information adding an assign that will change the values of the output from GetUserFeedback. (In Feedback.SubmitDetails.UserId / Username / Name...)

This way you are not changing the component.

Cheers,

José

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.