-
LCS should let users to schedule DB maintenance operations
Instead of adding the DB maintenance operations inside the FinOps Admin module use the LCS Actions to let admins schedule Rebuild indexes and Update statistics. Now it lets trigger the command concurrently but it does not allow to schedule the execution for a later time.
-
Distribute the Project invoice purposals to be processed considering individual size of proposals and not only amount of proposals to process
There are 100 invoice proposals need to be generated. 10 Threads are available. Current code in standard allocates 10 invoice proposals to each thread, based on the pure number of invoice proposals, equally spread. Our issue: The proposals do have significant deviations in their size, because of our business is dealing with few very big customers and lots of smaller customers. What we saw multiple times now is a scenario where we ended up with one of the thread being loaded with multiple “big” proposals, while all other threads only got the little ones. So all but one thread will finish in time, while this one thread basically runs with the full load of data. So long story short, the system ends up in a semi-single thread situation. Repro steps: Pre-requisite to create the Project invoice proposal •Our invoice preparations are created for related Project nodes Use function Create project invoice proposal from Project management and accounting>Periodic>Project Invoices •Use late selection •Select "Invoice grouping setup ID" In "records to include" filter on one or a combination of the following •Project Contract ID (range) •Classification code •Project invoice interval pattern
-
Add database size and usage information in Health Metrics for Self-service deploments where there is no System Diagnistic tool
All customers are asking for an easy way to get the database size and usage details. In the new self-service deployment type of environments the System Diagnostics feature is deprecated and not accessible. Please and another view in Monitoring/HealthMetrics/System or SQL Insights tabs to have a clear understanding on provisioned space, used space and chargeable used space. -
Enable in LCS an unlink from PowerPlatform button for environments that were linked
When a new environment is deployed from LCS there is an option to link it to a PowerApps environment that is created at that time. Or for environments that are already deployed in LCS it also permits to create the link to a PowerApps environment.
Please add in LCS the option to unlink the environments from PowerApps.