Create VS project from model
A function which would generate a project form a model would help troubleshooting issues when an overview of a certain part of the codebase is necessary.
Cannot set focus on controls in SysWizard on first page/tab.
You should check if SysWizard has welcome page before setting focus on Next-Button.
To help you identify the problem I can show you the code. This is the current code from SysWizard class in method prompt:
// Set focus on the Nex...
Navigation pane
Navigation pane in DAX was collapsed while in DOP it expanded which make it more difficult for user to find the required link and make it less user friendly.
Partners should be able to use their own language on development or build environments
Partner cannot change OS language and cannot install VS language pack on development or build environments that are running in Microsoft subscriptions. But using only English is very painful for engineers who use non-English language. Please support to change OS language and install any language...
Chain of Command should be used for new implemented method
For easy customization, the new implemented method should be published as we can use Chain of Command (CoC). For example, the method SetMCRItemListLineTmpData() in Form(MCRItemListCopying) was implemented from 8.1. We cannot use CoC as this method is Private. We can raise extensibility request...
Quit calling bugs "Ideas". They're bugs.
Trying to find out if someone else has submitted a bug on this platform is maddening. I waste so much time trying to fix your software; I should be charging Microsoft for my time. Give us a BUG REPORTING PLATFORM. I don't want to sift through of these feature requests, spending hours of preciou...
Task Recorder capturing wrong value in validation of drop down lists
When creating a validation test case, Task Recorder is capturing the wrong value in drop down lists. For example, Instead of catching Delivered, DelNoChg, FOB In or FOB Out in a Delivery type drop down, Task Recorder gives me 0, 1, 2, or 3. But the user doesn’t see those numbers, they on...
Hello,
If this idea is related to RSAT, RSAT should deal correctly with this scenario. If it is not, please report it as an issue using a support ticket.
Maybe a title like "Allow changes to visibility of FactBoxes
We would like from X++ code to control when factBox is visible Currently we are using the control PartList, but is is marked as IntenalUseOnly. Suggestion/solution: Please remove the IntenalUseOnly so we can control the visibility of the form parts.
Requests for extensibility should be filed via Lifecycle Services (LCS) so they are tracked and triaged appropriately. The ideas forum is not effective for these types of requests (https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/extensibility-requests).
Requests for extensibility should be filed via Lifecycle Services (LCS) so they are tracked and triaged appropriately. The ideas forum is not effective for these types of requests (https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/extensibility/extensibility-requests).
SysExpression table join limitation
SysEspressions (ranges) cannot be applied on an AOT query containing join types different from inner and outer join. Symptom: This is because inside SysExpression.buildDataSourceChildMap() the datasources different from inner or outer join will be disabled. Why is this? The query will behave dif...
Remote notice of POS online or offline for MPOS
We need to know if our POS is online or offline from remote location in order to determine functionality issues (i.e. pricing variation, sales reporting errors, etc..). We are frankly surprised this is not an option. Thank you.
Administrator
There are many reasons methods are kept private (code supportability, backward compatibility, public API footprint, abstraction of functionality and security, ..etc). There are also enough down votes on this idea to justify closing it.