Questions tagged [dynamics-ax-2012]

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) 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.

The early versions (from 1.0 to 3.0) were called Axapta, while the later versions (from 3.0 SP6 to AX 2012) are called Dynamics AX. R2 revision was published on Dec. 2012 (kernel build 6.2.158.x)

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.

Se also Wikipidia article.

1211 questions
-1
votes
1 answer

Refreshing Value Models for Fixed Assets when creating General Journal in AX 2012 x++

I'm creating a journal entry through x++ with fixed assets.. I set the ledger transaction with a fixed asset account, save and then use ledger journal engine to "refresh" and trigger it so it sets the value model combination behind the scenes. It…
Sirus
  • 382
  • 1
  • 8
  • 35
-1
votes
1 answer

The Web site SiteName does not contain a bin directory. Create a bin directory and try again

When I am trying to create a Web site in the AX 2012 Form I got the above error. I searched through the web but I am unable find a solution. I am attaching the screen shot. In the URL place previously I have http://Website.com now I have changed it…
-1
votes
1 answer

Master Scheduling Batch Job Throwing errors Dynamics ax 2012 R2

When we are running the Master Scheduling batch job, its getting Ended but we are having below errors in the Log. Any help would be appreciated. Thanks. Error Infolog for job Master scheduling (5637976151)\Infolog for task Master scheduling…
Raas
  • 261
  • 8
  • 25
-1
votes
1 answer

Select records 7 days from today

I am trying to select records where a field value (date) is 7 days from today, herefore I am using: while select TableA where TableA.DateField == systemDateGet() +7 I am going to update some fields with the selected records, 1 of the fields keeps…
Mark Van
  • 281
  • 4
  • 21
-1
votes
1 answer

How to add an extra OR relation to a aot query linking a child parent and parent table

How to add an extra OR relation to a aot query linking a child parent (which is already linked to another parent table) with another parent table in the view's init method in ax 2012 Please help me with a code.(Note: my issue how to give an or…
Hari
  • 1
-1
votes
1 answer

Crosscompany Property is not working

I have a cross-company property ("Yes") enabled query.,even though query returns values for the current company in Dynamics 365 (AX7) I even tried with changecompany() but there is no data for any other companies apart from current…
-1
votes
2 answers

How do I specify the server address for the .NET Business Connector installation?

I'm trying to install the .NET Business Connector for Dynamics AX 2012 R3 but during the installation I get an error message indicating that the AOS cannot be reached. The server mentioned in the error message does not exist. How can I tell the…
Kempeth
  • 1,856
  • 2
  • 22
  • 37
-1
votes
1 answer

How to update in Excel file after reading it through X++ in ax2012?

I want to update the Excel file after reading it through X++ in ax 2012. I know how to write but I want to write after reading from Excel sheet? Below is the code of writing: static void CreateExcelFile(Args _args) { CustTable custTable; …
-1
votes
1 answer

Call OrigCountryRegionId from InventTable

I am trying to retrieve the value of field ShortName from the table LogisticsAddressCountryRegionTranslation based on the OrigCountryRegionId and the LanguageID fields, the LanguageId is retrieved from the CustPackingSlipJour. I am having troubles…
Mark Van
  • 281
  • 4
  • 21
-1
votes
1 answer

Show info dialog based on value of selected grid line

In the prospects form (smmBusinessRelationsListPage) i want to make a modification for the following: If a grid line is selected and CheckboxA of that line is checked, then show a dialog: "Checkbox is checked!" My first thought is to build this…
Mark Van
  • 281
  • 4
  • 21
-1
votes
1 answer

Do we have any predefined job available in AX for Updating Inventory for multiple items? AX 2012

Do we have any job or class available ready to update onhand Inventory in AX? I have an excel with values about inventory for items. I need to update them in AX. Can someone suggest ?
-1
votes
1 answer

How can i initialize the Source Type from Lead to Opportunity

It is possible to qualify a lead, when a lead is qualified a new opportunity is created. In the lead dialog it is possible to fill in a Source Type and Source ID. I want to fill in the opportunity I make from the lead, in this case: If I fill in a…
Mark Van
  • 281
  • 4
  • 21
-1
votes
1 answer

DimensionAttributeSetStorage by DefaultDimension

i need to create DimensionAttributeSetStorage items by DefaultDimension field (CustTable.DefaultDimension for example). How can i do this?
Sky
  • 11
-1
votes
1 answer

from ax2009 to ax2012, RAssetTable, Lifetime

all! the problem is an absent of Lifetime field in RAssetStandards table. what is should to use instead this field in cases, for example, of comparing like that: rAssetStandards.Lifetime != 0. thanks for attention!
-1
votes
1 answer

travel and expenses ax 2012 UK Credit Cards

Im looking at the Travel and Expense Management module in AX2012 and i was wondering if anyone has managed to get the import feature working for UK credit cards? My Senior Consultant has said that this feature will only work for American cards but I…
1 2 3
80
81