Questions tagged [axapta]

Microsoft Dynamics AX is one of Microsoft’s Enterprise Resource Planning software products. It is part of the Microsoft Dynamics family. The early versions (from 1.0 to 3.0) were called Axapta, while the later versions (from 3.0 SP6 to AX 2012 and last version AX 7) are called Dynamics AX.

Microsoft Dynamics AX is one of Microsoft’s Enterprise Resource Planning software products. It is part of the Microsoft Dynamics family.

Vote to join tags!

The early versions (from 1.0 to 3.0) were called Axapta, while the later versions (from 3.0 SP6 to AX 2012 and last version AX 7) are called Dynamics AX.

Axapta was initially released in March 1998 in the Danish and U.S. markets. Today it is available and supported in forty-five languages in most of the world.

MorphX is the IDE where development and modification is done. It resided (until Dynamics AX 2012) in the same client application that a normal day-to-day user would access, thus allowing development to take place on any instance of the client.

X++ is the development language used in Dynamics AX. It belongs to the curly brackets and dot-operator class of programming languages (like C# or Java). It is an object-oriented, class-based, single dispatch language. X++ supports garbage collection and SQL queries is integrated in the language.

See also: "Microsoft Dynamics AX" article on Wikipedia

2556 questions
0
votes
1 answer

Cannot start Batch service after upgrade to Platform update 32

i've upgraded test (onebox) environment to Platform update 32 and i cannot start Microsoft Dynamics 365 Unified Operations: Batch Management Service, there is a warning message that says: In event viewer i see the following: What i've tried so…
1gentlemann
  • 164
  • 1
  • 3
  • 14
0
votes
1 answer

Store the result of a query in dynamics365

I'm new in dynamics365 programming, I want to store in any variable the result of this query: the tables are: InventDim id; InventTrans it; while select sum(qty) from it where (it.ItemId == "OL-1500") || it.ItemId == "OL-1000" join…
OiRc
  • 1,602
  • 4
  • 21
  • 60
0
votes
1 answer

How to create a dynamic filter in dynamics

I need to create a dynamic filted for Name column. This filter need to refresh automatically my data for every character the user types. It should show data that contain the user value. This is the code i have. What should i do now ? …
Tweene
  • 257
  • 4
  • 16
0
votes
1 answer

Close user sessions AXAPTA

im making a website who uses the Dynamics AX Business Connector to connect with AX, it´s working fine but sometimes the users don´t logout. Here is my code: Microsoft.Dynamics.BusinessConnectorNet.Axapta DynAx = new…
jonaChaz
  • 301
  • 3
  • 17
0
votes
1 answer

How to customize TaxReport_IT - report SSRS?

I would like to custom the Report SSRS TaxReport_IT, I need to add a new field in order to use in to SyntethicReport Design. (for example) The classes involved seems…
ulisses
  • 1,549
  • 3
  • 37
  • 85
0
votes
1 answer

Function SalesTable2LineField.lineUpdateDescription has been used incorrectly

In Dynamics AX 2012, when trying to update the value of the field DlvMode or adding a new delivery address in the sales order (through the Header view), I keep getting this error: Function SalesTable2LineField.lineUpdateDescription has been used …
0
votes
0 answers

Need help to connect a event button with a file

I need to connect a report file to a AX application made in Visual Studio. I tried to code it, but I get mostly token errors or my button doesn't respond. Edit. I need to connect a report file from Microsoft Report Builder into a form in Dynamics…
Tweene
  • 257
  • 4
  • 16
0
votes
1 answer

How to show icons on Tree Control in D365FO

Please how to show icons on FormTreeControl in Dynamics 365 For Finance and Operations Here is my actual code, using to show icons in D365FO, #ResAppl Macro public class IconsTree extends FormRun { public void init() { SalesTable _Table; …
0
votes
2 answers

Security policy for the special field value and empty value

I have created a query in AOT. This query is used for security policy. the security policy is about restricting each user in the purchase order form to see just purchase pools which are defined for him. He should see purchase records which purchase…
Nastaran Hakimi
  • 695
  • 1
  • 16
  • 36
0
votes
3 answers

Getting the index of an array element of EDT Dimension

I need to write a job where i could fetch the index of an array element of EDT Dimension e.g. In my EDT Dimension i have array elements A B C when i click over them for properties I see the index for A as 1, B as 2 and C as 3. Now with a job ui…
piku
  • 471
  • 4
  • 12
  • 44
0
votes
2 answers

Uneditable box after ticking it

How can I make it after ticking the box and it turns uneditable right away?
0
votes
1 answer

Automatically insert records to both data source of the form using join data source

I have a custom form called gate pass with two data sources The first data source is called gate pass table and the other one is called driver table. gate pass table has a foreign key relation with driver table on field national ID. That means…
Nastaran Hakimi
  • 695
  • 1
  • 16
  • 36
0
votes
1 answer

How is the field SourceBaseAmountCur from TmpTaxWorkTrans table computed?

I need to find how is the SourceBaseAmountCur being computed, in my case I am getting an error in Amount Origin on the SST window where it doesn't show 0 when it needs to be. I am coming from General Ledger > Journals > General Journal > (select a…
0
votes
0 answers

Dynamics AX 2012 Binary-Kernel Wizard install not show mandatory prerequisites

I'm installing Binary Dynamics AX 2012 update, but I cannot to continue, because I need mandatory prerequisites. The wizard not show me which mandatory update are needed. I have this screen: I NEED a screen like this I don't know why. Someone have…
ulisses
  • 1,549
  • 3
  • 37
  • 85
0
votes
1 answer

How can find the PolicyGroup?

I need to check about the Policies, and I need to get more info about PolicyGroup Do you know where can I manage these PolicyGroup? Are there any parameter to activate these? Please, could me give me some info about these area Thanks
ulisses
  • 1,549
  • 3
  • 37
  • 85
1 2 3
99
100