Product xxxx is on hold in Sales Order
Hi,I would like to know why i create the sales order with item and save it. It shows an error "Product "xxxx" is on hold". Where can i set this product to disable on-hold. I try it to see in inventory...
View ArticleHow to read excel row object and store in the container or other format?
I know how to read cell value eg. sheet.cells().item(3,2).value()but, how can I get row and store in container?eg. container con;str value;con = sheet.row(3);value = conpeek(con, 2);
View ArticleUser Setup Form - Remove Buttons
When displaying the User Setup box on a form (right click - Setup) I want to be able to hide the button on the right hand side and leave the Reset (j) button onlyCurrently, users with access to the...
View ArticleCoC on class constructor (new)
Simple question: is it possible? (I have tried but I get errors; so maybe I'm not using the proper syntax). The constructor is marked as protected, so that fits the CoC requirements. The class targeted...
View ArticleGet full WebResponse in case of error when calling webRequest.GetResponse();
AX 2012, I have this code that returns catches any error during a web request: try{ httpWebResponse = webRequest.GetResponse(); } catch (Exception::CLRError) { ex = ClrInterop::getLastException(); if...
View ArticleBest Practice: Conflicts detected on Public Entity Name
Hi AllMay be somebody knows what means next Best Practice Rules (or knows where it is possible to find description BPR)1) Warning Path:...
View ArticleHow to move values between multiple elements.
There are 3 formsForm 1 ProjProjectlistpage Form2 Myform2Form3 Myform3Using args i was able to populate the selected proj id in form1 within form2 How do i populate the same proj id within form 3...
View ArticleBYOD Not Exporting All Records
When I go to "Accounts Payable > Inquiries and reports > Invoice > Invoice journal", I get over 10,000 records. But when I export (full export via BYOD)...VendInvoiceJournalHeaderStaging = 494...
View Articleslow query in LedgerInquiryGeneral_CN
Hi guys!We have a performance issue regarding to LedgerInquiryGeneral_CN, we already have already put an index to this query(standard code) but it still not improve the generation of the form, kindly...
View ArticleDownloaded VM login issue
Hi,I have downloaded the D365 F&O Version 7.3 Update 12 VM from LCS. Now when i am doing development and trying to open my table by table browser or when i am trying to run form also I am getting...
View ArticleHow to select values from table based on parameter value?
Hi,I want to select record from table based on parameter value in method:public void findElementsOfRole(str _roleName, int64 _versionNumber) { str matrixrole; EUKSecurityTreeNode _securityTreeNode;...
View ArticleHow to evaluate X++code in D365
I'm new to D365fFO development, having come from a SQL background. I now find myself tasked with writing reports (and the objects required to deliver those reports) from Dynamics and am struggling with...
View ArticleAdvantages of upgrading from AX2012 R3 to D365 F&O
What are the main advantages / disadvantages of upgrading from AX2012 R3 to D365 F&O?Were all implementations before D365 on prem solutions?Was Power BI Available before D365 on prem solutions?How...
View ArticleBinary data to container conversion
Hi, i need to read binary data from sql server( a container column from a table) and assign to a container variable, how it's possible to do that?Thank youEddy
View Articlehow to hosted environment in LCS under " Cloud hosted environment"
Dear all,Can you please let me know how to hosted environment in LCS under " Cloud hosted environment" ?Please give me more she'd on this Thanks!
View ArticleDevelopment on d365ffo on premises
HelloI have newly installed d365ffo on premises but we can not find any documentation about the installation of Visual Studio in Sandbox development environment.Please, can you clarify how can I do...
View ArticleHow to populate a field from sales order header to sales invoice journal...
Hello experts, I am novice developer in Axapta, i need your help to populate a field from sales order header to sales invoice journal overview tab and this field also need to show on reports.I am not...
View ArticleHow to override checkbox form control method on a extended form.
I have a requirement to ensure that only 1 item is select at any given point of time on the form. I was able to accomplish this in Ax2012 with the code shared at bottom, however not sure how to go...
View ArticleError : Key not valid for use in specified state. Dynamics 365 on cloud
Error : Key not valid for use in specified state. When call services in UAT and Production.But development is fine. Please suggest.
View ArticleCreate Report with Sql in Ax2012
Hi,How can i create a report in ax2012 with sql server. I've a report which has some filter criteria and with sql queries i've to run report on EP.Any suggestion would be helpful.Regards,Zohan
View Article