RE:
It looks like this has been out there for a while. This is desperately needed as paginated reports become more common. It's unfortunately not practical to deploy the paginated report to production ahead of the report that calls it. Please provide a solution.
RE:
I hate to be the bearer of bad news, but I doubt that this will ever happen, for two reasons: The `apt` package manager is specific to Debian Linux (and other Debian-based Linux distributions), but as of this writing, Fabric notebooks appear to be running on a Linux distribution called CBL-Mariner, and it uses the RPM package manager (originally from Red Hat Linux). The `apt` command is not present in the CBL-Mariner Linux that's running under the hood in Fabric, but the `rpm` command is there. So theoretically, you could try to use `rpm` to install the packages you're looking for, but there's another issue:Installing packages with a package manager like `apt` or `rpm` in Linux requires superuser (system administrator) privileges, and I can almost guarantee you, that's never going to happen in Fabric. Mostly for security reasons, but also because you could easily brick your Fabric capacity by messing up a single command, and then someone in Microsoft Support would have to fix it for you.Don't get me wrong, I love that Microsoft has been really embracing Linux recently, but you'll be hard-pressed to find any managed cloud data SaaS provider that will allow you to run Linux shell commands as superuser in a managed environment.By the way, if you're curious how I know all of this stuff about what's going on under the hood in Fabric, I just ran a few Linux shell commands using the "!" operator in a Fabric notebook. I tried to include the commands and the output I received from them in this post, but the Fabric Ideas website has an extremely paranoid "malicious input" filter which blocks anything that even looks like code, so if you want to know more, find me on LinkedIn or Bluesky and I'll show you what I did.
RE:
Yes, we just moved from Outbound to Real Time and this is a huge gap for our team.
RE:
I found this thread while searching for the Purchase Line Review Page. This should be be enabled for price pages, not just sales. My client wishes for the ability to change the Starting and Ending date, and create a new line from the filtered list. This worked before the new pricing experience.
RE:
For our business case, we have locations for damaged goods and QA inspection. These can usually be handled by managing the inventory status, but if an employee forgets to set the inventory status, we can run into serious problems reserving damaged goods for orders. Batch jobs wont work due to the frequency of operations at our company.
RE:
Correction. This is a BC24 upgrade bug. Not BC25BC24 wasnt on my upgrade radar since we're jumping from 23 to 25 onprem directly. That said, this idea submission still holds a ton of merit
RE:
There was a lively discussion about this on Yammer (https://www.yammer.com/dynamicsnavdev/#/Threads/show?threadId=3039600681410560). Thanks to the helpful input from the Business Central community, it seems this idea is no longer necessary and can be closed. It turns out that there is a PowerShell cmdlet that enables this functionality for shared mailboxes. To implement it, you need to add the “Send As” permission to the shared mailbox in the Exchange Admin Center. However, this option isn’t available directly in the Exchange Admin Center interface. Instead, you need to connect to Exchange Online via PowerShell and enable the MessageCopyForSentAsEnabled setting for the shared mailbox (for example, invoices@contoso.com):Set-Mailbox invoices@contoso.com -MessageCopyForSentAsEnabled $trueFor more details, see the documentation: https://learn.microsoft.com/en-us/exchange/recipients-in-exchange-online/manage-user-mailboxes/automatically-save-sent-items-in-delegator-s-mailbox#how-do-i-set-up-a-mailbox-to-save-messages-sent-as-a-manager-when-theyre-sent-by-an-assistant
RE:
Any update on this? FOR JSON functions are very useful functions.