Go To Usage for Publisher
Since the introduction of publishers and subscribers, it has always been difficult for the second developer to identify where these functions have been used in order to be able to make further adjustments or extensions if necessary. The "Event Subscriptions" window must always be filtered and ...
Modify the application area property on the page object
It is possible to modify the ApplicationArea property on page extension objects When i read the documentation (https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/properties/devenv-page-property-overview) it says that it should available to - Page object - Field c...
Best regards,
Business Central Team
Allow to add Cookies with HttpClient
Could you please add HttpClientHandler with UseCookies = false to your AL wrapper of the .Net class HttpClient to allow to set cookies? There are APIs like Qlik Sense (https://help.qlik.com/en-US/sense-developer/November2019/Subsystems/Platform/Content/Sense_PlatformOverview/Integration/expose-...
Best regards,
Business Central Team
Enhance Test Framework to restrict allowed time-to-run for tests
Enable the test framework to have a property per test "maximum allowed time to run". Default to unlimited if not set. The test framework should abort a test with a distinct failure when the time is exceeded. Reason; Switching to 2019 Wave 2 we have experienced some hard to find issues that ult...
Best regards,
Business Central Team
CodeCop rule for testing field length (Lookup Flowfields)
If a new flowfield of type Lookup is created, the field datatype/length is set. If the related table definition is changed, e.g. increase of related field length from text 50 to text 100, the related Lookup flowfields should be increased as well. Describe the solution you'd like: Have a new Code...
New 'unused parameters in local functions' CodeCop rule
The AL CodeCop currently only detects unused variables, both global and local. However, when a local function is created, containing function parameters that are not used, it would be interesting to have a CodeCop rule detecting these 'unused local function parameters' as well. More info on Gi...
Command pallet option to generate AL permission objects
An extensions permission set XML will be replaced by the new Permission Set AL Objects. However, the command palette function 'AL: Generate permission set containing current extension objects' still creates an extensionsPermissionSet.xml in the root directory of the extension rather than Permissi...
Add asteriks (*) to PK fields in Intellisence list
If I hoover over a record variable in VSCode I get a full listing of all fields on that record with PK fields at the top of the list marked with an asterisk (*). When I write code Intellisence will help me to ease the selection of variable, methods, etc. Doing this, referencing a record variable...
Best regards,
Business Central Team
Change the behavior of FieldSelection.Open in Field Selection codeunit
We have previously used Page 7702 to enable the user to select among fields. In the original solution the selection list would be opened with the cursor on the last selected field. When using the new Field Selection codeunit, the cursor will always be placed on the first entry in the presented li...
Increase length of "Cell Value as Text" field in the Excel Buffer table
Now that Business Central supports 2048 characters for a Text field, the "Cell Value as Text" field in the Excel Buffer should also allow 2048 characters. This will allow partners export custom fields that exceed 250 characters using the Excel Buffer functionality. Currently, we either have to sp...
Administrator