What improvements would you like to see to reporting features?

What improvements would you like to see to reporting features?

1 Like

In the Notifications, we have a Property QueryFilterExpression. This would maybe be nice to have for reports as well.

In the dashboard, counters are limited to 2 digits. It would be nice to display, the real counter even if is more than 99 items.

1 Like

When a provisioning job is blocked because of too many changes, it would be nice to display a counter with the number of changes as is it done with synchronization jobs.

1 Like

Hello @lesignor ,

We all have the same issue and I retrieve the number directly from the API.

You can go to the UI and use the browser’s Inspect tool. In the Network tab, you’ll see the API requests the page makes. From there, you can copy the request headers and use them to make your own GET request. Just make sure to remove the $top parameter from the query to get the full amount.

2 Likes

Hi @lesignor Thanks for the feedback! We are working on adding counters in the UI. These are on the roadmap. :slight_smile:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.