Forum Post: Print Customer Balance with Only Debit Closing Balance
Dear All I want to print Customer Balance List / Vendor Balance List for only those customer/vendor who are having Debit Balance and amount > 5000. is there any option available. Regards
View ArticleForum Post: RE: Iterate .net array of objects in X++
Aha, I finally got what's the problem. You believe you can iterate your CustomersType class, but it doesn't make any sense, because it's not a collection. It would have to be a collection, such as it...
View ArticleForum Post: RE: Print Customer Balance with Only Debit Closing Balance
Hi Vikas, I think you cannot filter the records of the customer/vendor balance list that way as the balance is calculated at runtime. In AR you can use the collections form in combination with the...
View ArticleForum Post: RE: View - computed column
You've tagged your question with AX 2009, which unfortunately doesn't support computed columns. Therefore you can't do it in this way. Depending on what your display method does, you might be able to...
View ArticleForum Post: RE: Route of Phantom items
You use multiple Routes for the SubAssembly item. 1. On the sub ass. Item: Add a route with the sub assembly operations approve and activate this one. 2. On the sub ass. Item: Add a route with no...
View ArticleForum Post: RE: Find Where records updated in Table
Thanks Martin. How to find out using Cross - reference....? Can you explain pls..... Thanks in Advance.....
View ArticleForum Post: RE: Find Where records updated in Table
Basics are already documented on MSDN: Cross-reference Tool [AX 2012] . Get used to consulting documentation; you'll find a plenty of answers there. Cross-references are extremely important to learn...
View ArticleForum Post: Getting error while deleting PO Line, "SourceDocumentAmount...
Hi, I am using AX 2012 R2 CU7. When I am trying to Delete the Purchase Order Line clicking on "Remove" button, I am getting the below error: ------------------------- SourceDocumentAmount object not...
View ArticleForum Post: Account report
Is there any way to print "bill wise customer and vendor" for accounts report?
View ArticleForum Post: RE: Upgrade from AX 2012 CU3 (6.0.1108.670) to AX 2012 R3 CU9...
Yes once the Field MinorUpgrade in table ReleaseUpdateConfiguration was set to 0 you will not see the popup. Thanks
View ArticleForum Post: RE: DMF and Storage group dimension
Hi Andre, i have issue in importing master product, when i import release product master through DMF. Product data imported successfully but when i click on validate button in product Action pane...
View ArticleForum Post: RE: Account report
Hi harshit, What do you mean by "bill wise"? Do you want to reprint invoices or do you want to see the invoice number in an account report? Would be great if you could let us know some more details on...
View ArticleForum Post: RE: Retail SDK Entity Schema Update
So, you were able to see new columns in DB Tables in CRT Database, right? The attributes (I assume you meant C# properties) will not be autogenerated for you - you need to define them manually, but if...
View ArticleComment on How to access Retail Server in managed code.
Great post. A working example of a Winforms app that uses the above is part of the Retail Sdk. Its under RetailSdk\SampleExtensions\RetailServer\TestClient
View ArticleForum Post: RE: Add/Create Customer offline
No, it is not supported in CU10. By the way, in AX7 that feature is called AsyncCustomer, so, if you search for that keyword in the SDK sources you will have an idea how it was implemented.
View ArticleForum Post: RE: Full Settlement Check Box Unavailable
Hi, I hope you can help me with this issue. We need to setup a sales price on latest cost while system do not update cost in item master form. Also is there any option to perform mass update of sales...
View ArticleForum Post: AX for Retail 2012 R2 Cannot see Variants when selecting a...
Hi every One, I have issue with transfer Order and i am using four dimension with item and when i transfer the item from HQ to Store after all dimension is appearing in picking and receiving module...
View ArticleForum Post: RE: Record level security
blogs.msdn.microsoft.com/.../steps-for-setting-up-record-level-security dynamicsuser.net/.../43120 parthav-dynamicsax.blogspot.in/.../record-level-security-policy-in-ax-2012.html
View Article