Forum Post: RE: Visual Studio installation Error in AX 2012 r3
Hi Vilmos, Which Version i have to install? can u just share me the Link to download the file
View ArticleForum Post: Enum value field is resetting everytime after filter in listpage....
I have added 2 fields in my listpage for filtering purpose(FromStatus and ToStatus). Both are enum(values are Proposed ,Created, Active, Confirmed, Inprogress, Completed) In the field level , I set the...
View ArticleForum Post: RE: Visual Studio installation Error in AX 2012 r3
Which version of Visual Studio to use depends on your exact version of Dynamics AX. Use VS 2013 if you have CU8 or higher, otherwise use VS 2010 (or upgrade your AX first). The tools are included in AX...
View ArticleForum Post: RE: Quarantine Order ended with wrong Date
Thanks for reply Can I change the financial date from backend Ravi
View ArticleForum Post: RE: Visual Studio installation Error in AX 2012 r3
Hi Martin, I am Already install Visual Studio 2010 Test Proffsional and trying to install the Service Pack1 It is Throwing the Error. "Microsoft visual Studio 2010 Service Pack 1 has not been installed...
View ArticleForum Post: How to show sum of the values in info part in list page?
I have added one info part in my list page. There is a field "Quantity" in the grid in list page. Requirement is like In case multiple records are selected, then it will show Total quantity of selected...
View ArticleForum Post: RE: Visual Studio installation Error in AX 2012 r3
First of all, make sure that you're installing the right version. Then check your network connection and the log file. If it doesn't help, ask in a forum about Visual Studio, because it isn't related...
View ArticleForum Post: RE: How to show sum of the values in info part in list page?
I don't think you can hack info parts to work in this way, but you could use a form part and implement your logic in the form.
View ArticleForum Post: Issue While Compiling during CU9 Upgrade to AX 2012 R2 CU7
Hi, I am running into below issue. I am applying CU9 to AX 2012 R2 CU7. When i am running the Software Update Checklist, in the first step of Compiling the application, I got many errors which I was...
View ArticleForum Post: Security Option Not Coming in Management Reporter
i am trying to assing Security to users in Management reporter but Security tab is not coming the Management Reporter. Screen Shot is attached
View ArticleForum Post: RE: Security Option Not Coming in Management Reporter
Hi, Do you have the security admin role assigned to your user in AX? Ludwig
View ArticleForum Post: RE: How to match the aggregate deposit amount to multiple amount...
moreover if i try to match them manually , AX actually allows me , which means there is nothing wrong with the matching rules, is there something i need to do to make it match automatically appreciate...
View ArticleForum Post: RE: the inventory quantity to match for product receipt zzz item...
Any update on below issue ?
View ArticleForum Post: RE: Quarantine Order ended with wrong Date
I wouldn't recommend trying to do that. You haven't told if there are really accounting transactions created. If there are accounting entries it is not allowed to change the date. That would be a...
View ArticleForum Post: RE: Total Sales order
The point of those two cues is to see the value of open orders in total but only I can add estimates value as flies when personalized. I need to get the field as in the srs report so it show the total...
View ArticleForum Post: RE: Issue While Compiling during CU9 Upgrade to AX 2012 R2 CU7
As per my understanding, I have resolved the issues as below: Issue-1 Resolved: Issue-2 Resolved: Issue-3 Resolved: I got 26 errors out of which all got resolved by comparing the layers but for these...
View ArticleForum Post: RE: Data Import Export Framework - Financial Dimension 0 does not...
thanks André sorry , i used DIXF and i tried to Import the excel sheet in target but can't copy data tp target because this issue Financial Dimension 0 does not exists and i didn't found any dimensions...
View ArticleForum Post: RE: Share master data
Hi Lally, Please use the correct tags. You mention AX 2012, but you are using the tags.for the new Microsoft Dynamics AX. You can have a look at Master Data Management. This is using SQL data...
View ArticleForum Post: RE: Fixed Asset Depreciation Transaction Reversal through x++ code
static void reversalJob(Args _args) { AssetTable assettable; Args newArgs ; AssetTrans assetTrans; TransactionReversal_Asset transactionReversal; select assettable where assettable.AssetId ==...
View ArticleForum Post: RE: Fixed Asset Depreciation Transaction Reversal through x++ code
Hi Hamza, You need to pass correction reversal date to newArgs.parm(); Use date2str() to convert date to string before. if(assetTrans.RecId){ newArgs = new Args(); //correction date here...
View Article