Filtering View Computed Column Returns Empty
Hi,I created a Sales Order View with a computed column Payment Date. Payment Date is the latest CreatedDateTime of a payment made for a particular Sales Order. This field is displayed in a grid on...
View ArticleCreate info in messages bar Dynamics 365 Finance and Operations
Anyone know how to create info in messages bar here?Thanks,
View ArticleAccess Azure Storage Map drive using X++ Classes
Hi All,i need to drop a CSV file in Azure Storage map drive using x++ in D365 cloud .is there any classes available ?Please Help.Regards,Muneeb Umer
View ArticleAccount number for transaction type Bank statement does not exist - when...
Hi,I have a small bank rec with matched transactions. I am trying to post the Bank Statement now.After many successful bank recs postings suddenly system throws an error ''Account number for...
View ArticleUpdate table index using table extension
I create a table extension to add extra fields to a standard table . I need to include these new fields in the index that is already created on the table with allow duplicate no , how can I update the...
View ArticleDeveloping custom reports on Power BI with Dynamics AX 2012 R2?
Hii,We want to use Microsoft Power BI for our Dynamics AX 2012 R2 Data Analysis, Reporting and Visualization.I have following questions,1. Can we connect Power BI Desktop with Dynamics AX 2012 R2...
View ArticleNo resources were found when selecting for update
I am getting issue in updating customer postal address. Below in my method to updating customer postal address. string addressLocationId = "000004773"; string company = "USMF"; string...
View ArticleHTTP Requests in Dynamics AX
Hi all,I need to integrate an external API with Dynamics AX. This API works as follows:Create HTTP request and sendCatch the response, which will be XMLInterpret the XML to pull the necessary dataDoes...
View ArticleVendor Portal - Catalogs
Hi All,I am working on catalogs by using vendor portal. I want to know the possibility of uploading the JPEG files/Images with Catalog by using Vendor Portal.Moreover standard system is offering XML...
View Articlex++ project cannot be built. another build is in progress
Hi,In AX 7, I just came across the error as below:"x++ project cannot be built. another build is in progress".Any idea?Thanks,
View ArticleHow to connect to a remote database in D365FO?
Hello everyone,I have a development requirement in which I must populate and update data from a table created in D365FO, this process is executed in batches, the database that I need to access to...
View ArticleRetrieve Data From Void Method to Class Extension
i have class, inside that class i have void method like this :abstract class SalesQuotationTableForm { void createFromTemplate() { SalesQuotationTable salesQuotationTableTemplate; SalesQuotationLine...
View ArticleCreate sales Order with multiple sales line via AIF
HelloHow to create a Sales Order with multiple Sales Line through AIF service SalesOrderServicethe next code created a sales order with one sales ordernamespace ConsoleApplication3 { class Program {...
View ArticleFiltering View Computed Column Returns Empty
Hi,I created a Sales Order View with a computed column Payment Date. Payment Date is the latest CreatedDateTime of a payment made for a particular Sales Order. This field is displayed in a grid on...
View Articleconvert X++ Select Statement into aot query
i want to convert following X++ statement into AOT querywhile select ItemId,Name,Qty,LineAmount,PurchPrice,PurchUnit,InvoiceDate from VendInvoiceTrans join PurchMaxItemPurchasePriceTMP where...
View Articlesave excel file to particular local folder in d3fo using OfficeOpenXml
Hi Friends,I am trying to save excel file to local folder without prompting any message (download, ..) which I have created to through code by using OfficeOpenXml, I want to save this file to local...
View ArticleTable inheritance
I have a few questions/issues. I have googled and read a lot. I would've found the solutions by trial and error, but using this functionality has an enormous impact on the server I'm using. It will...
View ArticleAX7: What made Microsoft to keep some elements Non-Extensible
With arrival of AX7, as we have got two approaches of development, a new development approach i.e. Extension allows us to extend AOT Elements.For each element there is a property called isExtensible,...
View ArticleError Unable to cast object of type...
Hello, help me pleaseI found an error when will create Purchase Order on form PurchCreateFromSalesOrderthis is my script, [ExtensionOf(classStr(PurchAutoCreate_Sales))]final class...
View Article