<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.dynamics.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Microsoft Dynamics Axapta Workshop</title><subtitle type="html">I will be talking about Microsoft Dynamics AX development, x ++,  training, tips and tricks,add-ons and tutorials, AIF integration, SSRS reporting, best practices, EP, workflow, troubleshooting, design patterns and any upcoming news and enhancements.</subtitle><id>http://community.dynamics.com/ax/b/dynamicsaxposed/atom.aspx</id><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/default.aspx" /><link rel="self" type="application/atom+xml" href="http://community.dynamics.com/ax/b/dynamicsaxposed/atom.aspx" /><generator uri="http://telligent.com" version="6.1.9.30500">Telligent Community 6.1.9.30500 (Build: 6.1.9.30500)</generator><updated>2011-11-04T08:14:32Z</updated><entry><title>How to lock segments in Segmented entry control</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2013/03/04/how-to-lock-segments-in-segmented-entry-control.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2013/03/04/how-to-lock-segments-in-segmented-entry-control.aspx</id><published>2013-03-04T18:29:28Z</published><updated>2013-03-04T18:29:28Z</updated><content type="html">There is a parmMethod in the controller class that can lock the main account segment. You can use it to lock the segment. &amp;#160;...(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2013/03/04/how-to-lock-segments-in-segmented-entry-control.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=195475&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="Dynamics Ax" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Dynamics+Ax/default.aspx" /><category term="Dynamics Ax 2012" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Dynamics+Ax+2012/default.aspx" /><category term="ledger dimension lock" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/ledger+dimension+lock/default.aspx" /><category term="lock" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/lock/default.aspx" /><category term="main account lock" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/main+account+lock/default.aspx" /><category term="segmented entry control" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/segmented+entry+control/default.aspx" /></entry><entry><title>How to make field readonly in web service</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2013/03/04/how-to-make-field-readonly-in-web-service.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2013/03/04/how-to-make-field-readonly-in-web-service.aspx</id><published>2013-03-04T18:28:22Z</published><updated>2013-03-04T18:28:22Z</updated><content type="html">Question: I have a bug in web service where we need to make a parameter read. There is a code in validateWrite(..) method of the table that adds an AIFFault::checkFailedLogFault if the field is being changed.However, when testing this using the web service in the visual studio solution no error is being raised and the [...]...(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2013/03/04/how-to-make-field-readonly-in-web-service.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=195476&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="Dynamics Ax 2012" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Dynamics+Ax+2012/default.aspx" /><category term="dynamics ax web service read only" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/dynamics+ax+web+service+read+only/default.aspx" /><category term="ledger dimension lock" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/ledger+dimension+lock/default.aspx" /><category term="read only web service" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/read+only+web+service/default.aspx" /></entry><entry><title>How to add reference group control through code</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/09/27/how-to-add-reference-group-control-through-code.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/09/27/how-to-add-reference-group-control-through-code.aspx</id><published>2012-09-28T00:41:53Z</published><updated>2012-09-28T00:41:53Z</updated><content type="html">#Define.controlName(TestControl) 
 FormReferenceGroupControl testReferenceControl = Grid.addControl(FormControlType::ReferenceGroup, #controlName); 
 testReferenceControl.dataSource( tableStr (testDataSourceTable)); 
 testReferenceControl.referenceField( fieldNum (testDataSourceTable, testField)); 
 testReferenceControl.visible( false );...(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/09/27/how-to-add-reference-group-control-through-code.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=169123&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="Dynamics Ax 2012" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Dynamics+Ax+2012/default.aspx" /><category term="focus" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/focus/default.aspx" /><category term="Form reflection" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Form+reflection/default.aspx" /><category term="FormControl" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/FormControl/default.aspx" /><category term="reference group" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/reference+group/default.aspx" /><category term="reflection" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/reflection/default.aspx" /></entry><entry><title>How to set focus on the reference control</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/09/18/how-to-set-focus-on-the-reference-control.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/09/18/how-to-set-focus-on-the-reference-control.aspx</id><published>2012-09-18T23:15:07Z</published><updated>2012-09-18T23:15:07Z</updated><content type="html">Referencegroup.controlnum(1).setFocus() ;...(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/09/18/how-to-set-focus-on-the-reference-control.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=167499&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="controlNum" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/controlNum/default.aspx" /><category term="Dynamics Ax 2012" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Dynamics+Ax+2012/default.aspx" /><category term="focus" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/focus/default.aspx" /><category term="reference group" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/reference+group/default.aspx" /></entry><entry><title>How to set Fact box properties through code</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/07/17/how-to-set-fact-box-properties-through-code.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/07/17/how-to-set-fact-box-properties-through-code.aspx</id><published>2012-07-18T01:31:21Z</published><updated>2012-07-18T01:31:21Z</updated><content type="html">Hi – 
 Below is the example that shows how to set properties of the parts through code 
 int partListCounter; 
 PartList formPartList; 
 ListEnumerator partListIterator; 
 FormRun formPart; 
 List partList = new List(Types::Class); 
 for (partListCounter = 1; partListCounter &amp;lt;= formPartList.partCount() ; partListCounter++) 
 { 
 formPartList.getPartById(1).dataSource().research(); 
 }...(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/07/17/how-to-set-fact-box-properties-through-code.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=157739&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="Dynamics Ax 2012" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Dynamics+Ax+2012/default.aspx" /><category term="fact box" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/fact+box/default.aspx" /><category term="form parts" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/form+parts/default.aspx" /><category term="parts" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/parts/default.aspx" /><category term="properties" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/properties/default.aspx" /></entry><entry><title>Dynamics Ax techincal interview and domain</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/07/13/dynamics-ax-techincal-interview-and-domain.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/07/13/dynamics-ax-techincal-interview-and-domain.aspx</id><published>2012-07-14T00:34:11Z</published><updated>2012-07-14T00:34:11Z</updated><content type="html">Hi- 
 I was just brainstorming about the dynamics ax interview question and I came up with the following image that could list the minimum requirements and gives good picture about the question to be asked in in the Dynamics Ax technical interview....(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/07/13/dynamics-ax-techincal-interview-and-domain.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=157213&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="dynamics ax 2009" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/dynamics+ax+2009/default.aspx" /><category term="Dynamics Ax 2012" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Dynamics+Ax+2012/default.aspx" /><category term="interview" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/interview/default.aspx" /><category term="interview questions" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/interview+questions/default.aspx" /></entry><entry><title>How to write methods on the list page Form in Ax 2012</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/04/05/how-to-write-methods-on-the-list-page-form-in-ax-2012.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/04/05/how-to-write-methods-on-the-list-page-form-in-ax-2012.aspx</id><published>2012-04-05T18:11:55Z</published><updated>2012-04-05T18:11:55Z</updated><content type="html">Scenario: I have a menu item that calls some class to do manipulation on the list page Form and I need to refresh the list page now. List pages do not allow writing of code on the Form, as they used interaction class. 
 Solution: You can write the code on list page buttons by setting DisplayTarget property to “Client” from auto. However after this change, you won’t be able to sue this button on the EP, so if you are thinking of using the same list page on the EP and planning to use the same button...(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/04/05/how-to-write-methods-on-the-list-page-form-in-ax-2012.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=142212&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="Display Target" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Display+Target/default.aspx" /><category term="DisplayTarget" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/DisplayTarget/default.aspx" /><category term="Dynamics Ax Troubleshooting" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Dynamics+Ax+Troubleshooting/default.aspx" /><category term="list page in ax 2012" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/list+page+in+ax+2012/default.aspx" /><category term="refresh" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/refresh/default.aspx" /></entry><entry><title>How to check the number of marked records on the Forms</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/04/05/how-to-check-the-number-of-marked-records-on-the-forms.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/04/05/how-to-check-the-number-of-marked-records-on-the-forms.aspx</id><published>2012-04-05T17:52:09Z</published><updated>2012-04-05T17:52:09Z</updated><content type="html">Scenario 1: 
 User is checking the rows in the grid to mark them for deletion, I want to get the number of checked records to do some thing 
 Solution 
 Use the buffer_Ds.recordsMarked().lastIndex() to check the number of the records that are marked for deletion. 
 Scenario 2: 
 User has marked the multiple records for deletion on the Form, now I want to do some manipulation on the deletion and refresh the Grid or the Form. What should I do 
 Solution: 
 Never write the research code in the delete...(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/04/05/how-to-check-the-number-of-marked-records-on-the-forms.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=142213&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="Ax 2012" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Ax+2012/default.aspx" /><category term="checked records" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/checked+records/default.aspx" /><category term="deleteMarked" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/deleteMarked/default.aspx" /><category term="Dynamics Ax 2012" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Dynamics+Ax+2012/default.aspx" /><category term="Dynamics Ax Troubleshooting" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Dynamics+Ax+Troubleshooting/default.aspx" /><category term="number of marked records" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/number+of+marked+records/default.aspx" /><category term="recordsMarked()" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/recordsMarked_28002900_/default.aspx" /></entry><entry><title>How to develop inbound web service in ax 2012</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/03/29/how-to-develop-inbound-web-service-in-ax-2012.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/03/29/how-to-develop-inbound-web-service-in-ax-2012.aspx</id><published>2012-03-30T02:44:08Z</published><updated>2012-03-30T02:44:08Z</updated><content type="html">Hi- 
 This article is about creating inbound web service. Let’s go through step by step to understand the development of it. 
 First we will discuss the concepts then we will go deeper in the implementation. 
 Overall picture 
 
 How the component are interacting with each other 
 
 Steps to develop a web service 
 1. Create a query 
 a. Remember to prefix it with Axd 
 b. Add the fields in this query that you want to expose to the user 
 c. Right click the fields property and set it to &amp;#8220;No&amp;#8221;...(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/03/29/how-to-develop-inbound-web-service-in-ax-2012.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=141268&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="AIF wizard" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/AIF+wizard/default.aspx" /><category term="Application integration frame work" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Application+integration+frame+work/default.aspx" /><category term="Application Integration framework" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Application+Integration+framework/default.aspx" /><category term="ax 2012 AIF" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/ax+2012+AIF/default.aspx" /><category term="inbound" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/inbound/default.aspx" /><category term="inbound service" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/inbound+service/default.aspx" /><category term="prepareForSaveExtended" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/prepareForSaveExtended/default.aspx" /><category term="sfkReplacementValue" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/sfkReplacementValue/default.aspx" /><category term="web service" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/web+service/default.aspx" /><category term="webservice" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/webservice/default.aspx" /><category term="what’s new in Ax 2012" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/what_1920_s+new+in+Ax+2012/default.aspx" /></entry><entry><title>How to find company currency through x++ code in Ax</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/03/16/how-to-find-company-currency-through-x-code-in-ax.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/03/16/how-to-find-company-currency-through-x-code-in-ax.aspx</id><published>2012-03-17T01:14:01Z</published><updated>2012-03-17T01:14:01Z</updated><content type="html">Q: How to find company currency through x++ code in Ax 
 You can use the following code 
 CompanyInfo::standardCurrency() or 
 Ledger::accountingCurrency(CompanyInfo::current()); 
 How we make new company in Ax 2012 
 1) Go to the organization administration module 
 2) Setup à Legal Entites...(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/03/16/how-to-find-company-currency-through-x-code-in-ax.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=138692&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="Ax currency" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Ax+currency/default.aspx" /><category term="code" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/code/default.aspx" /><category term="Companyinfo" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Companyinfo/default.aspx" /><category term="companyInfo currency" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/companyInfo+currency/default.aspx" /><category term="dynamics ax training" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/dynamics+ax+training/default.aspx" /><category term="Dynamics Ax Troubleshooting" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Dynamics+Ax+Troubleshooting/default.aspx" /><category term="find company currency" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/find+company+currency/default.aspx" /></entry><entry><title>Dynamics Ax trade and logistics training presentation</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/03/08/dynamics-ax-trade-and-logistics-training-presentation.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/03/08/dynamics-ax-trade-and-logistics-training-presentation.aspx</id><published>2012-03-08T18:53:02Z</published><updated>2012-03-08T18:53:02Z</updated><content type="html">I compiled a training presentation on trade and logistics in Ax today. It does not contains full details of trade and logistics but I think it can be good start to see a broader picture of the trade and logistics in Ax. I thought I share this training with the community. This presentation talks about 
 &amp;middot; What is trade and source? 
 &amp;middot; How it works in Microsoft Dynamics? 
 &amp;middot; How accounts are setup? 
 &amp;middot; Which accounts are posted for a transaction? 
 You can find the presentation...(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/03/08/dynamics-ax-trade-and-logistics-training-presentation.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=137289&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="dynamics ax training" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/dynamics+ax+training/default.aspx" /><category term="Dynamics Ax training material" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Dynamics+Ax+training+material/default.aspx" /><category term="inventory" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/inventory/default.aspx" /><category term="item model" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/item+model/default.aspx" /><category term="item model groups" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/item+model+groups/default.aspx" /><category term="logistics" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/logistics/default.aspx" /><category term="posting definition" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/posting+definition/default.aspx" /><category term="posting profile" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/posting+profile/default.aspx" /><category term="purchase order" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/purchase+order/default.aspx" /><category term="sales order" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/sales+order/default.aspx" /><category term="SCM" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/SCM/default.aspx" /><category term="Trade" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Trade/default.aspx" /><category term="trade and logistics" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/trade+and+logistics/default.aspx" /><category term="x ++" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/x+_2B002B00_/default.aspx" /></entry><entry><title>Dynamics Ax integration with Office 365</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/02/27/dynamics-ax-integration-with-office-365.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/02/27/dynamics-ax-integration-with-office-365.aspx</id><published>2012-02-27T22:58:16Z</published><updated>2012-02-27T22:58:16Z</updated><content type="html">An interesting article on Office 365 integration with dynamics Ax 
 http://blogs.msdn.com/b/chrisgarty/archive/2012/02/27/can-dynamics-ax-2012-work-with-office-365.aspx...(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/02/27/dynamics-ax-integration-with-office-365.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=135509&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="Dynamics Ax" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Dynamics+Ax/default.aspx" /><category term="excel dynamics ax" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/excel+dynamics+ax/default.aspx" /><category term="office" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/office/default.aspx" /><category term="office 365" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/office+365/default.aspx" /><category term="Uncategorized" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Uncategorized/default.aspx" /></entry><entry><title>HowTo: Unit of work implementation for a Form</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/02/26/howto-unit-of-work-implementation-for-a-form.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/02/26/howto-unit-of-work-implementation-for-a-form.aspx</id><published>2012-02-27T07:52:16Z</published><updated>2012-02-27T07:52:16Z</updated><content type="html">Unit of work is a new framework that have been introduced in Ax 2012 that enables the number of records to be committed in single transaction. There are number of posts on this post that you can find easily in different blogs which talks about the unit of work framework implementation through code, however today in this post, I will be discussing the steps needed to implement the Unit of work for a Form and these steps are pretty simple. 
 Before starting, I would like everyone to note that unit...(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/02/26/howto-unit-of-work-implementation-for-a-form.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=135320&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="Ax 2012 framework" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Ax+2012+framework/default.aspx" /><category term="change group mode" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/change+group+mode/default.aspx" /><category term="changeGroupmode" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/changeGroupmode/default.aspx" /><category term="implicit inner outer" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/implicit+inner+outer/default.aspx" /><category term="optional record mode in Ax" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/optional+record+mode+in+Ax/default.aspx" /><category term="Uncategorized" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Uncategorized/default.aspx" /><category term="unit of work" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/unit+of+work/default.aspx" /><category term="unit of work Form" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/unit+of+work+Form/default.aspx" /></entry><entry><title>Calling instance methods through reflection</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/02/22/calling-instance-methods-through-reflection.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/02/22/calling-instance-methods-through-reflection.aspx</id><published>2012-02-23T00:13:27Z</published><updated>2012-02-23T00:13:27Z</updated><content type="html">Hi- 
 Following job can execute instance method in a class. I had a scenario where I wanted to test my upgrade scripts and you know for running upgrade script there is a need to run the process that consumes a large amount of time, so I thought following job would be useful for the developers 
 static void callMethodJob(Args _args) 
 { 
 DictClass dictClass = new DictClass( classNum (ReleaseUpdateDB60_Cust)); 
 Object classObj = dictClass.makeObject(); 
 DictMethod dictMethod; 
 int i; 
 for (i=...(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/02/22/calling-instance-methods-through-reflection.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=134836&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="Dynamics Ax Troubleshooting" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Dynamics+Ax+Troubleshooting/default.aspx" /></entry><entry><title>Calling data source method in the AX Form</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/02/22/calling-data-source-method-in-the-ax-form.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/02/22/calling-data-source-method-in-the-ax-form.aspx</id><published>2012-02-23T00:10:00Z</published><updated>2012-02-23T00:10:00Z</updated><content type="html">How to call a method that is on the Form data source 
 Pretty simple, use Datasourcename_ds.testMethod to call it. Make sure the method is public...(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/02/22/calling-data-source-method-in-the-ax-form.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=134837&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="Dynamics Ax Troubleshooting" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Dynamics+Ax+Troubleshooting/default.aspx" /></entry><entry><title>AIF setup and installation in Dynamics Ax 2012</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/01/31/aif-setup-and-installation-in-dynamics-ax-2012.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/01/31/aif-setup-and-installation-in-dynamics-ax-2012.aspx</id><published>2012-01-31T20:57:05Z</published><updated>2012-01-31T20:57:05Z</updated><content type="html">Hi &amp;#8211; Today the post is about the AIF installation and setup . I found it really hard to configure when I tried to search the articles about it so Here you go. I think the whole configuration can be divided in two parts 
 
 1)Install the AIF component. Go to the installation setup of AX 2012 and run the setup.exe . From the Form select the option highlighted in the snap shot below 
 
 2)If the perquisite failed in the running the installation wizard above for the IIS web services and WCF, go...(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/01/31/aif-setup-and-installation-in-dynamics-ax-2012.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=131559&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="AIF" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/AIF/default.aspx" /><category term="Application Integration framework" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Application+Integration+framework/default.aspx" /><category term="configure windows server" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/configure+windows+server/default.aspx" /><category term="Dynamics Ax 2012" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Dynamics+Ax+2012/default.aspx" /><category term="inbound" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/inbound/default.aspx" /><category term="installation web services" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/installation+web+services/default.aspx" /><category term="integration" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/integration/default.aspx" /><category term="ManagedPipeLineHandler" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/ManagedPipeLineHandler/default.aspx" /><category term="outbound" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/outbound/default.aspx" /><category term="web services" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/web+services/default.aspx" /></entry><entry><title>Setting focus when going to main table</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/01/27/setting-focus-when-going-to-main-table.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/01/27/setting-focus-when-going-to-main-table.aspx</id><published>2012-01-27T15:59:27Z</published><updated>2012-01-27T15:59:27Z</updated><content type="html">Problem: I have written a custom jumpRef, now I want to focus on particular row when the Form opens 
 Solution: There is an interesting method in the Args class that is used to achieve the above scenario. There are methods with prefix lookup in the args class 
 args = new Args(); 
 args.caller(_caller); 
 args.record(TestTableBuffer); 
 args.lookupRecord(testTablebuffer); 
 menuFunction = new MenuFunction( menuitemdisplaystr (TestMenuITem), MenuItemType::Display); 
 menuFunction.run(args);...(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/01/27/setting-focus-when-going-to-main-table.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=131126&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="args" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/args/default.aspx" /><category term="args.lookupRecord" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/args-lookupRecord/default.aspx" /><category term="Dynamics Ax Troubleshooting" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Dynamics+Ax+Troubleshooting/default.aspx" /><category term="focus" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/focus/default.aspx" /><category term="focus on particular record" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/focus+on+particular+record/default.aspx" /><category term="go to main table" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/go+to+main+table/default.aspx" /><category term="jumpref" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/jumpref/default.aspx" /></entry><entry><title>Refresh cache</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/01/17/refresh-cache.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/01/17/refresh-cache.aspx</id><published>2012-01-17T23:31:15Z</published><updated>2012-01-17T23:31:15Z</updated><content type="html">Problem: I have modified the framework classes but changes are not reflecting. The code is retrieving values from the cache 
 Answer: You might need to refresh your cache. There are two ways of doing that 
 1)Tools à cache in the development work space for Ax 2012 
 2) Restart the AOS 
 [Title 
 Refresh cache]...(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/01/17/refresh-cache.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=129821&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="AOS" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/AOS/default.aspx" /><category term="cache" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/cache/default.aspx" /><category term="cache refresh" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/cache+refresh/default.aspx" /><category term="changes in framework not reflecting" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/changes+in+framework+not+reflecting/default.aspx" /><category term="Uncategorized" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Uncategorized/default.aspx" /></entry><entry><title>List all mandatory fields in the AOT Job</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/01/09/list-all-mandatory-fields-in-the-aot-job.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/01/09/list-all-mandatory-fields-in-the-aot-job.aspx</id><published>2012-01-09T23:05:25Z</published><updated>2012-01-09T23:05:25Z</updated><content type="html">Hi- 
 I wrote a job today that can list all the fields that are mandatory and belongs to particular tables that have particular configuration key. I thought I should share the code here, it might be helpful. 
 #static void findMandFIelds(Args _args) 
 #{ 
 # Dictionary dictionary; 
 # TableId tableId; 
 # Dicttable dictTable; 
 # DictField dictField; 
 # int fieldCounter; 
 # TextBuffer textbuffer = new TextBuffer(); 
 # str fieldpath, previousText; 
 # 
 # 
 # dictionary = new Dictionary(); 
 #...(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2012/01/09/list-all-mandatory-fields-in-the-aot-job.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=128805&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="Aot job" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Aot+job/default.aspx" /><category term="aot mandatory fields" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/aot+mandatory+fields/default.aspx" /><category term="DictField" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/DictField/default.aspx" /><category term="dictfield.fieldCnt2Id" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/dictfield-fieldCnt2Id/default.aspx" /><category term="dicttable" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/dicttable/default.aspx" /><category term="mandatory fields" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/mandatory+fields/default.aspx" /><category term="My Utilites" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/My+Utilites/default.aspx" /><category term="textbuffer" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/textbuffer/default.aspx" /></entry><entry><title>DEL_ mark field utility</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2011/12/31/del-mark-field-utility.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2011/12/31/del-mark-field-utility.aspx</id><published>2012-01-01T04:08:50Z</published><updated>2012-01-01T04:08:50Z</updated><content type="html">I have just created Del mark field utility for tables. In Axapta, if you want to delete some field from table in some newer version, you can’t simple delete the field, You have to rename the field to DEL_perfix and set configuration key to “SysDeletedObjectsVersionNumber” and it can be hectic, if you want to do that to multiple tables. By using this utility you can Del_Mark the multiple objects in No time. You can provide the list of tables to it and it will Del_Mark the field for it. 
 I made this...(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2011/12/31/del-mark-field-utility.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=127782&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="Axapta" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Axapta/default.aspx" /><category term="DEL mark fields" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/DEL+mark+fields/default.aspx" /><category term="Dynamics Ax" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Dynamics+Ax/default.aspx" /><category term="rename fields in Ax" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/rename+fields+in+Ax/default.aspx" /><category term="tree node" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/tree+node/default.aspx" /><category term="treenode" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/treenode/default.aspx" /><category term="Uncategorized" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Uncategorized/default.aspx" /><category term="utility" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/utility/default.aspx" /></entry><entry><title>Number sequence framework in Ax 2012 (Part 2: Consumption))</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2011/12/31/number-sequence-framework-in-ax-2012-part-2-consumption.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2011/12/31/number-sequence-framework-in-ax-2012-part-2-consumption.aspx</id><published>2011-12-31T23:13:41Z</published><updated>2011-12-31T23:13:41Z</updated><content type="html">Consumption Part 
 Hi Readers, 
 I implemented the number sequence consumption part today on the Form. So here are the steps that are needed to implement the number sequence. I would be more helpful, if we divide the number sequence Consumption in following two ways 
 
 For Generation 
 A method is needed to be made on the Form level with name “numberSequenceHandler” as below 
 NumberSeqFormHandler numberSeqFormHandler() 
 { 
 if (!numberSeqFormHandler) 
 { 
 numberSeqFormHandler = NumberSeqFormHandler...(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2011/12/31/number-sequence-framework-in-ax-2012-part-2-consumption.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=127777&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="Uncategorized" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Uncategorized/default.aspx" /></entry><entry><title>Number sequence framework in Ax 2012 (simplified implementation)</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2011/12/07/number-sequence-framework-in-ax-2012-simplified-implementation.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2011/12/07/number-sequence-framework-in-ax-2012-simplified-implementation.aspx</id><published>2011-12-07T21:55:15Z</published><updated>2011-12-07T21:55:15Z</updated><content type="html">Hi Readers, 
 Today. this post is about the “Number sequence framework in Ax 2012”. I did get a chance to work on it yesterday and I implemented the number sequence using the white paper available at msdn . I won’t be discussing the core concepts here, as they are already discussed comprehensively in the white paper, however I will be focusing on the implementation details. I found couple of problems during the implementation and I thought I should discuss those issues and solutions for those. Also...(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2011/12/07/number-sequence-framework-in-ax-2012-simplified-implementation.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=125111&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="Ax 2012" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Ax+2012/default.aspx" /><category term="Axapta" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Axapta/default.aspx" /><category term="error number sequence" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/error+number+sequence/default.aspx" /><category term="getting error at generation wizard" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/getting+error+at+generation+wizard/default.aspx" /><category term="loadModule" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/loadModule/default.aspx" /><category term="number sequence" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/number+sequence/default.aspx" /><category term="number sequence module" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/number+sequence+module/default.aspx" /><category term="numberSequenceReference" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/numberSequenceReference/default.aspx" /><category term="numberSequenceTable" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/numberSequenceTable/default.aspx" /><category term="Uncategorized" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Uncategorized/default.aspx" /><category term="x ++" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/x+_2B002B00_/default.aspx" /></entry><entry><title>Financial dimension uptake utility</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2011/11/29/financial-dimension-uptake-utility.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2011/11/29/financial-dimension-uptake-utility.aspx</id><published>2011-11-29T18:41:05Z</published><updated>2011-11-29T18:41:05Z</updated><content type="html">Hi- 
 I have just compiled a utility that can implement the new financial dimension control on the Form. This control is generated dynamically through classes in Ax 6 and it needs code at various location to function properly. I feel, with new frameworks coming, it is hard to remember them so it is better we make utilities that can provide a developer appropriate options and can do work for them, it would not only save their time but also let them learn the other important stuff about Ax then just...(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2011/11/29/financial-dimension-uptake-utility.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=124011&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="add financial dimension" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/add+financial+dimension/default.aspx" /><category term="Ax 2012" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Ax+2012/default.aspx" /><category term="Ax 6 financial dimension" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Ax+6+financial+dimension/default.aspx" /><category term="Ax utilites" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Ax+utilites/default.aspx" /><category term="Ax6 utility" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Ax6+utility/default.aspx" /><category term="Axapta" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Axapta/default.aspx" /><category term="control" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/control/default.aspx" /><category term="default dimension" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/default+dimension/default.aspx" /><category term="Dynamics Ax" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Dynamics+Ax/default.aspx" /><category term="tab financial dimension" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/tab+financial+dimension/default.aspx" /><category term="utility" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/utility/default.aspx" /></entry><entry><title>Tyler Technologies Completes First-ever Deployment of Microsoft…</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2011/11/11/tyler-technologies-completes-first-ever-deployment-of-microsoft.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2011/11/11/tyler-technologies-completes-first-ever-deployment-of-microsoft.aspx</id><published>2011-11-11T09:51:53Z</published><updated>2011-11-11T09:51:53Z</updated><content type="html">http://www.benzinga.com/pressreleases/11/10/b2053921/tyler-technologies-completes-first-ever-deployment-of-microsoft-dynamic...(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2011/11/11/tyler-technologies-completes-first-ever-deployment-of-microsoft.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=122837&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="Ax deployment" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Ax+deployment/default.aspx" /><category term="Completes" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Completes/default.aspx" /><category term="First-ever Deployment of Microsoft" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/First_2D00_ever+Deployment+of+Microsoft/default.aspx" /><category term="tyler technologies" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/tyler+technologies/default.aspx" /><category term="Uncategorized" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Uncategorized/default.aspx" /></entry><entry><title>SysReferenceTableLookUp class for reference group</title><link rel="alternate" type="text/html" href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2011/11/04/sysreferencetablelookup-class-for-reference-group.aspx" /><id>http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2011/11/04/sysreferencetablelookup-class-for-reference-group.aspx</id><published>2011-11-04T15:14:32Z</published><updated>2011-11-04T15:14:32Z</updated><content type="html">There is a nice class with name “ SysReferenceTableLookUp “ that I found during the analysis of reference control that has just been introduced in Ax 2012. The class is helpful for customizing lookup of a reference control. 
 Why a different class for reference control? 
 That’s a good question. The simple answer of this question is reference control behaves in a different way than normal control. It shows a different value on the UI to the user but it saves different value at the back-end. If you...(&lt;a href="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/2011/11/04/sysreferencetablelookup-class-for-reference-group.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://community.dynamics.com/aggbug.aspx?PostID=122838&amp;AppID=583&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>Fawad Hussain</name><uri>http://community.dynamics.com/members/Fawad-Hussain/default.aspx</uri></author><category term="Controls" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Controls/default.aspx" /><category term="customize" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/customize/default.aspx" /><category term="customize lookup" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/customize+lookup/default.aspx" /><category term="customize reference group" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/customize+reference+group/default.aspx" /><category term="Dynamics Ax" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Dynamics+Ax/default.aspx" /><category term="Dynamics Ax 2012" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/Dynamics+Ax+2012/default.aspx" /><category term="lookup reference" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/lookup+reference/default.aspx" /><category term="lookupReference" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/lookupReference/default.aspx" /><category term="reference control" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/reference+control/default.aspx" /><category term="reference group" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/reference+group/default.aspx" /><category term="SysReferenceTableLookUp" scheme="http://community.dynamics.com/ax/b/dynamicsaxposed/archive/tags/SysReferenceTableLookUp/default.aspx" /></entry></feed>