Questions tagged [aot]

In Microsoft Dynamics AX, application objects are defined in the Application Object Tree (AOT) and are instantiated at runtime. The AOT also contains application resources, references, and documentation. This section describes the AOT and its contents, how to use the AOT to define application objects, and how to import and export definitions of application objects.

In Microsoft Dynamics AX, application objects are defined in the Application Object Tree (AOT) and are instantiated at runtime. The AOT also contains application resources, references, and documentation. This section describes the AOT and its contents, how to use the AOT to define application objects, and how to import and export definitions of application objects.

More information on MSDN:

http://msdn.microsoft.com/en-us/library/gg840931.aspx

349 questions
0
votes
1 answer

DimensionValuesLookup on my own EDT

I need to create an EDT that will use DimnesionValuesLookup. So I've made an EDT with reference to my View that has DisplayValues for my specific dimension type, also I set formHelp property as DimnesionValuesLookup. And when I'm trying to open…
alexlz
  • 618
  • 1
  • 10
  • 24
0
votes
2 answers

Add display method in a listpage form

I want to add a display method in the datasource of a listpage form. I can't add straightly because datasources come from an AOT query. How can I do it? Thanks for help in advance. The display method: public display String255 UserNames() { …
0
votes
0 answers

Unable to Edit a deployed C# project in VS from AOT

In my test system when I edit a C# project via the AOT in AX 2012 (R2 CU6) it should open the project in Visual Studio, however it shows the project as unavailable in VS. I can see the AOT object in the Application Explorer in Visual Studio (2010),…
0
votes
1 answer

AOT Compiler to Shrink Docker Container

Is using an AOT compiler such as GCj or Excelsior Jet appropriate if we're aiming to shrink the size of a Docker container? The largest part of the container is the JRE, and we're looking for ways to trim this down. Our microservices are kb in size,…
Saj
  • 1
  • 1
0
votes
1 answer

I want Disable Action Pane Button from Enterprise Portal

I want Disable Action Pane Pane Button (here View Button) In Enterprise Portal > Project > Project Invoice EnterPrise Portal> Project > Project Invoice I want to to hide View button from EP Tried Solution : I tried to AOT> Forms>…
Amit Koyani
  • 101
  • 6
0
votes
1 answer

Microsoft Dynamics Error: Developing SSRS report using Report Data Provider

I am trying to create a class coding in AOT in my Microsoft Dynamics AX. What I am doing is to develop a SSRS report in Microsoft DynamicsAX 2012. Hence, for practice purposes I am actually following through this tutorial link:…
developer
  • 61
  • 2
  • 10
0
votes
1 answer

Does the new Android Runtime (ART) compile only Java code AOT?

I read about the new Android Runtime (ART) which is now the default on Android 5 (Lollipop). I am wondering whether the Ahead of time compilation that this new runtime enables works for Java code only, or for any code ? For example, i am writing a…
lysergic-acid
  • 19,570
  • 21
  • 109
  • 218
0
votes
1 answer

How do I remove diacritics from a string in dynamics ax

I'm trying to convert some strings, I'd like to be able to remove diacritics from strinf. (Exemple : éùèà would become euea) i have try this : static str AALRemoveDiacritics( System.String input ) { int i; …
Ahmed
  • 259
  • 2
  • 9
  • 26
0
votes
3 answers

Add Dynamic range to AOT query

I am using AOT query to create a view.Now I want to pass dynamic range to the AOT query which should affect the view also. I tried using TreeNode class to set query properties but it opened a compiler window and plus it throws error if accessed by…
user3805649
  • 19
  • 2
  • 6
0
votes
1 answer

Synchronize from TFS 2010 server is not working

I'm trying to do a Synchronize/Force on a new dev box and all the XPO's are downloaded from TFS in the repository directory, but I am not see anything new in the AOT. I've restarted the client and the AOS server, no go. I'm using AX 2009 with a TFS…
Francis Ducharme
  • 4,848
  • 6
  • 43
  • 81
0
votes
2 answers

how can i interchage the values in SSRS report?

I build a query in AOT where there are many data sets joined to get some data. For Example: i have following table. Vendor ID - Trans Date - Invoice Amount - Invoice ID - Status - NTN No. A001 - 1/1/2000 - 82,000 - …
0
votes
1 answer

AX AOT query apply range modifiedDateTime on multiple tables

I have the following case: I've constructed a query joining multiple tables which have modifiedDateTime column. I need to apply a range filtering records which were last modified in either Table A or Table B, the joined tables (based on the…
Kiril Iliev
  • 1
  • 1
  • 3
0
votes
3 answers

Enum changes not visible in Enterprise Portal

I have added a couple of items and modified the labels of items held in a Base Enum and these changes do not appear immediately on the Enterprise Portal web page in which they are used (currently the enums are used in combo boxes). I did some…
Francis Ducharme
  • 4,848
  • 6
  • 43
  • 81
0
votes
1 answer

Adding a range on an enum field

I am trying to add a range (which I believe functions as a filter, right?) on an Enum field. This data source table is used in a Web Report. This is what I do in the init method of the Web…
Francis Ducharme
  • 4,848
  • 6
  • 43
  • 81
0
votes
1 answer

Run IKVM exe as a Windows service

How could I run my IKVM-compiled exe as a Windows service? Should I write a Wrapper service to it? Is there already anything to do this?
jonaspp
  • 134
  • 12