Select a record type to create Listpage d365 f&o
hi all,i have created a list page it is throwing a pop up window when i run the list page kindly help me .the messgae is Select a record type to create thank you .
View Articlehow can I pass list of object to data contract
Hello expert please i need help to pass list of object to data contractfirst, i create a data contract[DataContract('Colors')] class ColorDataContract { Name colorName; DataAreaId dataAreaId;...
View ArticleHow to create a Computed field in View?
Hi. I'm making a view, and I have some questions.I made a view showing the label of enum.but, it's showing the label of english.I want to show Korean labels.What should I do?my source code public...
View ArticleHow can i pass list of object and return this list in custom service
Hello expert, I need some help to pass a list of object and return it1- Create data contract [DataContract('Customers')] class AHCustomerDataContract { AccountNum accountNum; Name custName;...
View Articleadd a field to an extended form from application suite form
Hi,I want to add a field from a data source which is not included in the form data source currently. I tried to extend the form and add a data source but it is not possible as the original form is...
View ArticleHow to verify temporary tables on the sql server.
Hi Experts,I couldn't find any other temporary tables on the sql server in D365FO referring to URL as below,Difference between InMemory and TempDB tables in D365 F&O – Dynamics 365 Finance &...
View ArticleIs it possible to use X++ methods for computed field methods?
HiI would like to use the following X++ method as a computed field method of data entity. Is it...
View ArticleHow to access form controls in a job
Hi,I have created a form which is having one integeredit control which is for number of days,and a button control. I need to get the values from the integeredit control and to use in a x++ job. Help me...
View ArticlePurchase Requisition Closed status - X++ Extension
Hello everyone, my goal is to implement COC when the PurchReqTable.RequisitionStatus is equal to "Closed"(I want to implement Chain of Command after the update for PurchReqTable.RequisitionStatus)I...
View ArticleHow to generate T-SQL code for tables method?
HiI would like to get the PersonnelNumber field value of the HcmWorker table using a computed column without adding a data sources to the data entity.I have SourceDocumentLine.CreatedBy in my data...
View Articleteam Work item number in D365Fo
Hi all,1. I have an one work item number.2. how to get that workitem number in the Query (query means teams<new query>)I don't know how to do in the teams query. could you please give me some...
View ArticleSimple Query - SalesLine and SalesTable relation
Hi All,It seems that there is a 1:N relation between SalesTable.SalesId and SalesLines.SalesId. When I create a simple query, can I also add SalesLine as a child data source of SalesTable ? or should...
View ArticleHow to read value having comma(,) in the column while reading CSV file - AX 2009
Hi All,We are trying to read one column from CSV file having comma(,) in the value like "Abc,def" , but while reading this column it is dividing into 2 columns like "Abc" and "def" instead one value...
View Articlefind delay date if I have only 1 date column in query based report(ssrs)
find delay date if I have only 1 date column in query based report(ssrs) and i column of issue date if product is ship so the "column of issue date =0" and when procut is received so the "column of...
View ArticleCreate View with field from display method
Hi guys,Is there a possibility to create View which is the field is from a display method ?So I create View, lets say the data source is table A and apart from adding fields from table A's field, I...
View ArticleDialog - how to remove the side bar
Hi All,I am using a form pattern: Dialog - Basic and changed some of control's widthmode (to Manual) and width. Then depending on Zoom level, it shows the following bar.. How can we configure not to...
View Article"Query used" defaults
Hi all,Running AX 2012 R3 CU9.When running confirmations, pick lists, etc - is it possible to change the values within "Query used" defaults?I'm aware you can save the values in a selection as a...
View ArticleLoading and selecting from an in-memory table
Dear Dynamics community,I could use your assistance completing an issue I'm having when attempting to load a temporary in-memory table from a List.The behavior that I've noticed is that when I set the...
View ArticleIs Update_recordset skip Update() method ?
Hi guys,As mentioned, when we use Update_recordset, does it skip Update method() ? I created Job and use Update_Recordset then create CoC class with Update method of the same table, however it never...
View ArticleField Known as not visible from table Global address book?
Hi, Hope you are doing all well!l am having an issue with "Known as" field from table Global address book. l am a system administrator and this field is visible and can be added as a new column in All...
View Article