25 Mart 2013 Pazartesi
How to delete specified layer on AX 2012
Hi All,
In AX 2012 we can delete layer by using command prompt.
First open command prompt then navigate to AOS folder which has the layer you want to delete.
User axUtil command and specify layer and db parameters.
For example below command deletes usr layer on MicrosoftDynamicsAX database.
C:\Program Files\Microsoft Dynamics AX\60\ManagementUtilities>axutil delete /layer:usr /db:MicrosoftDynamicsAX
Have a nice day.
In AX 2012 we can delete layer by using command prompt.
First open command prompt then navigate to AOS folder which has the layer you want to delete.
User axUtil command and specify layer and db parameters.
For example below command deletes usr layer on MicrosoftDynamicsAX database.
C:\Program Files\Microsoft Dynamics AX\60\ManagementUtilities>axutil delete /layer:usr /db:MicrosoftDynamicsAX
Have a nice day.
5 Mart 2013 Salı
Failed to create a session; confirm that the user has the proper privileges to log on to Microsoft Dynamics.
If you get this error try this :
Tools > Options > Development > uncheck "Execute business operations in CIL"
Tools > Options > Development > uncheck "Execute business operations in CIL"
21 Şubat 2013 Perşembe
Jump related record from Info
Hi All,
We use Info to inform our clients but when we want to jump to the related record we need to use SysInfoAction class.
Here is the example code :
info(
"Information want to give ","",SysInfoAction_TableField::newBuffer(TableName::find(TablePrimaryKey))
);
Have a nice AXing.
We use Info to inform our clients but when we want to jump to the related record we need to use SysInfoAction class.
Here is the example code :
info(
"Information want to give ","",SysInfoAction_TableField::newBuffer(TableName::find(TablePrimaryKey))
);
Have a nice AXing.
Etiketler:
AX,
Ax 2009,
AX 2012,
Info,
link,
Microsoft Dynamics AX,
newBuffer,
record,
related,
SysInfoAction
Kaydol:
Kayıtlar (Atom)


