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...
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...
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 ...
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.
Best regards,
Business Central Team
Rename AppSourceCop
I feel it important to not use police/cop in a naming convention. Some alternatives: -AppSourceVerifier -AppSourceChecker
Best regards,
Business Central Team
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.
Best regards,
Business Central Team
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...
Best regards,
Business Central Team
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...
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...
Best regards,
Business Central Team
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
Administrator