| Santosh.'s profileDynamics AxPhotosBlogLists | Help |
|
October 28 Difference b/w SELECT AND FIELDSELECT in Dynamics AXHi, X++ contains special language feature (i.e. embedded SQL).So we use select query in X++ directly to fetch/retrieve data. SELECT in Dynamics AX can be distinguished into two types. · normal Select · field Select There is a difference between a normal select statement and a field select statement:
Example:
Sample job is illustrated above. Have a hAppYyYyYyYyYy dAxzinggggggggg October 16 Get File Encoding in Dynamics AX using X++Hi All, Recently there was an interesting query from one of the technical forum. Publisher: http://objectmix.com/axapta/789064-get-file-encoding.html Question: How to get encoding file format from xml in Dynamics AX? Answer: I have created a small class which would retrieve the encoding format of an Xml. Approach Followed: · Class receives input file as string. · Based on the input file, the XmlReader is initialized. · Xml is read using read () method from XmlReader · When xmlReader.name () is equal to the XmlEncodingAttribute then encoding format is returned. Second part of question is possible convert it to ANSI before reading? Instead of trying to convert a file in ANSI it would be better we use Binary class to read and write data in the binary format even though if there is special character in the file. Since reading with ASCIIIO will only support NON ASCI character so binary is the better option. Here is the sample example using BinData kernel class:
Happy Daxinggggggggg October 01 Conduit - Customize Your Own ToolbarNote: Please feel free to use them for your own use with discretion. Hi All I have become a user in Conduit! Well what is Conduit? It’s a free website which allows creating/customizing your own Toolbar. So we can create our own free custom toolbar and stay connected to users even if they are surfing other website. I have created my own toolbar for Dynamics AX which has my blog link as AX icon
You can also download my Toolbar for your IE or any other browser from the following link http://dynamicsax.ourtoolbar.com/
Having your own toolbar is always a joy J Why can’t we have it one? Happy dAXinG.................................. |
|
|