Dynamics 365 Blog - Microsoft Dynamics 365 for Finance and Operations - Page 3

Subscribe to RSS feed of this category
Exception during Platform update 30When I recently wanted to update a local D365-VPC with Platform Update 30, the following error occurred at Step 19:
The reason for this error was quickly found - after downloading the VHD from LCS, the name of the virtual computer was changed, but not all neccessary steps were done. As a result, SQL Reporting Services had a problem, a new database had to be entered here. How this works, and what else you have to consider when renaming a VHD, can be found here. |
Error "The step failed" during platform update 30 in connection with reporting servicesIf the following error occurs during a platform update of a local VPC...
...may be the reason that the computer name of the VHD has been changed, but not all steps recommended by Microsoft have been performed. What they are can be found here: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/migration-upgrade/vso-machine-renaming
|
Display financial dimension as display method[SysClientCacheDataMethodAttribute(true)] public display DimensionDisplayValue displayLedgerDimensionValue() { return LedgerDimensionFacade::getDisplayValueForLedgerDimension(this.LedgerDimension); } |
Error "Argument to method getFieldValue out of range" during import using a data entityWhen importing data via a self-created data entity that also contains financial dimensions for a self-created table, I recently had the problem that the import always failed with the following error:
During debugging it turned out that a field name could not be determined in the method DimensionDynamicAccountDataEntityResolver.getEnumValue(). However, the responsible method DictDataEntityField.dynamicDimensionEnumartionField() is not visible. |
Add a field of type LedgerDimension to a (new) table.In Dynamics 365 for Finance and Operations, only a few steps are required to add a field of type LedgerDimension - that is, a field that is to include financial dimensions - to a (new) table:
The following steps are necessary to display such a field in a (separate) form:
Depending on the class that is stored in the Controller Class property of the Segmented Entry Control, further settings may have to be made, although not all of them are always permitted. For more information see https://docs.microsoft.com/de-at/dynamics365/unified-operations/dev-itpro/financial/segmented-entry-control-metadata-specification |
Error during platform update 30 in connection with Management reporterIf the following error occurs during a platform update of a local VPC...
...may be the reason that the computer name of the VHD has been changed, but not all steps recommended by Microsoft have been performed. What they are can be found here: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/migration-upgrade/vso-machine-renaming
|
|
|
|
|
|
|
|
In principle, every solution in Dynamics 365 for Finance and Operations should be free of best-practice deviations, but sometimes there is the need to suppress them.
Such a case are for example, event handlers that have a predefined parameter profile, but if one of these parameters is not used, it causes a BP deviation.
With the above EH, the following BP deviation would be output because the parameter e is not used: