SysExcelApplication is leaving background processes
Hello, I currently have a class for exporting to excel certain forms/grids for which the base excel export is disabled (such as the Period grid on Net Requirements). I am calling application.quit() on...
View ArticleMicrosoft Dynamics AX 2012 with MS teams
Background: My organization is currently using Microsoft Dynamics AX 2012 and Exchange 2013 for Email services . All vendors details are in Dynamic's SQL DatabaseAs part of O365 adoption all services...
View ArticleHow to know either to use classes or table level changes
Hi Experts,I have a confusion some time we want to make customization(bring changes) to any form. So what will be our first choice, Classes or tables.I mean to say the customization should be done by...
View ArticleAOT Classes and its usage
Hi Experts,is There any blog or site which give brief about any class in AOT. Such as AssetAssetLocation, AssetAssetMajorType class etc.Best Regards,Shabir Ahmad
View ArticleIs "Available physical in exact dimensions" field standard or...
In D365FO on-hand inventory, is the field "Available physical in exact dimensions" standard or customized?Please provide the links if necessary.
View ArticleChange tracking is not enabled
Hi guys,I want to enable Change Tracking for standard entity Customer Invoice Header, but I hit error like this :Anyone know what happened ? and how to resolved it ?Thanks
View ArticleAdd range in View object using X++
Hello everyone, how to set value in range using X++?I also check the available override methods, which method should I put addRange?I want to put value here using X++ code
View Articlehow to download stream from url to local folder in d365 using x++
Hi all,I am having a word document uploaded to the temporary url. i want to download the document from the url to my local folder(folder creation using x++).i am using FileUploadTemporaryStorageResult...
View ArticleHow to stop some functionality in Standard Code in Ax
below code is the standard code in CustTable , few lines I need not to required to execute(green color lines). how I can do that?boolean validateDelete() { boolean ret; CustTable custTable; SalesTable...
View ArticleHow To speed Up Nested Loop
Hi Guys,i Have a request that User Enter one Warehouse and many Locations i handled the location by multiSelectthen i insert in Table Items that meets this criteria with the rest of inventDim...
View ArticleFilePath EDT D365 Doesn't show Browse Button
I try to use FilePath EDT in Dynamics 365 F&O as a dialog field in Class to get folder location then i make a loop on CSV files on that folderbut unfortunately FilePath EDT Doesn't show Browse...
View ArticleAdding external Web screen in D365FO as ribbon
Adding external Web screen in D365FO as ribbon similar to IFRAME in CRM
View ArticleSpecifying value property for entity's range
Hi,When creating data entity, I need to specify some range for my data source. My Data source is LedgerJournalTable and the range I want is only for JournalType = Cost. On tracing this field is using...
View ArticlePO workflow change request rejected
We went to POxxxxxxx and selected “request change” to edit the item’s price. When we submitted the PO to workflow, it went into “Rejected” status.I am not able to find out why.Could we edit the...
View Articleoverridelookup method in form control
Hi Team,I am new to AX and I got stuck while doing the below operation.I have a Master Table where I have fields - EmployeeID, EmployeeName, Status(Active/No) and child table (LeaveApp)- LeaveID,...
View ArticleHow to get CompanyInfo Details in SSRS Report
Hello awesome community! I'm new to D365 development and i'm working on a report using DP class that requires me to show current company's information (Address, Phone, TeleFax).There are multiple codes...
View ArticleSending SSRS report as encrypted pdf document via email not working in...
We are trying to send an SSRS report as encrypted pdf document via email. Below code is working fine in dev environment - But while moving the same code to production environment its not working and...
View ArticleChange thousand separator from comma to dot
Hi,in the PO or SO, how can I change the thousand separator ?Thank you.
View ArticleAdd batch job execution to form dialog
Hi All,I would like to add a batch job function to a form dialog which is not a standard form dialog.I have changed the class signature like 'Class A extends RunBaseBatch' from 'Class A extends...
View Article