Sunday, July 21, 2013

MS releases Windows 8 3 apps for Dynamics AX 2012

MS release 3 apps in Windows 8 OS which will work with Ax2012 R2 only.

1.Approval - To give business users a quick and easy way to check on and approve items like expense reports, budgets and more. It can even connect to co-workers via Lync to have them clarify the approved items.

2.Timesheet -Enter new timesheet,approve/deny existing timesheet etc.

3.Expense - It allows for expense reports to be created, edited and sent for approval.

Microsoft Dynamics Ax Apps in iphone

MS recently release a apps which is totally free and can download from i store .This is a integration of  iPhone and Ax2012 R2 Application.This application enables you to capture your expense transactions and receipt information. This application also allows you to create and submit time sheets. The information captured with this application will be available when you enter or update an expense report and/or time sheets in Microsoft.
you can download from below link.
 https://itunes.apple.com/us/app/dynamics-ax/id663448683?mt=8
Below are some screenshot.


Task Recorder Update feature

Hi Friends,
Recently Microsoft has released Task recorder latest version with so many additional features.
Like video recording with in Ax application ,generating business process modeler file .axbpm format which u can import in the life cycle services and can view the complete business process flow diagram.

To download the white paper please go through the below link.

http://www.microsoft.com/en-in/download/details.aspx?id=39353

To install  Task recorder update you have to install the KB article no 2863182.
Inside that you will have 2 versions fixes(Both Ax2012 and Ax2012 R2).

To download follow the below link and select the version of the Ax application .
http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2863182&kbln=en-us

You have to run the kernal and application version both and do the incremental CIL generation and DB sync after installation done.

Ax2012 Testing

Today I was just surfing internet and found one useful axapta functional testing solution from AXeptance company.
The solution is available in Ax2009,AX2012,Ax2012 R2.
Please have a look into the below youtube video, where u can find the demo.
http://www.youtube.com/watch?v=-CWETXCz6tg

Intially it looks like a simple Task recorder functionality which is there in Ax2009 version.But I found that there are lots of things this tool is capturing while running the business process scenario.
1.Every step parameter values and type.
2.Skip the step.
3.Delay and add timer.
you can run the test script in different m/c or terminal and catch the log of the processes.

Tuesday, February 7, 2012

In the Enum we have a property 'useenumvalue',it is used to reset the enum values which we changed in the element level.

BaseEnum1 useenumvalue No YES

--------Element1 default value 0 modified (0-250)
--------Element2 default value 1 modifed (0-250)
--------Element3 default value 2 modified (0-250)


Indicates that default EnumValue property values were modified if set to Yes. Resets the EnumValue property to default values if set to No.

Tuesday, October 25, 2011

Error : "The server-side impersonated (RunAs) session tried to invoke a method that is available for client-side processing only.

As we all know that in Ax2009 the batch runs on server side so when client is not open it will run on the backend side.But in Ax 4.0 it use to run on client side.Due to side while moving certain code (related to batch process)from Ax4.0 to Ax5.0 we have not modify the way of execution perfectly Due to that this kind of issue raised.
Solution:
1.To move the all batch process run on client side please do modification on \Classes\RunBaseBatch\runsImpersonated() make it false.
2.To move our reported batch process then over write the above method in our class.
3.At the runtime you can change the batch execution location by the backend
UPDATE dbo.BATCH SET RUNTYPE = 0 WHERE CAPTION = '[Your job caption name]'

Deploying all SSRS reports or single report in D365FSCM Using PowerShell.

  All reports can be deployed using following commands . 1. Open PowerShell run as administrator  2.Copy and paste below command and enter....