I'm getting this CORS error when trying to save changes under the settings/ Email (SMTP) Tab
Thanks for your help
Hello,
Thanks for your response, however I can run the project and duilds sucessfully, swagger shows the new entity - it's just not creating the migration or updating the database. What folder are you refering to "mvc" ? this project is .netcore + angular. Please advise.
.NET Core 3.1 Angular v9.0.1
Hello Team,
Is is possible to have custom login pages per tenant? if so can you give me some pointers.
Thanks,
Thanks for the suggestion, i'll give that a try and report back.
.NET Core 3.1 Angular v9.0.1
Hello,
here the scenario, our tenants will have their client login to view their invoices via the app, we created a role "ClientCustomers" for them. we also created 2 new entities as follows:
ClientAccounts: This table will hold the list of accounts and the respectice userid associated with that account (one client can have multiple accounts) ClientAccountsInvoices: This table hold the invoices details and is linked to the ClientAccounts via ClientAccount.Id.
how can I show the current user, only those records from the ClientAccountsInvoices that belong to him/her?
Thanks,