Related Posts
  • Forum Post: What is meaning of axSalesLine object in salesLine.modifiedField??

    Hi All, What we tried to do is following. We have logic which is being used in salesLine as well as in sales quotation. We added for this a couple of table fields to both tables. But the logic on these fields is often the same. So we made a map (DataDictionary/Maps) to combine the logic in one place...
  • Forum Post: Need Help in Binding ResultSet with Grid in Axapta

    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...
  • Forum Post: Re: Re: Using axInventTable to create Items

    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...
  • Forum Post: The Table.Field does not have a corresponding parm-method on the AxBC-class

    Hi, I have been adding some fields to the table InventTable. After running best practices I get this mesages. I read from this post: http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.axapta.programming&tid=0c2e91cc-60bf-4f4f-921e-9c3cb296eafd That I should...