Forum Post: RE: Formal books for user guide
Hello Mohamed, There are a number of good Dynamics AX books and training materials available. A good source for searching is Amazon. There is also a Dynamics AX MVP who wrote a number of books on AX...
View ArticleForum Post: RE: Formal books for user guide
are these books very useful , so i buy it ?
View ArticleForum Post: RE: Formal books for user guide
Hi Mohamed, Everybody has a different reading and learning style. To check whether the books are useful for you probably take a look at the Amazon preview of the book where you can get an impression if...
View ArticleForum Post: RE: VendInvoicedocument Design Issue
The screenshot is showing two errors 1) System.InvalidOperationException: Object is currently in use elsewhere As per documentation, This error indicates a synchronization issue. Close solution, Close...
View ArticleForum Post: RE: Formal books for user guide
Thanks so much , i will try to do . Best regards
View ArticleForum Post: Error 'Cannot execute the required database operation.The...
Hello all, While opening AX client we are getting below error " Cannot execute the required database operation. The operation failed. [Microsoft][SQL Server Native Client 11.0][SQL Server]sp_cursor:...
View ArticleForum Post: RE: Sales order Confirmation Error
I've seen messages similar to that when working in accounts payable and this is really a guess. Is it an intercompany sales order? If so, you may want to check to see if the TIN on the purchase order's...
View ArticleForum Post: Issues while using SysWorkflowApprovalService externally
Hello, i wish to create an application that could handle AX workflows externally. For testing purposes, I created a Windows Console Application to handle Dynamics AX PO Workflows. I exposed the...
View ArticleForum Post: RE: Filter
I have a form which includes grid. in grid i have 5 fields, in every field diferent type of information. I need filter which can help to find line with information I need using key word or number
View ArticleForum Post: RE: Filter
There are many ways based on form Style/Type. A very commonly used way is as shown here
View ArticleForum Post: RE: Issues while using SysWorkflowApprovalService externally
The BaseEnum values, which are coming form C# console are those equal to expectations of AX??? I mean in terms of changing status of workflow. and one more question, are you trying to change status of...
View ArticleForum Post: RE: how to customize the Purchase order SSRS Report
You could either alter PuchPurchaseOrderDP class as Martin suggested, and later on open the design in VS and add the fields to your report design I too faced such a scenario but i opted to create a new...
View ArticleForum Post: RE: Issues while using SysWorkflowApprovalService externally
Yes they are. Namely 'Approve' 'Reject' and 'Defer' (checked from WorkflowAction table) The documentation at the msdn site for AOT objects claims that this is supposed to be included Using the...
View ArticleForum Post: RE: Integration of Salesforce to AX
Hi Martin, As soon as sales order is created in AX using document service, I want to send the sales order Id of ax, sales order items back to salesforce. If the status of order item is updated in AX...
View ArticleForum Post: RE: Cheque report Amount cur field (Comma separator)
Dear Manmohan, Thanks for this post, its doing wonders. I was struck with this issue from past few days now it stands resolved :)
View ArticleBlog Post: AX 2012 | Address Book Security Based on Team
In this tutorial we are going to discuss how to set security privileges to party records (Customers, Vendors, Workers, Contact, Prospect, Applicant... etc). Dynamics AX provide three ways as following...
View ArticleForum Post: RE: exactly format for percentage in MR
hi Ludwig, I have already used no rounding, but the result is still the same.
View ArticleForum Post: RE: AX 2009 version control system warning??
Just note that although it's technically optional, developing without any version control would be extremely unwise. Making sure that you don't lose all your work, you can always return to a previous...
View Article