RE: Company versus sites
One of the big drivers of a decision like this is security. You will have a very difficult time keeping users out of the other "companies" if they in fact are a single company. Also marking up the...
View ArticleCompany versus sites
We are implementing Dynamics AX 2012R3. We are a $40 Million Manufacturing Business. We have four Business Units. One of the Business Units (make to Stock) sells to 3rd parties as well as provides...
View ArticleReverse invoiced purchase transaction
Hi,I'd like to reverse a "Invoiced" or "Financial date" on a transaction.The transaction is a packing slip receive that, for some reason, got invoiced on an invoice where there is no line for it.The...
View Articlehow to customize the discount Fields in the Purchase order line.
i want to add the one more Column (Location Discount) in the Purchase order line Grid.it is working like a Discount (standard Ax) filed.how to do this Customization.
View ArticleApplying hotfix on AX 2012 R3 CU8
Hi All,I don't know how to apply hotfix in AX. I have to apply hotfix KB3048896 on AX R3 CU8.Please guide me. Thanks in advance
View ArticleRE: How to enable the Add-Ins of Dynamics AX in Ms Excel
Thanks so much Colby, it works!
View ArticleHow to enable the Add-Ins of Dynamics AX in Ms Excel
Hi,During uploading General journal entries into GL in AX, I accidentally clicked Yes when I saw a message saying about add-ins of Dynamics AX. This action made the tab Dynamics AX disappears in Ms...
View ArticleRE: Read XML file through x++ code in ax09
select * from Staging where Staging.RecId == 5637144581; _xmlMsg = Staging.OrderJson; doc = new XmlDocument(); doc.loadXml(_xmlMsg); xmlError = doc.parseError(); if(xmlError &&...
View ArticleRE: AX 2009 Enterprise Portal with SharePoint 2010
It solved my problem...Thanks a lot.
View ArticleAX 2009 Enterprise Portal with SharePoint 2010
We are trying to install AX2009 Enterprise Portal standalone webserver on the following detailed environment, Operating System \ Windows Server 2008 R2 IIS role added with all of featuresSharepoint...
View ArticleRE: Job code deployment to production
Thank you both for your opinions. I agree it's hard to find a good reason to push job code out to production given the potential for issues.
View ArticleRE: Read XML file through x++ code in ax09
It should be really easy to identify the problem using the debugger. Which line produces the error? I assume it's xmlRecordList = nodeNote.childNodes();which means that there is not element with the...
View ArticleRead XML file through x++ code in ax09
Hi guys ,when i m trying to read xml code through ax code , m getting error as :XMLNode object not initialized.
View ArticleRE: Phase in, phase out of an item
Thanks for your feedback FredrikLiked your thought but, if I am understanding well your suggestion, it does not address the need to have the system automatically switch to the new batch number as well...
View ArticlePhase in, phase out of an item
HelloI am using AX 2012 R2 CU8I have a question with respect to phase in and out of an item. I have a situation where I am producing a product. One of the ingredients need to be replaced (phased out)...
View ArticleRE: How to do partial packing slip by x++ code
Thanks Mr.sohaib and Mr.jens for your valuable response.By referring the given link i tried, it successfully executing packing slip for all items. i need to do item by item.For eg : if sales order have...
View ArticleRE: vendor Cash discount journal is not getting posted to the appropriate...
Hi Ludwig,Every Offset account does not have dept financial dimension (e.g. main -vend). but cash discount has dept financial dimensions (main-dept-vend)Couple of questionsIn your case is it true that...
View Articlevendor Cash discount journal is not getting posted to the appropriate...
Hi,I am trying to post a cash discount journal.For that I have a account structure of Main 520200(Vendor cash discount account) - Dept (all+blank allowed) - Vendor (all + blank allowed)I posted an AP...
View ArticleHow AX behaves at Order level When customer having Invoice Account and...
Hi,I have a customer in AX, who is having Invoice account,I am placing order with that customer, so by default the invoice address of that order maps to Invoice account.1.The question is,In order level...
View ArticleRE: copy Tooltip text in AX
Andre,Do you have sample code? I tried a few, it's not working for me.I guess each form is unique. If you look at the screen shot, what should I do?Thanks,
View Article