Monday, October 29, 2012

Find property names with a specific value in AOT

Hi

In the link below you can find useful informations about search a Property name with or without value in AOT !

How to: Search Application Object Properties

Enjoy !
 

Friday, October 5, 2012

AX 2012 - TextBuffer Regular Expressions

Hi

Below a link with an example of TextBuffer Class with Regular Expressions feature :

X++ TextBuffer Usage

Write data to a text file through X++ in ax 2012
 

Thursday, October 4, 2012

AX 2012 - Windows 8 running SQL2012 and AX2012

AX 2012 - Workflow Development in few steps

Hi

With the link below you can find useful information about creation a Workflow types quicky.

Dynamics AX 2012 - Workflow Development in 2 hrs

For complete successfully the process, is necessary other two steps :

Step 9:
Move the approval Node or Task Node inside the new WorkFlow Type under the node Supported Elements otherwise in the graphical tool will not appear this elements
Step 10:
Close Axapta Session an reopen axapta
Enjoy !

AX 2012 - Print destination settings dialog does not show up

HI

Here a link that fix an issue related the report print destination form that does not show up.

AX 2012 Print destination settings dialog does not show up due to WMI error

Transactional Replication with AX

Below some link useful for activate transactional Replication in AX :

SQL Server topology


Here you can find a Class that goes through all the tables in the AOT. It checks to see if there is a primary key, then if there is not one, it will set the table to have a RecId Index (if not already set). The final step then makes the RecId index the primary key index.

Transactional Replication with AX 2009


If there is an interesting requirement where our client have offices that are located in different locations. The Internet connection is not that stable between the head office and all this office......
Suggessions to maintain two database on same application in axapta


 

Tuesday, October 2, 2012

AX 2012 - Upgrade Entire AOD

Hi

Today I was working on Upgrade from AX 2009 to AX 2012.

I moved the AXBUS.AOD with lots of Custom Objects into AX 2012.
After that, I have found a lot of standard tables and classes (on FPK Model Layer) with the method of the Custom BUS Objects!

The reason is related to the IDs. Practically the BUS Custom Objects of AX 2009 had the same IDs of the Standard Objects (On FPK Model Layer) in AX 2012

Enjoy !

AX 2012 - Set up file formats for the export of a financial statement report (form)

Hi All


Today I have tried to run the Financial Statement Report (form) in AX 2012 to Excel Format with an error during export process.

After some investigations, you can export to Excel only if Excel or Excel Viewer is installed.


Financial Statement Report Setup


Enjoy !