URL protocol handler not opening the forms in VS when clicked.
Hello,I have 2 related ongoing issues.1>I had clicked yes to make VS as default for opening form control opener, so I do not get the pop any longer. Where can i change this default so as to get the...
View ArticleImport Users option with defined user id
Hi Experts,I have a simple question.While we use the function "Import Users" in D365 users form to import users from Azure AD, can we give the user id name as per our choice?I have noticed, system auto...
View ArticleGetting Enum value for display method x++
I wrote a display method for an extension table. ServiceSubStatus is an enum field so 0,1,2 are displaying but I need to display the value of the enum.Can you please help me with this?...
View ArticleExpose Rest WCF Service in Dynamic Ax 2012 R3 Version
Hi All,As i am new on dynamic ax. I am working on a task where i need to expose my wcf service as rest. We have already an existing dynamic ax setup. We want to transform our existing traditional web...
View ArticleAccess Cloud Hosted environment instance application using Custom Host Name
Hello CommunityHow do i configure custom host name for D365 FO Cloud hosted environments.For example: i have following cloud environments: Unit-Test, Sandbox. I want my users to access the application...
View ArticleHow to source control AX model code? (Local Git repo)
Hello, we primarily develop custom AX classes and objects, and I have model with many new classes and extensions I need to version control. I want to control within the Visual Studio 2017 environment...
View Articledata is not displaying in Form - LedgerTransSettled in AX 2009
Hi All,GL - Periodic - Ledger Settlements. I have settled 2 transactionsI have checked in Ledger Settlement table, Settle Id got createdNow I go to particular main account 002130 > Transaction >...
View ArticleOpen Form and Menu Item through X++ Security
Hi Guys,i need to open form through X++ code ,, what's better i open the form from X++ or open the menu item which refer to the form ?also i wonder the target form has a menu item and privilege refer...
View ArticleClass AfDataitemmetaData taking much hours while compiling it
Hi Experts,in this error CIL error log Afdataitemmeta data showing error and when i am going to compile this class it compile process takes hours of hours even system hang.But if i compile other...
View ArticlePerformance of the D365FO Developer environment, will it ever get better?
So another work week has gone by, and as always I find my selv wondering, is this 1991 or 2021??Now the reason I am wondering this is that when I started my formal developer education, the school I...
View ArticleFilter Data entity data generated within last 30 minutes
Requirement: I need to create the data entity query range to filter data generated in the last 30 minutesI have created a new method extending the SysqueryRange class like below and adding range on the...
View ArticleThe type or namespace name 'EPFormAction' could not be found (are you...
Hi All,all default components on EP does not open on throws below error, custom pages open normally. The type or namespace name 'EPFormAction' could not be found (are you missing a using directive or...
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 ArticleHow to make Data entity's field from a method with parameter
Hello guys,Need some help for creating a data entity, it is for export to BYOD and related to table ProjInvoiceJour. So I notice in ProjInvoiceJour table there is no field InvoiceAmountMST and I need...
View ArticleHow to source control AX model code? (Local Git repo)
Hello, we primarily develop custom AX classes and objects, and I have model with many new classes and extensions I need to version control. I want to control within the Visual Studio 2017 environment...
View ArticleHow to make Data entity's field from a method with parameter
Hello guys,Need some help for creating a data entity, it is for export to BYOD and related to table ProjInvoiceJour. So I notice in ProjInvoiceJour table there is no field InvoiceAmountMST and I need...
View ArticleUnable to Get CompanyInfo Fields in SSRS Report
Hello Everyone,I am unable to get CompanyInfo fields (CompanyAddress,CompanyCoRegNum,Company Phone,CompanyTelefax) in SSRS Report.I have even created the code as below for it.CompanyInfo...
View ArticleSysFormSplitter_Y is deprecated, with which class can I replace this class in...
I have one form on which i want to show grid and text box control with splitter, In my x++ code i am trying to set grid control group height to be set to 300 at form initialization but now...
View ArticleSysEntryPointAttribute is deprecated in ax7
I am using SysEntryPointAttribute class on each form but now it is deprecated can i replace this class with any other new class or should i remove it from each x++ code file as not require now.
View ArticleHow can Add a row in my view to show the totals
I have a view in which there is a column name cost. Now I have show the total cost.how can I show that in a view anyone?thanks in advance.
View Article