Dynamics AX Security on Item On Hand
Dear Experts I need to configure Record Level Security in Dynamics AX 2009 to meet following requirement: User Group A can see items in WH A only User Group B can see items in WH B only Kindly help how...
View Articleusing table methods after deleting a record.
I have a code like this (pseudo ...) MyTable myTable; MyTable2 myTable; ttsbegin; ... MyTable = MyTable::find(myId, true); // true = select for update myTable.delete(); /*****/ MyTable2 =...
View Article[AX 2012] Modify form field value in X++
Hi, how do i modify the value of a form field in X++? I found SetValue() method but doesnt seem to work out. Is there a .value property which can be set in order to change the value of a field at...
View ArticleAx 2012 - Can multiple instances of Analysis Services be installed in same box?
Hello. I've seen that multiple reporting services can be installed on same server, installing severall instances of Reportng Services and each one servicing an AOS. (link:...
View ArticleAx 2012 - Additional Reporting Service instance doesn't work
Hello, I've installed an additional SQL Server 2008 Reporting Services following the steps stated at: http://technet.microsoft.com/en-us/library/hh389760.aspx So, new instance, new axc file, config...
View ArticleHow do you filter, query, sort in the voucher transactions inquiry form?
Hello - I have some questions in how the voucher transactions inquiry form is being used. 1. What fields you select when querying, filtering or sorting the voucher transactions inquiry form (General...
View ArticleResource Scheduling
Hello, I have an operation 'cooking' that can be done with any of the 6 ovens. When I do the job scheduling, it always assigns the oven with the higher capacity (less duration). Is there a way to...
View ArticlePerformance Issues on simple AX application
Hello Experts, We are working on redesigning a simple effort tracking tool using Dynamics AX. We enhanced existing system and added some functionality and pulling more data than the older system....
View ArticleHow to post financial dimensions against customer account
In AX2009 we coud post finanical dimensions against accountType CUST, with customer account no. In AX2012 the code we found to do this is as follows.... "LedgerJournalACType" ),...
View ArticleHow to post financial dimensions against customer account?
In AX2009 you could post financial dimensions against a customer account. ledgerJournalTrans.AccountNum = glAccountNum;ledgerJournalTrans.AccountType =...
View ArticleAX 2012: Unable to restore AX 2012 database / restart AOS service (database...
Hi There, The following is resolution to an issue we stumbled upon recently. In case anyone were to come across a similar situation, the below could be useful. Here's what one of our customers came...
View ArticleDocument Conclusions for Sales Quotation
AX 2012 has the ability to setup multiple Document Conclusions for Sales Quotation Documents. Can this also be done in 2009?
View ArticleRefunds
Hi, hoping someone can help me. I am trying to setup refunds in AX 2012. Specifically, refund a customer the amount they were overcharged, ie an item that costs $10 was sold for $15. I want to refund...
View Articlehow to control X++ code in AX2012
In earlier version, we can use security key to control x++ code to complete a functionality. For example: ////////// int a; ; a=0 if...
View ArticleUpdating purchPurchaseOrderService after adding a new field into PurchTable
Hello, I'm trying to update PurchPurchOrderService having added some new fields to the PurchTable. I've 'restored' the AxdPurchaseOrder query to include the new fields. I then go Tools - Development...
View ArticleCan you see the item arrival journal from and RMA once it has been registered
Hi Is it possible to see the item arrival journal from the RMA, once it has been registered, I am unable to do this from the Stock transactions and the item arrival overview does not show the RMA once...
View ArticleFIFO costing
Hello, Does anyone have any experience of FIFO costing in a manufacturing environment? Katie
View ArticleDynamics AX HA options used most
Hi, What OS AX MSSQL HA options are people using with MD-AX ? I'd be interested to hear what is a best practice n this area. For eg. are people using SQL2008 DB Mirroring or Hot Standby or MSCS Also...
View ArticleAX 2012 Portal Install
I am trying to install the DAX 2012 Enterprise Portal into an existing SharePoint 2010 farm. I start the install, all of the prerequisite checks are green. It runs for a while and then errors out...
View Article[AX 2012] X++ Batch Job Classes?
Hey, I appreciate the help in my other '[AX 2012]' thread. OK so I understand that "Batch Jobs" extend "RunBaseBatch" but how do I know what class to use? In the examples I've found on google, people...
View Article