RE: MS Dynamics 365 for Operations Certifications
You could always call the exam center and ask. Please make helpful answers as verified.
View ArticleRE: X++ Count Distinct CustAccount
Try this one:while Select count(custAccount) from CustInvoiceJour join DriverShipTableDet where driverShipTableDet.InvoiceNo == this.InvoiceId join driverShipTable group by driverShipTable.SeqNo where...
View ArticleRE: FMCustomer form is deleted how can we restore it?
We cannot attach files on this forum.It is always a good idea to have a backup person available for any roles and tasks in the team during holidays or in case of an emergency/accident, having a single...
View ArticleRE: CRC failed in AX2012R3A\Virtual Hard Disks\AX2012R3A_OS.vhd
No problem, please take your time to mark helpful answers next to each post with the checkbox on the right.
View ArticleRE: Splitting the records
Your example provided is very unclear on what exactly do you mean by a 4 by 4 split.We do not really get you since above you are just showing a single number sequence, where you will have 4 or 8...
View ArticleRE: How to disable automatics split items quantity on purchase order line
HI Chaianan,Is your testing outcomes are the expected results ? Please verify the solution or let us know still issue persists ThanksNagendra Varma K
View ArticleHow to disable automatics split items quantity on purchase order line
How to disable split PO registration PO Line =90 QTYbut click on PO LINE > Inventory > Registration > show 3 lineline num 1 = 88line num 2 = 1line num3 = 1
View ArticleRE: Register Line Purchase order Automatic Multiple Split
Hi Tanitsak,Is your issue resolved? Check the automatic addition should solve your problem. Please let us know if still issue exists or verify and close the tread.ThanksNagendra Varma K
View ArticleRegister Line Purchase order Automatic Multiple Split
Open Purchase order LINE Item aaa Qty . 500 but Register Line Purchase order Automatic Multiple SplitHow to fix it?Not Register Line Purchase order Automatic Multiple Split How to Leave a single...
View ArticleRE: How to passing the the form control value from child form to parent form
Hi Martin Dráb.I am working on the method of the button I am going to press in FormB to return to FormA.FormA = SalesTableFormB = SalesAvailableDlvDates...
View ArticleRE: Company is getting changed automatically when creating new Purchase...
Hi Microsoft Mania,Thats good now you need to assign the employee of company ZA-01 to user login.Both the employee will have separate party ID. Select the employee to user which is created in ZA-01 and...
View ArticleRE: How to passing the the form control value from child form to parent form
Well, it's you who can test your code and say whether it behaves correctly or not, but my opinion is that your code doesn't match your description. It works only with the form containing the button,...
View ArticleRE: Setting up territories and price lists
Hi ITL-JKNOPP,Now my suggestion applies to even Dynamics 365. Kindly navigate to Inventory management > Price/Discount reports > Base price/discount setup.This report gives sales price setup on...
View ArticleSetting up territories and price lists
Hello, these may seem a basic or perhaps vague questions but i was wondering if it is possible to set up territories in dynamics AX 2012. I cannot find any information on how to do so. I did find an...
View ArticleRE: Detail Master form opening in list page
Hi Gautam, please let me again change the title, because "Form" isn't sufficiently descriptive. Please pay more attention to how you name your threads.
View ArticleRE: How to passing the the form control value from child form to parent form
My intention is to pass a value from FormB to a textbox in FormA. Well if that's the case, my code is wrong. Got more confused now.Do I have to place a code in FormA? Browsed the answers here and I...
View ArticleRE: X++ Count Distinct CustAccount
Hi Visvash,while Select count(custAccount) from CustInvoiceJour join DriverShipTableDet where driverShipTableDet.InvoiceNo == this.InvoiceId join driverShipTable group by driverShipTable.SeqNowhere...
View ArticleRE: How to passing the the form control value from child form to parent form
No, you don't have to put anything into FormA, unless you have some other requirements that you didn't share with us.What I'm saying that your calling dataSource() on a wrong object. If I understand...
View ArticleRE: How can I Learn X ++ Language ?
Hi All,I am new to x++ . I need Setup of X++ for learning and practise. Please help me out
View Article