Option to create or edit labels from the objects
In D365 if we need to create a new label and assign that to Label or Help text of an item, we have to create label in the label file and then paste in the object. There is no way by which via the object properties we can create a new label or edit existing one. There should be an ability to cr...
Improvements of "Find references"
Evaluation of cross-references is very important with such a large code base (for understanding the current solution, for impact analysis and so on). Unfortunately the experience is worse than in previous versions of AX; here are some suggestions:
- Allow filtering and sorting. ...
There are multiple suggestions here. Thank you. Some are already possible (like filtering and sorting). I will keep this idea under review and monitor the comments. We need to improve this part of the Dev Tools.
Allow disabling an index through an Extension
In the past in for example AX2012 we were able to disable indexes on tables where we have a lot of data in, with a lot of indexes which are not used in our implementation. This was especially useful for large tables, on which standard AX created a lot of indexes which are not useful for use (as ...
Feature management: Add generic way to check if feature is enabled from X++
When a new feature is added it can sometimes impact customizations in different ways. Sometimes partners and others have a need to check if the feature is enabled or not to be able to take the feature into consideration when creating code, but today there is no general way or a framework for this...
A fetal risk on Malaysia e-invoice solution
We find a fatal risk on Malaysia's e-invoice solution.
The solution sends the invoices one by one to the IRB. In the retail and catering industry, the monthly sales transaction will be more than 100k. In peak season, say Xmas, Chinese New Year, the transactions will be dou...
Standard code does not work with custom module
We got the issue that the standard method and module call code cannot work on the custom form.
Here is the code we are using:
try
{
//Search user by principal email.
user = SysUserMSODSImportHelper::getMicrosoftGraphClient().GetUserByUserPri...
Administrator
The label editor is needed as a separate construct to separate the label definition from the label use. We'll look at ways to speed up the creation of labels in the future.