Alfasith AX

Alfasith AX
اللَّهُمَّ انْفَعْنِي بِمَا عَلَّمْتَنِي، وَعَلِّمْنِي مَا يَنْفَعُنِي، وَزِدْنِي عِلْمًا

Thursday, July 9, 2015

AX client cache is stored as *.aoc file

Hi,

where are stored the parameters for the user session ?
This is the local location of every client system bears the *.aoc file for client cache.

C:\Documents and Settings\\local settings\application data\*.aoc

On clearing the individual cache will make ease on cleaning their concern sessions records.

Note: *.aoc file will be cleared on every AOS restart.
Regards,

Thursday, July 2, 2015

Hot fixes for Microsoft Dynamics AX 2012 R3

Hi,

Hot fixes for Microsoft Dynamics AX 2012 R3

Partner source link to download the hot fixes.

KBNumber
Area Path
Integration Build
Title
2989855
DAXSE\Human Resources\Payroll
6.3.164.2444
Earning code groups
2989197
DAXSE\Human Resources\HR
6.3.164.2443
Unable to delete or modify existing fixed compensation records
2983634
DAXSE\Client
6.3.164.1785
Not able to open the AOT developer workspace in the middle of the AOD code upgrade checklist to review code and troubleshoot code and layering problems
2983184
DAXSE\SI
6.3.164.1710
CRP deadlock issues
2978857
DAXSE\SI\Expense Management\Expense Entry
6.3.164.1450
Meal Reduction on per day basis- Perdiem
2974109
DAXSE\Human Resources\Payroll
6.3.164.2723
The earning generation process is not creating lines when the lines calculate to a zero dollar amount (Leave, Schedule, and Recurring)
2928470
DAXSE\Infrastructure\Build
6.3.164.5
KB is required for building R3 SYP model file.
Regards,

How to invoke and iterate List as Contract methods in AX 2012/ D365

Hi, Public void performContractIterate(ClassContainsListAsContract    _ListCarryClass) { List contractFieldList = new List(Types::Class); ...