I created a user without admin permissions as a normal user. while accessing api it shows error Required permissions are not granted. At least one of these permissions must be granted for particular page but i gave permissions to that user for that page. can u help me?
API: v11.1.0 | Client: v11.1.0
Angular
.net core
Error: Required permissions are not granted. At least one of these permissions must be granted: Dashboard
I want to show host dashboard reports to tenant dashboard also how to do it?
thanks
API: v11.1.0 | Client: v11.1.0 Angular .net core
Now in azp.net zero there are two levels only one is admin and another one is user.. is there any way to add a another heirarchy level like admin->manager->users with permissions?
API: v11.1.0 | Client: v11.1.0 Angular .net core
if we delete a user it soft deleted in database. is there any option to undo this action and make that user as active one?
API: v11.1.0 | Client: v11.1.0 Angular .net core
Hi, How to call a stored procedure?
API: v11.1.0 | Client: v11.1.0 Angular .net core
In mobile app as of now ,there is no support for entering email and pwd without tenancy name.I would like to have support for mail id and pwd authentication without tenancy name as mail ids will be unique across all tenancy . Please guide.
API: v11.1.0 | Client: v11.1.0 Angular .net core
Can the host(userId:1) see other users that were created by other tenants?
as of now while creating tenant its validates only whether tenant name is already taken or not. when we try to check the email address already taken or not for tenants we faced issue that await CreateAsync(tenant) function not editable. is there any other methods available for checking tenant email id already exists or not?
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Hi,
I have created a new widget component and I have widgetID mapped with this componet.Now i want to add multiple widget (of same component) with different data. There is an existing reference in manager.component.html using ngcomponentOutlet.In CustomizableDashboardComponent also ngcomponentOutlet is used .But in the same ,my requirement is to call same widget with different data.Please guide.
Thanks RenuSolutions