Home
»
Microsoft Dynamics AX
»
Microsoft Dynamics AX Forum
»
All Tags
»
axdItem
Browse by Tags
Tags
.net
AIF
AOS
AOT
AX
AX 2009
AX 2009 2009
AX 2009 AOS
AX 2009 Client
AX 2009 CRM
AX 2009 EP Development
AX 2009 EP Installation
AX 2009 Inventory
AX 2009 Payroll
AX 2009 Project Module
AX 2009 Purchase Requisition
AX 2009 Reporting
AX 2009 SP1
AX 2009 upgrade problem
AX 3.0
AX 4.0
ax development
AX2009
AX2009 Security
Axapta
Related Posts
Forum Post:
Re: Using axInventTable to create Items
Ivan Kashperuk
That's not the a good approach for creating business data. Try using the AxdItem document class instead.
on
5 Dec 2009
Forum Post:
Need Help in Binding ResultSet with Grid in Axapta
M.Azwar Alam
I have the following code in which i am getting ResultSet from Access Database but i dnt know how to bind it with Grid. I write this method in Form Init and i have two StringEdit Fields username and password. Anyone knows how to bind it ? public void init() { loginProperty loginProperty = new LoginProperty...
on
6 Feb 2010
Forum Post:
Re: Re: Using axInventTable to create Items
Ivan Kashperuk
Again, I would suggest using AxdItem class instead of AxBC classes directly. This requires less code, and will most probably require less maintenance when upgrading to new AX versions. You never know, AxBC might be completely removed in one of the next versions of AX, while Axd document classes...
on
22 Apr 2010
Forum Post:
Sort Sales Invoice in Axapta on Serial Number
Azwar Alam
Hi, I have to sort sales invoice in axapta 2009 on serial number from inventdim table ?
on
29 Apr 2010
Forum Post:
Using AxdItem class to create new item
Eric Lepage
Hello everyone, Is there an example somewhere on how to work with AxdItem? Thanks in advance, Eric
on
27 May 2011