Источник:
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 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 …
Continue reading →
Источник:
http://paruvellas.wordpress.com/2010...csaxepdevtips/