I'm getting this CORS error when trying to save changes under the settings/ Email (SMTP) Tab
Thanks for your help
.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,
.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,