Skip to main content

Posts

Showing posts from March, 2014

How to Hide Modules based in Company in AX2012

Hi Folks, Here is the way to hide modules based on the company... 1) Open the Dynamics Axapta Application. Go to navination pane select the options like 2) Then below screen will open go there and un select the modules and then save it Thanks Happy Daxing..

How to debugg the RDP Class in SSRS Reports on Dynamics AX2012

Hi Folks, Hope every one is doing good.It has been long time since I shared the things into my blog.I am little bit busy with my current project and learning new things about SSRS,AIF and MVC. Today I would like to share a very interesting and simple concept on SSRS,i.e Debugging the SSRS RDP Class in Dynamics AX2012. 1) Class declaration of RDP class ,we need to replace the code like extends  SrsReportDataProviderPreProcess   instead of SrsReportDataProviderBase  2)   Temp table properties should be      (a) Table type : Regular        (b)  Created by : Yes       (c) Created Transaction Id :  Yes Third step is not a mandatory. 3)   In process report of the class add this line   in   Temporarytablename.setConnection(this.parmUserConnection()); Thanks Happy Daxing..