Источник:
http://daxonline.org/1646-how-to-ide...connector.html
==============
There is X++ code, which will allow you to identify that currently execution is under BC.
SysClientSessions sysClientSessions; select firstOnly RecId from sysClientSessions where sysClientSessions.SessionId == SessionId() && sysClientSessions.clientType == SessionType::BC; if (sysClientSessions) { // business connector }
Источник:
http://daxonline.org/1646-how-to-ide...connector.html