Источник:
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/