Blog Post: With Solair, Microsoft Upgrades IoT Story with Supply Chain,...
Microsoft has acquired Solair, an Italian company founded in 2011 that provides (IoT) services to customers in such industries as manufacturing, retail, food and beverage, and transportation. Financial...
View ArticleForum Post: RE: Vendor Reconciliation report
Hi Jane, I upgraded my AX 2012 R3 to CU10 and I am face the same issue. Did you solve it?
View ArticleComment on Unable to Connect to Remote Server Error: SSRS Reports Microsoft...
Thank you, this may have saved me lots of hours of researching. Even though it was related to Microsoft CRM 2015 setup.
View ArticleForum Post: RE: in Excel publish is not activated
thanks , let me say two task for example all customers and prices discount journal in all customer will change the name and in prices journal will change the price
View ArticleForum Post: User unable to see existing credit cards for processing
We have an employee that when they log in to Windows as their self and then log into AX as their self they are unable to pull the drop down and view/select from existing credit cards. However, when...
View ArticleForum Post: RE: Deliver Remainder
Thank you again for all your help, we hopefully will be trying to apply the hotfix in the testing environment on Monday.
View ArticleForum Post: RE: Cannot edit a record in Inventory transactions (InventTrans)....
The second step worked for me. Thanks a ton. Swathi Sampath
View ArticleForum Post: RE: Cannot edit a record in Inventory transactions (InventTrans)....
The second step worked for me. Thank you Swathi Sampath
View ArticleForum Post: RE: Tax group setup
Hi Ahmad; MS also releases patches if there is any change in tax structure of a country. Have you checked with MS? Also which SP are you using? SP2 was having feature of tax groups while SP1 and...
View ArticleForum Post: RE: Upgrade of AX 2009 + SQL 2008 --> AX 2012 R3 + SQL 2012
Hi Andre, thanks for your response. Appreciate it. Does this means the standard tool does not really care which SQL versions of the source and target? I was thinking in minimizing the project's risks...
View ArticleBlog Post: AX 2012 - how to use 'NOT LIKE' in AX statements
Please note that I am using ! after 'where' keyword to reverses the effect of 'like' static void Not_Like(Args _args) { #define.createdBy( 'faisal' ) InventTable inventTable; while select inventTable...
View ArticleBlog Post: AX 2012 - How to show progress bar for lengthy operations
Below is a very simple example to show progress bar in a job - this logic can be used anywhere in your logic. static void SysOperationProgress_PrimeNumber(Args _args) { #avifiles boolean checkPrime,...
View ArticleBlog Post: AX 20120 - Find company currency through X++
You can use the following code CompanyInfo::standardCurrency() or Ledger::accountingCurrency(CompanyInfo::current());
View ArticleForum Post: Inventory receipt amount is wrong - Purchase Order
Hello All, I create a purchase order with unit price 20,000 and qty 10. Item cost: 9024.81 When I Product Receipt, system use item cost to record transaction and "price difference for moving average"...
View ArticleForum Post: RE: Error: SysDictTable object not initialised while posting PO
Hi Sohaib, Thank you for your response. Yes, first thing i did was CIL on PROD but no errors in CIL. After that I was troubleshooting and tried to uncheck this and the issue got resolved in my TEST....
View ArticleForum Post: RE: Unable to allocate sequence numbers for...
Created new SQL Instance and error was resolved.
View ArticleForum Post: RE: Inventory receipt amount is wrong - Purchase Order
Hi Phung Luong, I would say that this is the standard behavior of the moving average price model. Please see the following whitepaper www.microsoft.com/.../details.aspx If you have huge price...
View ArticleForum Post: RE: AX 2012 Convert basic port to enhanced port
Sorry for the late reply, I found out this on the same day. Thanks
View ArticleForum Post: RE: Salesorder Invoice Prints .. but not posted
Hi, Can you check the "subledger journal not transferred yet" form in GL in the inquiry section? If you see your transaction there please try to post. Hope this helps, Ludwig
View Article