Inventory Costing in AX 2009】的更多相关文章

I wanted to explore some scenarios that illustrate a few important concepts related to inventory costing-- look at differences between physical and financial inventory, and how this affects inventory values. Please reply to the post if you have quest…
转载 To set up debugging for pages1. Log into the server that is running the AOS.2. Open the Microsoft Dynamics AX Server Configuration utility (Start > Control Panel > Administrative Tools > Microsoft Dynamics AX 2009 Server Configuration).3. Crea…
Set运行: 例子: Set m_set = new Set(Types::String); m_set.add("AAA"); m_set.add("BBB"); if(!m_set.add("AAA")) { info("数据源已经存在了"); } 上面讲述了set的特性,set的不可以重复性,这样用在往ax系统导入数据时,避免key相同时可以用这个来存储key.…
http://www.microsoft.com/en-us/download/confirmation.aspx?id=12174…
前端时间开发一个东西,需要在现有量画面增加一个字段 但是发现这个display方法写在任何数据源下面都不行,数据取的不对. 因为InventSum这个表只有所有维度都出来时才会有对应关联的inventDim表,不然InventSum表里的InventDimId查不到 终于最后知道一个好方法,不管你显示什么维度都可以查到对应的InventDim 在InventSum数据源下写一个display方法 例子: display transDate CEC_shipDate(InventSum _inve…
现在谈起Dynamics AX,在微软Dynamics系列产品当中,作为最受瞩目和最有前景的Dynamics套装产品线,很多人也许只知道它曾经由于资本市场的上市和并购,前后经历了三个“东家”.对于它长达20多年的ERP积累,就不一定有那么多人了解了,那么我们现在就好好了解一下这个产品非常富有传奇色彩的前世和今生. 1983年,在个人电脑出现后两年,Jesper Balser, Erik Damgaard,Prebend Damgaard ,Torben wind 和 Peter Bang共同组建…
转自:http://blogs.msdn.com/b/emeadaxsupport/archive/2009/04/23/dynamics-ax-and-generic-collections-of-net.aspx EMEADAXSupport  23 Apr 2009 9:54 AM  3 I'm using Dynamics AX 2009 and want to instantiate the .NET class "System.Collections.Generic.List&quo…
Temporary Tables and the TableType Property [AX 2012] 1 out of 1 rated this helpful - Rate this topic Updated: November 5, 2013 Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012 从 Microsoft…
Temporary InMemory Tables [AX 2012] This topic has not yet been rated - Rate this topic Updated: October 12, 2012 Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012 在 Microsoft Dynamics AX,…
Table Properties [AX 2012] 1 out of 2 rated this helpful - Rate this topic Updated: July 20, 2012 Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012 This topic describes the properties that…