Explore Dynamics World With Krishh

This is all about Microsoft Dynamics AX(formerly known as Axapta). This site contains some Microsoft Dynamics AX X++ Codes for use in your day to day use as well future changes.

Monday, May 23, 2022

›
 Create the User into ActiveDirectory static void CreateADUSER(Args _args) {     System.DirectoryServices DirectoryServices;     Sys...
Monday, October 22, 2018

Splitting dimension into dimension columns in SQL.

›
Getting dimension into splitted values For ledger dimension Select Dimension,MainAccount,Claims,Functions,ItemGroup,CostCenter,Market_IC...
Friday, August 24, 2018

Useful X++ functions

›
//Return the value from the xmlNode static str getXmlNodeValue(XmlNode _node) {     System.Text.RegularExpressions.Regex re =     // ...

Get DimensionAttribute by providing the dimensionnumber

›
public static dimensionAttribute getDimensionByNumber(int _dimensionNumber) {     RecId companyLedger =  Ledger::findByLegalEntity(Comp...
Wednesday, May 30, 2018

Create Non clusterindex in Ax with include keyword.

›
Create non clustered index with include keyword suggestion given by query plan  Index with Included Columns You can extend the functiona...
Monday, July 17, 2017

Read xml file with namespace

›
static void krishh_samplexmlread(Args _args) {      XmlNode root;      XmlNode book;      XmlNodeList books;      XmlNamespaceManager ...
Thursday, April 20, 2017

AX2012 Run AIF Single Message manually

›
Execute single message for inbound without executing all inbound ports. class Krishh_InboundParallelMsgProcessPerMsgId extends AifInbound...

AX2012 Actiavte/Deactivate Ports using X++

›
create enum 1. AIFPortActivorDeactive  with Acivate,Decativate as enumvalues.                     2. AIF portType with inbound and Outboun...

AX2012 Export ActiveDirectory Data to file.

›
Created the framework class called ADReader which reads the data from ActiveDirectory of current domains in the nework that connected. s...
›
Home
View web version
krishhDAX
View my complete profile
Powered by Blogger.