Questions tagged [morph-x]

The integrated development environment (IDE) in ***Microsoft Dynamics AX*** is called *MorphX*. It includes tools for designing, editing, compiling, and debugging code in Microsoft Dynamics AX.

The integrated development environment (IDE) in Microsoft Dynamics AX is called MorphX. It includes tools for designing, editing, compiling, and debugging code in Microsoft Dynamics AX.

More info: Microsoft Dynamics AX IDE

28 questions
2
votes
1 answer

Dynamics AX How I can open a table in a brand new window and not inside developer window

A dummy quastion regarding AX 2012, Do you know how to open a table window from AOT in a brand new window?? At the moment my cliet opens the tables from the AOT inside the developer window and not as indipendent windows as in the past. Thank you…
Nikos Kou
  • 175
  • 3
  • 17
2
votes
3 answers

CustTableListPage filtering is too slow

When I'm trying to filter CustAccount field on CustTableListPage it's taking too long to filter. On the other fields there is no latency. I'm trying to filter just part of account number like "*123". I have done reindexing for custtable and also…
afk
  • 43
  • 6
2
votes
1 answer

Add a Relation foreign key in AX2012

I have to create 2 new tables: EmployerTypeTable and ListDocTable ------------------- ------------------ -EmployerTypeTable- - ListDocTable - …
Ahmed
  • 259
  • 2
  • 9
  • 26
2
votes
2 answers

"Unretrieved" value in the table field

I have form with several controls. When I fill these controls all of them are saved correctly in the datasource table except of one realEdit control. It says "Unretrieved" in the table. I have set it's datasource and datafield properties correctly,…
AYETY
  • 698
  • 4
  • 23
  • 38
2
votes
1 answer

How to make ButtonGroup visible dynamically from another command button?

I have action pane's MyButtonGroup's visible property set to 'no'. What I want to do is to show (to set its visible property to 'yes') MyButtonGroup when I click Line view button. I overrode Line view's method gotFocus:…
AYETY
  • 698
  • 4
  • 23
  • 38
2
votes
1 answer

How to make sure that a form is only opened once?

Is it possible to make sure a user only can open one instance of a specific form, for instance CustTrans from CustTable? Modal form is not an option. Some sort of Singleton pattern?
mrsalonen
  • 343
  • 2
  • 15
1
vote
2 answers

Changing the Background- Color of the X++ Editor of MSDAX

is there a Chance to Change the Background Color of the X++ Editor in the MorphX-Devlopment Environment in MSDAX 2012 ? With Kind regards Khashayar
Khashayar
  • 47
  • 2
  • 15
1
vote
1 answer

Accessing active Business Unit from Morphx Ax 2012

I am new to Ms Dynamics Ax. How can we access currently active Business Unit from Morphx. I need to add one textField in Create Sales Order form that will automatically take currently Active Business Unit. Any help will be appreciated .. Thanx!!
Hassan
  • 11
  • 2
1
vote
1 answer

Axapta 2009 Report PagesTotal

Axapta 2009 Report PagesTotal() method, current page / total pages, can you show how? Like (1/9 or 2/7) Images
1
vote
1 answer

What do I do when MorphX won't let me check in?

When I go to check something into MorphX VCS right now, I get the following message: Cannot create a record in SysVersionControlMorphXRevisionTable (SysVersionControlMorphXRevisionTable). The record already exists. With things that have already…
0
votes
1 answer

Auto Extract Interface in AX2012 X++ Code Editor

Is there a function in X++ editor that lets you auto-extract an interface after implementation? Likewise there is such a function in Visual Studio that is auto-extracting an implemented interface by providing method stubs for all the methods needed…
Stef
  • 23
  • 4
0
votes
1 answer

Compiler throwing error as variable is not declared X++

I have the following piece of x++ code: static void Datatypes_class_variable(Args _args) { // Declare a class variable from the RentalInfo class RentalInfo rentalInfo; ; // An object is created and referenced by the // class…
AlinPaul8806
  • 327
  • 2
  • 15
0
votes
0 answers

AX 2012 legacy report (ReportRun) called from an AIF web service

Is it possible to call a legacy AX report (not SSRS) from within a AIF web service hosted in AX? We have a legacy report (not SSRS) that we want to call via a web service to generate a PDF on the fly in a folder and return a file name. Calling the…
0
votes
0 answers

Suspend a transactions using code with Example

I know that POS keeps all the suspended transactions in SalesTransactions table. And all the lines related to the transactions are kept in TransactionsData field of SalesTransactions table. My requirement is to create the transaction in…
0
votes
1 answer

Is there a way to add more text to a range value?

I'm trying to extend a query in Dynamics AX that populates the "My Projects" window. I've found the query that I need to modify, and tried to modify it, unfortunately, the character limit in the Value field (see screen shot), is not sufficient to…
wax eagle
  • 541
  • 11
  • 27
1
2