Forum Post: RE: Coverage Error while updating the quantity on a Sales Order Line
Hi Brandon, One has a couple of works orders against it and the other one not. Is it not possible to increase the quantity on a sales order line when part of the order has been manufactured already? Sofia
View ArticleForum Post: RE: Form do not display properly
You can right click anywhere on the form and click Personalize. On the Personalization form, on the right corner click the Reset button.
View ArticleForum Post: RE: Use of VAR type in X++ in new Dynamics AX RTW
Hi Andre, Is there any restrictions or issues if we use VAR type for a field type in a table. also, is there any conversion functions available to convert VAR to other types?
View ArticleForum Post: RE: How to Settle Excess Payment in Ax 2012
Dear Lud i had received an invoice of Rs 1,10,000 and a Discount of Rs 10000. i had booked the invoice with Rs 100000 value. not during payment i want to pay Rs 110000. While Generating Payment when i...
View ArticleForum Post: RE: Use of VAR type in X++ in new Dynamics AX RTW
You can use it for local variables; nowhere else. The type of table fields must be defined at design time, not inferred from how the field it used.
View ArticleForum Post: How to disable reservations for items
Hello Everyone, We are unable to transfer and adjust inventory because of physically reserved. Please check attachment. Could you please suggest us how to do this, we don't any thing first-in &...
View ArticleForum Post: RE: Use of VAR type in X++ in new Dynamics AX RTW
The question about conversion shows that you missed the point. VAR is not a type. It's a keyword that allows you not to manually write the type of a variable in code, because the compiler already knows...
View ArticleForum Post: RE: Use of VAR type in X++ in new Dynamics AX RTW
As with any other enhancements that will be brought in the X++ compiler from the C# world, this can also be consider a great addition to the options a true developer will have from the programming...
View ArticleForum Post: Not able to get sales order total in computed coloumn in view
Hi All, I have written a code to get sales order total using computed coloumn in view but not able to get sales table object within code please correct me if i am wrong. private static server str...
View ArticleForum Post: RE: Use of VAR type in X++ in new Dynamics AX RTW
To comment further on the idea that the developer should truly understand when to use it or not, is that, as the definition of the VAR keyword becomes more and more obvious, it will be used by some of...
View ArticleForum Post: RE: Transfer item in different units
Dear Nagendra, I am not using Catch weight functionality and I cant use that because of my business process. Please suggest any other solution.
View ArticleForum Post: Dynamics AX 2012 r3 POS
when am going to start POS i am getting following errors
View ArticleForum Post: Ax 7.0 Release Date
Hi All i would like to know the Ax 7.0 Release date & also plz let me know any preview versions released for demo purpose plz let me know the details where do we find out the Link Regards KK
View ArticleForum Post: Project Management Timesheet - Posting without setting ELR
Dynamic AX 2012 R2 CU7 Not sure if this is known issue or the hot fix is already out there on CU8/CU9, kindly help to confirm if it's bugs or just setting problem We are using Project timesheet to post...
View ArticleBlog Post: AX7 T&A: Job card device
The Job card Device form is designed for a touch friendly experience and have a limit to the configurability. It consists of three main areas: Job action Job information User Action You can configure...
View ArticleForum Post: RE: Purchase orders are not displaying in "All Purchase Order"...
I found the solution, its happening to a specific user, so this means its all about Personalization. I removed it, its working fine now , thanks for ur help
View ArticleForum Post: regarding SSRS Report
how to convert amount number to words in visual studio design(Kuwait dinar)
View ArticleForum Post: RE: Dataset lookup in EP
Below is the method for lookup from which the snippet was: public client static void lookupSchoolName(FormStringControl _ctrl) { SysTableLookup sysTableLookup =...
View ArticleForum Post: Sync error for VAR layer on AX 2012 CU9
I just want to sync VAR layer. I got the error as below. Does anyone know how to fix this problem? Any hint will be appreciated. Error executing code: TreeNode object not initialized. Stack trace...
View Article