Показать сообщение отдельно
Старый 08.10.2010, 14:05   #1  
Blog bot is offline
Blog bot
Участник
 
25,644 / 848 (80) +++++++
Регистрация: 28.10.2006
paruvella: Dynamics Ax EP Dev Tips
Источник: http://paruvellas.wordpress.com/2010...csaxepdevtips/
==============

1.       Display the infolog messages in EP similar to Ax client To display the infolog in EP pages similar to the Ax client, use the following code. using BCProxy = Microsoft.Dynamics.Framework.BusinessConnector.Proxy;  BCProxy.Info infoLog = new BCProxy.Info(AxSession.AxaptaAdapter); infoLog.add(Microsoft.Dynamics.Framework.BusinessConnector.Proxy.Exception.Info, "Hai");  2.       Override the AxGridView Filter If we want to override the Ax-EP-Grid view standard filter use the following [...]

Источник: http://paruvellas.wordpress.com/2010...csaxepdevtips/
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.