Inset values from one table to another table
Hi,I have two tablesA and tableB. When ever a field is entered in tableA It should automatically post the a field y in tableB whenever a new record is created.How this can be achieved. Please...
View Articlehow to use odata with xml inpostman
Hi,I'm trying to do a post request to create an order using postman and i want to use xml not json (i'm using application/xml)I tried this but it didn't workhow can i do it with xml?
View ArticleSalesEditLine From Extension Issue
Hi. I have a some problem.When the SalesEditLines form is opened, I need to develop the SalesParmTable.Transdate to initialize to datenull(). (01/01/1900)I developed using the eventhandler method of...
View ArticleAdd new field Real Type at SalesLine Table
Dear All,i have some question for adding new field at some table.Previously i had add string type to table salesline, once added to salesline form and i edit sales line, this field typeable.later, when...
View ArticleForm extension issue
When the SalesEditLines form is opened, I need to develop the SalesParmTable.Transdate to initialize to datenull(). (01/01/1900)I developed using the eventhandler method of formdatasource. But it...
View ArticleBox class issues
Hi Experts,It appear that the box does not work like it used to in previous versions & the idea to make it work has been declined in idea website1.Ax2012 box from docs.microsoft.2. Microsoft idea...
View ArticleConvert datetime to date in calculated field
Hi,How to convert a date time field to date format only in calculated field of data entity ?I want to add new field for my data entity. It is a date from CreatedDateTime field, but I don;t need the...
View Articleprint this attachment as an SSRS report
hello,I have PDF AttachmentI want to print this attachment as an SSRS reporthow I can do that ??using D365 F&OThank you
View ArticleSending Excel file generated by SSRS report running as batch to sftp server
Hello All,We have a requirement under which we are developing a SSRS report to send Sales Invoice, Free text invoice, Project Invoices as an excel file. For this purpose we are using out of box...
View ArticleDownload the document attachment in D365
Hello, How can I download the attached files and store them in a zip file using X++ Code?Using D365 F&O Thank You
View ArticleImprove View Computed Column Performance
Hi,I created a Service Order Listing View which includes service order header and service order lines as main datasource.There are several computed columns in the view, but one column gave significant...
View Articlefinancial dimension lookup issue.
Hello.I created a lookup method that shows the Displayvalues and names of certain Financial dimensions. (Business Area - custom dimension)However, I can see DisplayValue well, but I can't see any...
View ArticleAX 2012 R3 with SQL 2019
Hello Community Members,We have one customer with AX 2012 R3 with SQL 2014 Standard. He is stable and working since 2015.Now as SQL 2014 is out of support by Microsoft, they are planning to upgrade to...
View ArticleHiding a control on a form
I didn't think I'd run into so much trouble trying to simply hide a control on a form.I'm using the UII'm tasked with hiding a toggle switch on the 'Accounts Receivable Parameters' formI was going to...
View ArticleDevOps build problem
HiAfter updating a module on a local VM, build and sync works fine.After checking in to DevOps the build step failed. "The field 'xy' on the extension 'xz' already exists. This extension cannot be...
View Articlefinding min value in array
Hello everyone,I know it sounds strange but I need to find a min value in Array. Is there any standard method to do this? I checked collection class Array from here -...
View ArticleGet group by field in query run
Hi,I have been trying to create a query where I am grouping it by item id from invent trans and batch id from inventDim. Now, when I try to get the table buffer of invent Dim, it is empty with no batch...
View ArticleHow to make initialize() of contract to trigger based on condition/s.
Hi Experts,I have a contract which implements sysoperation SysOperationInitializableThe entire MVC works for purh order and purchid is key driving factor in the dialog orchestrated by the MVC.I want...
View ArticleChain of command method rewriting the code for NEXT insert_recordset call
Hi,Still getting to the hand of using Chain of command and modifications in D365 FO.My query is this and probably easily answered.I have an class method that performs init from another passed in record...
View ArticleCalling Action MenuItem: PurchCancel from X++
Hi All,I am calling an action menu item, PurchCancel from my own RunBaseBatch class as follows. Args args = new Args(); args.record(purchLine.purchTable()); args.parmEnum(NoYes::Yes);...
View Article