User Profile

Option to merge multiple pdf files into one document


Our users want to batch print Sales Invoices. In WinClient we could solve that, but now when running WebClient only (SaaS) we're having different troubles. Since we need to use the configured Custom Report Layouts, we have to print the invoices one a time. If we call Report.Run one at a time, th...

Read more...
5 Comments

Read more...
5 Comments

Category: Reports and Business Intelligence (302)

STATUS DETAILS
Under Review

Batch printing with different Custom Report Layouts


When printing reports that have a custom report layout that is configured per record (e.g. different custom "Sales Invoice" report layouts per Customer) the report must be printed per record (eg. per "Sales Invoice Header" record). Otherwise the custom report layout will be ignored. The users ...

Read more...
0 Comments

Read more...
0 Comments

Category: Reports and Business Intelligence (302)

STATUS DETAILS
Under Review

API for checking user count per Plan


Each BC Cloud License is represented by a "Plan" in BC (table 9004). We need to know how many users are licensed per plan to be able to charge our customers by licensed users. Codeunit 9010 handles the integration between BC and AAD, but no useful External functions are available to get this inf...

Read more...
2 Comments

Read more...
2 Comments

Category: General (1640)

STATUS DETAILS
Under Review

A OnRoleCenterOpen event from platform


In BC12 there where an event in Codeunit 1, OnRoleCenterOpen, that was triggered from the platform. The event was a bit special since it was called for every user when they where opening the role center, but if an error happened in the subscriber, the error was suppressed. It was mainly designed ...

Read more...
1 Comments

Read more...
1 Comments

Category: Development (1162)

STATUS DETAILS
Under Review

Support URLs in includeRuleSets


We have a lot of PTE's that all have a ruleset file in their workspace. Now and then the AL Language extension gets an update that adds new rules, sometimes adding hundreds of new warnings the next time a developer needs to update the app. This would cause quite a lot extra work if everything wou...

Read more...
0 Comments

Read more...
0 Comments

Category: Development (1162)

STATUS DETAILS
Planned

A new platform event to handle File.DownloadFromStream()


We have apps that runs a lot of different logic from Base Application and other apps in the background, as scheduled tasks or via Web Services (API and/or OData). One scenario that we cannot handle today is when the File.DownloadFromStream() function is invoked, which results in an unhandled “...

Read more...
1 Comments

Read more...
1 Comments

Category: Development (1162)

STATUS DETAILS
New

A new platform event to override the Role Center in the user's settings


I want to suggest a new platform event that makes it possible for us to override the user settings for the Role (which is deciding which role center to use).


A simple suggestion of event signature could be something like this:

    [...
											
											

Read more...
1 Comments

Read more...
1 Comments

Category: Development (1162)

STATUS DETAILS
Needs Votes

Performance improvements with RecordRef.SetAutoCalcField()


There are no function on RecordRef that corresponds to Record.SetAutoCalcFields()


If w...

Read more...
3 Comments

Read more...
3 Comments

Category: Development (1162)

STATUS DETAILS
Needs Votes

Sort on any field with RecordRef


Since quite a while we are able to sort on any fields with Record.SetCurrentKey(), even if the fields is no...

Read more...
2 Comments

Read more...
2 Comments

Category: Development (1162)

STATUS DETAILS
Needs Votes

Add RecordRef support to Page.Run() and Codeunit.Run()


As discussed in https://www.yammer.com/dynamicsnavdev/threads/1430313497944064


The following code is possible to use today, even though it might not be recommended, and it's not (yet) officially supported:

---

RecRef.Open(27);

RecRef.FindFirst();

Varian...

Read more...
1 Comments

Read more...
1 Comments

Category: Development (1162)

STATUS DETAILS
New