today() ————————————>The today function returns the system date,This function does not support time zones.
getSystemDateTime() —————>Gets the current UTC time as a utcdatetime type.
systemDateGet () ———————->The systemDateGet method uses the system date in Microsoft Dynamics AX.
Use DateTimeUtil::getSystemDateTime instead of systemDateGet or today.
The today function uses the date of the machine. The systemDateGet
method uses the system date in Microsoft Dynamics AX. Only
DateTimeUtil::getSystemDateTime compensates for the time zone of the
user.
Avoid using date2str for performing...
Featured Post 1 with Small Thumbnail
Featured Post 2 with Small Thumbnail
Featured Post 3 with Small Thumbnail
Featured Post 4 with Small Thumbnail

Dynamics 365
Dynamics 365...More

Dynamics AX 2012
Dynamics 2012...More

Title Featured Post 3
Etiam augue pede, molestie eget, rhoncus at, convallis ut, eros...More

Title Featured Post 4
Aliquam sit amet felis. Mauris semper, velit semper laoreet dictum, quam diam dictum urna, nec placerat elit nisl in quam...More
Thursday, December 25, 2014
How to Fix “Insufficient Space” in Android

Smartphone berbasis Android saat ini makin banyak
digunakan bukan lagi karena tren atau sekedar ikut-ikutan. Banyak orang
yang sudah sadar akan manfaat sebuah smartphone atau gadget berbasis
Android lainnya dalam menunjang pekerjaan mereka sehari-hari. Sebuah
smartphone handalpun kemudian menjadi pilihan untuk menghindari hal-hal
yang tidak diinginkan selama beraktifitas menggunakan Android terjadi.
Canggih dan dibekali dengan kemampuan...
Wednesday, September 17, 2014
Unable to logon On Microsoft Dynamics, SSRS reports error only with one user
Unable to logon On Microsoft Dynamics, SSRS reports error only with one user
Solution :
Setting the Reporting Services Execution Account to the same user as the Dynamics AX Service Account solved this issue for me....
Wednesday, September 10, 2014
Solution for the error-”This computer could not authenticate with Domain Controller”
Solution for the error-”This computer could not authenticate with Domain Controller”
Sometimes in an Active directory environment administrators may find
problems that the Domain users/administrators are not able to login to a
member server or a client where they can able to login as local admin.
Upon checking the logs they can see this error – This computer could not authenticate with Domain Controller with the following detailed...
Friday, August 15, 2014
Microsoft Dynamics AX 2012 Reporting - tips how to improve performance
There are some tips we can use to improve performance of reports for Dynamics AX 2012.
Use static reports. The deployment of static reports is described here: http://technet.microsoft.com/en-us/library/hh496446.aspx In this way we will safe several calls to Metadata service to get labels values and correct formatting of dates and numbers.
Install application hotfix KB 2879661 which fix the situation when
first generation of a report after Dynamics AX client restart takes
long. This happens for each user.
Newest kernel. Hotfixes for performance improvement are included in
new kernels that...
Friday, June 20, 2014
Powering on a virtual machine in Workstation fails with the error: VMWare Workstation unrecoverable error: (vmx) (2032746)
Powering on a virtual machine in Workstation fails with the error: VMWare Workstation unrecoverable error: (vmx) (2032746)
Symptoms
Cannot resume a suspended virtual machine in Workstation
Cannot power on a virtual machine in Workstation after a power failure
Powering on a virtual machine fails
You see the error:VMWare Workstation unrecoverable error: (vmx)Exception...
Thursday, June 5, 2014
Troubleshooting issues during an installation of the Data Migration Framework
Hi Tyo Lovers...
In today's I will help you Troubleshooting Data Migration Framework.....
#Issue 1: Error with Windows Installer package
Setup
will not install the Data Migration Framework service on a 64-bit
computer without Microsoft Visual Studio 2010 installed and running.The
installation fails with the error "There is a problem with this Windows
Installer package. A program required for this installation to complete
could not be run. Contact your support personnel or package vendor."
ResolutionInstall the Microsoft Windows SDK for Windows 7 and .NET Framework 4 from...
Tuesday, May 27, 2014
Configure Resource Pools, WorkLoad Group, and Classifier Function and then enable the Resource Governor
To manage the server workload by restricting resource-intensive you need Configure Resource Pools, WorkLoad Group, and Classifier Function and then enable the Resource Govern...
Snapshot Replication
Snapshot Replication to use the company runs a custom application that stores data in a large Microsoft SQL Server 2012 Database, the primary database is hosted in the main office. Each branch office SQL Server hosts a copy of the database, for a solution that will replicate the entire primary database from the main office SQL Server every weeke...
UPGRADE ADVISOR
UPGRADE ADVISOR is a To evaluate to prepare for possible conflicts and issues that may arise during or after the migration with a new server and plan to migrate your database from SQL server 2008 to SQL Server 20...
Monday, March 10, 2014
Using Controller Class in Developing SSRS Reports in Microsoft Dynamics AX 2012
Overview
Controller class is used to control the report execution as well as
preprocessing of the report data. The SSRS reporting framework uses this
class to modify the report dialogs, calling the SQL Server reporting
services, as well preprocessing parameters for the report.
Following are the scenarios where Controller class can be used:
Modifying a report query based on the input data
Modifying report contract data based on the input...
Thursday, February 27, 2014
Creating a Matrix Report [AX 2012]
In this walkthrough, you will create a report to display customer
transaction data in a matrix data region. A matrix data region displays
data in a two-dimensional grid of columns and rows that intersect at
specific data points. When defining a matrix data region, you can
specify column and row groupings. The data that appears in the detail
cells are aggregates based on the intersections of columns and rows.
This walkthrough...
Sunday, February 23, 2014
This virtual machine appears to be in use .vmdk - how to resolve?
Issue :-
This virtual machine appears to be in use. If this
virtual machine is already in use, press the "Cancel" button to avoid
damaging it. If this virtual machine is not in use, press the "Take
Ownership" button to obtain ownership of it.
Solution :-
you will have .lck folders in the directory where you will have the .vmdk file. Delete them and try again.
real work....!!!!...
Friday, February 14, 2014
Tips & Tricks around debugging X++ code in Dynamics AX
When you are developing X++ code for Dynamics AX over the time you
will for sure run into a situation where the below Tips & Tricks can
make your debugging live easier. The information are no
secrets it is just hard finding them the very first time you need them.
Since I was also once in the situation needing to find them, I thought
it is maybe a good idea to collect the most useful ones I'm using day to
day...
The most oblivious one: Interrupting the code execution
When you have written some code that is causing an endless loop (or a
very long execution) and you want to know what...
Thursday, February 6, 2014
Subscribe to:
Posts (Atom)
A financial dimension value is based on the record and has been used on a transaction. You cannot delete the record
SOLUTION delete in table DimensionAttributeLevelValue base on Bank Account : and Delete the Bank Account FINISH