4

Translation tool for General Ledger account names?

I am very surprised not to find this as a standard solution in Business Central, as it is easy to set up in other ERP systems.... We work mainly with a Norwegian chart of accounts with norwegian description. But some times we need to pull out an excel list of entries for employees in US countrie...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1429)

STATUS DETAILS
New
4

Case sensitive syntax

Change AL language syntax to be case sensitive. However check for name collisions without case, e.g. if I would create two procedures insertNewRecord and InsertNewRecord only one would be allowed. Conversions using old txt2al and copy-paste programming usually result in a lot of code looking li...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1429)

STATUS DETAILS
Needs Votes
4

Option fields that are needed as ENUMs

Our solution requires you to change some Option fields to ENUMs: • Job Journal Line.”Type” • Job Journal Line.”Ledger Entry Type” • Job Ledger Entry.”Type” • Job Ledger Entry.”Ledger Entry Type” Please can you provide an estimate of when this will be achieved in the standard product as this is ...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1429)

STATUS DETAILS
Declined
Ideas Administrator
Thank you for reaching out. Your suggestion seems to be an event request, enum request, request for making a function external or general code contribution in for a product. Please create an issue on one of following GitHub repos:

Event Requests, Enum Requests, Requests for Externals, Extensibility enhancements: https://github.com/microsoft/ALAppExtensions/  

AL language enhancements and development environment: https://github.com/microsoft/AL  

Read more about finding right resource and providing feedback on this blog post:


Sincerely,
Business Central Team
4

Add "ShipToOptions" field to the Sales Order and Sales Invoice Web Service

When using web services to integrate to ecommerce sites there is a need to bring in ship-to addresses and you need to be able to access the ShipToOptions field to accomplish this but it is not published on the web service.

Read more...

1 Comments

Read more... 1 Comments

Category: Development (1429)

STATUS DETAILS
Needs Votes
Ideas Administrator
Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future.

Best regards,
Business Central Team
4

Rename AppSourceCop

I feel it important to not use police/cop in a naming convention. Some alternatives: -AppSourceVerifier -AppSourceChecker

Read more...

2 Comments

Read more... 2 Comments

Category: Development (1429)

STATUS DETAILS
Needs Votes
Ideas Administrator
Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future.

Best regards,
Business Central Team
4

Integer++ Functionality

This functionality would make things a bit cleaner. Usage: Would be nice, if I could add 1 to a Integer with the Syntax "Integer++", like in C#. So if my Integer is called "i", I could do i++ to count up my Integer.

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1429)

STATUS DETAILS
Needs Votes
Ideas Administrator
Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future.

Best regards,
Business Central Team
4

CaptionClass in Report Fields

Dynamic Captions for fields need to be defined as dataitem fields until now. This means, they are included in the DataSet_Result, blow up the dataset tremendously, and make developing a bit more complicate than necessary. I would kindly ask to allow for the same CaptionClass functionality for re...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1429)

STATUS DETAILS
Needs Votes
Ideas Administrator
Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future.

Best regards,
Business Central Team
4

Casting to Enum values

It would be also nice to have a function that can convert to the enum value. If the value is comming from with a http response message as Json, it would be nice if this can be converted to the enum. Example: SomeEnum := "Some Enum Type".FromInteger(SomeOption) or SomeEnum := "Some Enum Type".From...

Read more...

1 Comments

Read more... 1 Comments

Category: Development (1429)

STATUS DETAILS
Needs Votes
4

Programmatic Access to Web Service Access Key

Currently there is no way to obtain a user's Web Service Access Key unless you interactively log in as that user. This is unworkable in practice (see below for example). What we need is a way to get the key if you are some type of trusted user, such as maybe if you’re "super" across all companies...

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1429)

STATUS DETAILS
Needs Votes
Ideas Administrator
Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future.

Best regards,
Business Central Team
4

Email Dialog - Page : Access Property 'Public' on Controls

Lot's of Customers expect to add recipients on Email. (CC,Bcc) Set Access Property = Public on Controls and/or Vars to be able to handle Email's Recipients. Var : SendToText, CcText, BccText, EmailItem

Read more...

0 Comments

Read more... 0 Comments

Category: Development (1429)

STATUS DETAILS
Completed
Ideas Administrator
Thank you for your feedback. We released a new mail system and extensibility, including an editor, as part of the functionality in "Enhanced email capabilities". 

Please refer to the following link for more information: 

Sincerely, 
Tomás Navarro
PM, Microsoft